summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* conf/distro: Drop poky.conf, nothing in here should be needed for builds to ↵Richard Purdie2011-05-111-37/+0
| | | | | | work and distroless config should work Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/distro/include: Remove old prebuilt OE toolchain support (replaced by ↵Richard Purdie2011-05-118-137/+1
| | | | | | sstate) and oabi config (obsolete) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* matchbox-theme-sato/pseudo: Add DEFAULT_PREFERENCE = -1 for SCM recipesRichard Purdie2011-05-112-0/+4
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/tclibc-uclibc: Append uclibc to key path names to allow parallel ↵Richard Purdie2011-05-111-1/+4
| | | | | | uclibc and eglibc builds Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* preferred-xorg-versions.inc: Drop this, it makes no sense given we only have ↵Richard Purdie2011-05-112-152/+0
| | | | | | one version of these recipes Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/distro/include/default-distrovars.inc: Create set of default 'distro' ↵Richard Purdie2011-05-113-46/+46
| | | | | | variable values Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* machine/qemu: Add qemu-config as an essential machine speicfic dependency ↵Richard Purdie2011-05-114-9/+3
| | | | | | and drop specific distro config Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro: Add defaultsetup.conf, a set of default configuration providing sane ↵Richard Purdie2011-05-117-64/+58
| | | | | | | | | | overrridable default for commonly used options The intent is to allow distros to share common core config but still allow customisations. The core should work with no distro set but users can still customise in any ways needed. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake.conf: Include the new default-providers.inc and default-versions.inc ↵Richard Purdie2011-05-114-69/+40
| | | | | | | | | | files These are the minimal defaults to allow OE-Core to function standalone with no distro set and are constucted such that the distro can either override values, or totally replace the include file entirely as needed. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Drop poky-floating-revisions.inc, poky-bleeding.conf and poky-lsb.confRichard Purdie2011-05-113-100/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/bitbake.conf: use --no-check-certificate to avoid errors when wgetting ↵Otavio Salvador2011-05-111-4/+4
| | | | | | from https Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta/conf/layer.conf: Remove packages/*bb from BBFILESKhem Raj2011-05-111-1/+1
| | | | | | packages directory has been divided into recipes-*/ dirs Signed-off-by: Khem Raj <raj.khem@gmail.com>
* metadata_scm.bbclass: Use COREBASE to grok for SCM operationsKhem Raj2011-05-111-4/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "linux-yocto: Allow bbappend files to add to COMPATIBLE_MACHINE to ↵Richard Purdie2011-05-101-2/+1
| | | | | | | | fix errors" There are better ways to handle this problem. This reverts commit fe983dcff611df2a4fef0d094b130cdf04c0728d.
* linux-yocto: Allow bbappend files to add to COMPATIBLE_MACHINE to fix errorsRichard Purdie2011-05-101-1/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake.conf: Drop unused *GUI* and MACHINE_DISPLAY variablesRichard Purdie2011-05-102-10/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toolchain-qte: include cross-compiler and fix env scriptIlya Yanok2011-05-101-16/+17
| | | | | | | | | This patch fixes the meta-toolchain-qte recipe: 1. cross-compiler added to the TOOLCHAIN_HOST_TASK. 2. Corrected paths in the environment script. 3. TOOLCHAIN_OUTPUTNAME used instead of SDK_SUFFIX. Signed-off-by: Ilya Yanok <yanok@emcraft.com>
* libxmu: Add native functionXiaofeng Yan2011-05-101-0/+2
| | | | | | Add native function to libxmu_1.1.0.bb file because qt3 native depends on its native. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
* oe/patch.py: Remove series file during Clean()Khem Raj2011-05-101-0/+1
| | | | | | | | | | | | | | | | | | | | | Currently if there is a failed do_patch the series files get appended so if there were two patches a.patch b.patch and b.patch failed during next run it would append a.patch again a.patch b.patch a.patch and this would keep growing. We can remove series file in Clean() because we populate it in Import() anyway Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Chris Larson <chris_larson@mentor.com> Acked-by: Eric Bénard <eric@eukrea.com>
* fuse: drop since it is not used by other recipesOtavio Salvador2011-05-103-50/+0
| | | | | | | This is unused and a newer version will be made available in meta-oe in meanwhile. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* insane.bbclass: skip license checksum if LICENSE is "CLOSED"Otavio Salvador2011-05-101-0/+4
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libxkbfile: disable xcbOtavio Salvador2011-05-101-1/+3
| | | | | | | | Currently libx11 defaults to build without xcb backend and thus this needs to explicit depends on it or disable it. We opted to disable it since it is not critical for it to work. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* busybox: add support to mdevOtavio Salvador2011-05-104-2/+56
| | | | | | | This changes the packaging only if the configuration used has mdev support enabled. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* meta/conf/local.conf.sample: fix mklibs comment line split and typoOtavio Salvador2011-05-101-3/+4
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-yocto: error if meta data not presentBruce Ashfield2011-05-103-3/+8
| | | | | | | | | | | | | | | | | There are valid reasons to build repositories without meta data present and there are times when this is an error. This change adds sanity tests to the build process to detect missing meta data and throw an informative error message. Sanity checking is only triggered from recipes (linux-yocto) that always require meta data to be present. Other recipes are not impacted and can auto-generate meta data as required. Without this change the build process suceeds, but incorrect meta data will be used (with no user knowledge), which is not the desired behaviour. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-yocto: remove non-core (qemu) machine compatibilityBruce Ashfield2011-05-102-19/+2
| | | | | | | | | | The machine configuration of the non-core (non-qemu) machines exists in other layers. Moving the branch mappings, compatibility and SRCREVs of these machines out of the main linux-yocto recipe is the first step in that move. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* gtkhtml2: Update to 1161Saul Wold2011-05-101-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* web-sato: Update for svn -> git transtionSaul Wold2011-05-101-5/+5
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gnome-doc-utils: Add additional missing -nonet options to xsltprocScott Garman2011-05-102-3/+69
| | | | | | | | I missed some instances of xsltproc when adding -nonet in my previous commit. This should take care of them all to fix the compilation errors. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* syslinux: improve packagingOtavio Salvador2011-05-101-1/+11
| | | | | | | | | | | | | | Usually only parts of syslinux are used by products and thus syslinux can be greatly reduced in size. This changes does it as: - syslinux: syslinux binary - syslinux-extlinux: extlinux binary - syslinux-mbr: mbr.bin - syslinux-chain: chain.c32 - syslinux-pxelinux: pxelinux.0 - syslinux-isolinux: isolinux.bin Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* scripts/oe-setup-builddir: fix typoOtavio Salvador2011-05-101-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* package_rpm: use target vendor informationAdrian Alonso2011-05-101-1/+2
| | | | | | | | * Instead of hardcoding target vendor string "-poky" use TARGET_VENDOR information in case of using external toolchains Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
* image-mklibs: add microblaze arch supportAdrian Alonso2011-05-101-1/+1
| | | | | | | | * In function mklibs_optimize_image_doit * Add microblaze arch case for setting the dynamic_loader used by "mklibs" call Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
* linux-libc-headers: add microblaze ARCH definitionAdrian Alonso2011-05-101-1/+2
| | | | | | | * Add Microblaze ARCH definition * Bump PR Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
* siteinfo: add microblaze target infoAdrian Alonso2011-05-101-0/+1
| | | | | | | | | * Add microblaze target info * Microblaze soft CPU can be configured as big-endian/little-endian * Currently target info support for microblaze big endian, using prebuilt toolchains. Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
* kernel-arch: add microblaze to valid archsAdrian Alonso2011-05-101-1/+2
| | | | | | * Add Microblaze target to valid arch list definition Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
* insane: add micrblaze target infoAdrian Alonso2011-05-101-1/+3
| | | | | | | | | * package_qa_get_machine_dict * Add microblaze dic entry for QA * Prebuilt toolchain triplet microblaze-unknown-linux-gnu- * TARGET_OS is linux-gnu for this toolchain Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
* lttng-ust_0.12.bb: Fix compilation on uclibcKhem Raj2011-05-102-1/+53
| | | | | | | We provide alternative implementation of sched_getcpu() when compiling for uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburcu_0.5.4.bb: Let it build on uclibc targetsKhem Raj2011-05-101-1/+1
| | | | | | | | | uclibc requires -D_GNU_SOURCE to be defined for it to enable GNU extensions which CPU_SET/CPU_ZERO are used by this package. So we add -D_GNU_SOURCE to CFLAGS when compiling for uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgalago_0.5.2.bb: Fix compile for uclibcKhem Raj2011-05-101-0/+4
| | | | | | | | uclibc targets may not have gettext but this package still needs config.rpath during regenerating configury so we provide it when libc is uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Replace gconf-dbus with gconfKhem Raj2011-05-105-5/+5
| | | | | | | | | | | | | | | Some distributions e.g. angstrom do not support gconf-dbus anymore since its now provided by gconf and in oe-core we have PREFERRED_PROVIDER_gconf tunable, here we replace all dependencies on gconf-dbus with gconf, which should work in both cases where poky defines PREFERRED_PROVIDER-gconf = "gconf-dbus" and for angstrom it is simply gconf Without this meta-toolchain-sdk ends up with conflicts in runqueue and does not build Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qemu-script: Fix qemu seg fault if install Nvidia proprietary driver.Zhai Edwin2011-05-101-2/+11
| | | | | | This fix works on Ubuntu, and other distro can add its own path of Mesa's libGL Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* rsync (GPLv2): fix security vulnerability CVE-2007-4091Dexuan Cui2011-05-102-1/+72
| | | | | | | | | Added a patch to fix http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2007-4091 [YOCTO #984] is partially fixed by this commit. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* u-boot: correct COPYING MD5SUMDarren Hart2011-05-081-2/+2
| | | | Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* gettext.bbclass, bitbake.conf: Append nls options to EXTRA_OECONF instead of +=Khem Raj2011-05-082-4/+4
| | | | | | | | | | | | | | | | | | | Some recipes do not defined EXTRA_OECONF in such cases += drops the --enable|--disable-nls options. In another case where recipe defines EXTRA_OECONF instead of adding/appending to it then --enable|--disable-nls options are lost from EXTRA_OECONF We define EXTRA_OECONF = "" in bitbake.conf so the variable exists always. We use _append instead of += so the option is added at very end and not lost. We only return empty gettext dependencies if its a target recipe in case when USE_NLS is not set because the native/cross/nativesdk recipes still need the gettext dependencies Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bash.inc: Add bison-native to DEPENDSTom Rini2011-05-081-1/+1
| | | | | | This is f0652d96ff5c3b08b8e4c4972f7fb0296df6d898 from OE. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* sysstat.inc: Switch to inherit gettextTom Rini2011-05-082-4/+2
| | | | | | | | | | This needs to use both virtual/libnl as well as gettext-native in order to build. So we switch to using inherit gettext. This is 4a022cf3fe3e39aab478bfc13332d358ed80348c from OE where it was tested with qemuarm+angstrom-2010.x+eglibc and qemuarm+minimal-uclibc. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* binutils.inc: Switch to TARGET_PREFIX not TARGET_SYSTom Rini2011-05-081-5/+5
| | | | | | | | | | When TARGET_PREFIX and TARGET_SYS didn't match up, the symlinks and update-alternatives weren't working. TARGET_PREFIX is what we use when configuring so it's what we should be using here. This is 79b497edc0ce5d54db564818e59b690d3391d6ce from OE. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* gcc-package-target: Switch to TARGET_PREFIX in symlinksTom Rini2011-05-081-5/+5
| | | | | | | | | | When TARGET_PREFIX and TARGET_SYS didn't match up, the symlinks we made were invalid. TARGET_PREFIX is what we use when configuring so it's what we should be using here. This is 05143e9b5d0a42e32ee0dd3c7fde482ff8d63f63 from OE. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* package.bbclass: convert unpackaged file message from 'info' to 'warn' so ↵Koen Kooi2011-05-081-2/+2
| | | | | | that it shows up on the console Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>