summaryrefslogtreecommitdiffstats
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
* task-poky-tools.bb: re-enable blktraceTom Zanussi2010-12-301-0/+1
| | | | | | | The commit for BUGID #581 fixes the blktrace build errors - it should now be safe to re-enable the blktrace recipe. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* blktrace: Fix parallel make issueTom Zanussi2010-12-302-3/+3
| | | | | | | | | | | | | | | Fixes [BUGID #581] When PARALLEL_MAKE is used with the current blktrace Makefile, the btreplay and btrecord object files can end up being built multiple times in parallel, which occasionally causes the linker to pick up the object files in intermediate and seemingly corrupt states, and causes the spurious link errors in the bug report. This fix restricts the recursive btreplay invocations to building only btreplay or btrecord as appropriate, not both. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* yocto/meta: update to 2.6.37-rc7Bruce Ashfield2010-12-281-10/+10
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* yocto-kernel: fix kmachine to deal with overridesBruce Ashfield2010-12-281-2/+5
| | | | | | | | | | | | | | | | BSPs are built from a particular branch of the kernel repository which is specfied via the mapping of MACHINE to KMACHINE. Unless a global branch is being forced (like libc headers), KMACHINE is an override on a per machine basis. Because KMACHINE is typically override we must first try the most specific variant KMACHINE_<machine> and if that is undefined look for a fallack default. This allows any combination of variables to work (and at the time the anonymous python executes) safely and get us a properly defined branch for the fetcher and build. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* attr: fix SRC_URIQing He2010-12-282-2/+2
| | | | Signed-off-by: Qing He <qing.he@intel.com>
* acl: use correct Savannah download linkKevin Tian2010-12-282-2/+2
| | | | Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* cdrtools: Fix LIC_FILES_CHKSUMSaul Wold2010-12-281-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* cdrtools: add LIC_FILES_CHKSUMSaul Wold2010-12-261-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver-xf86: fix LIC_FILES_CHKSUM spelling and locationSaul Wold2010-12-262-2/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* poky-image-live.inc: Add LIC_FILES_CHKSUMRichard Purdie2010-12-251-0/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libsdl: Add LIC_FILES_CHKSUMRichard Purdie2010-12-251-1/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* meta-toolchain Add LIC_FILES_CHKSUMRichard Purdie2010-12-251-0/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qemu-helper-nativesdk: Add LIC_FILES_CHKSUM and update LICENSERichard Purdie2010-12-251-1/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-sdk-host: Add LIC_FILES_CHKSUMRichard Purdie2010-12-251-0/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-cross-canadian: Add LIC_FILES_CHKSUMRichard Purdie2010-12-251-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-kdrive: Add missing DEPENDS on pixmanRichard Purdie2010-12-251-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* u-boot: add LIC_FILES_CHKSUMSaul Wold2010-12-251-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver-kdrive: add LIC_FILES_CHKSUMSaul Wold2010-12-241-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* ldconfig-native: Add LIC_FILES_CHKSUMRichard Purdie2010-12-241-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-image.bbclass: Set LIC_FILES_CHKSUMRichard Purdie2010-12-241-0/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* distro_tracking: Add RECIPE_LAST_UPDATE infoDongxiao Xu2010-12-241-161/+564
| | | | | | Also removed distro tracking fields that recipe no longer exists. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* rootfs_ipk: The most recent opkg errors upon file overwrite. Until we fix ↵Richard Purdie2010-12-242-3/+3
| | | | | | package conflicts, disable this for now Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-yocto: Fix branch name on behalf of Bruce after recent renamingRichard Purdie2010-12-231-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qemuimage-testlib: Ensure TOPDIR/BUILDDIR are setRichard Purdie2010-12-231-0/+1
| | | | | | | | | | The recent environment changes mean TOPDIR/BUILDDIR need to be exported specifcially to the enviromnent so the qemu scripts can find the correct build directory. Without this, qemu can fail to run. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qmmp: fix dependencies and packagingPaul Eggleton2010-12-231-23/+31
| | | | | | | | | * Don't drag in all of Qt as runtime dependencies * Use cmake instead of qmake. This ensures plugins are configured correctly. * Split out vorbis and mad input plugins into separate packages * Fix main package to include an output plugin and various other base files. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* quicky: fix Qt4 runtime dependenciesPaul Eggleton2010-12-231-1/+0
| | | | | | Avoid dragging in all of Qt4 Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* fotowall: fix runtime Qt4 dependenciesPaul Eggleton2010-12-231-1/+3
| | | | | | | | | | Fix the runtime dependencies of fotowall so it doesn't drag in the whole of Qt4. As a bonus the appropriate Qt image plugins for loading jpeg, gif & tiff files are now installed with fotowall making it actually usable. Fixes [BUGID: #524] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* qmake2.bbclass: add space to end of DEPENDS_prependPaul Eggleton2010-12-231-1/+1
| | | | | | | There needs to be a space at the end of DEPENDS_prepend or otherwise it can collide with the contents of DEPENDS. The OE version of this file has this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* binutils*.inc: Recipe format cleanupScott Garman2010-12-233-15/+14
| | | | | | Cleanup some simple whitespace / line break issues. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* binutils: delete unused patchesScott Garman2010-12-235-209/+0
| | | | | | These patches are not used by any current binutils recipe. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* apr-util: add --without-odbc to EXTRA_OECONFSaul Wold2010-12-231-1/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* unifdef: add LIC_FILES_CHKSUMSaul Wold2010-12-231-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* qemu-helper: add LIC_FILES_CHKSUMSaul Wold2010-12-231-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* eglibc: Only package ld.so.conf, not /etc/rpc which then conflicts with netbaseRichard Purdie2010-12-232-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* cross-localedef: add LIC_FILES_CHKCSUMSaul Wold2010-12-231-0/+7
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto: Add LIC_FILES_CHKSUMSaul Wold2010-12-231-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver-xf86: Add LIC_FILES_CHKSUMSaul Wold2010-12-231-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gtk: Add LIC_FILES_CHKSUMSaul Wold2010-12-231-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* qemu-helper: Add LIC_FILE_CHKSUMSSaul Wold2010-12-231-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gdb: Add LIC_FILE_CHKSUMSSaul Wold2010-12-231-0/+4
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* bootst-jam: Add LIC_FILES_CHKSUMSaul Wold2010-12-231-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* tzcode: Add LIC_FILES_CHKSUMSaul Wold2010-12-231-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* unifdef Add LIC_FILES_CHKSUMSaul Wold2010-12-231-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* python: Add LIC_FILES_CHKSUMSaul Wold2010-12-231-0/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* icon-naming-utils: Add LIC_FILES_CHKSUMSaul Wold2010-12-231-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* desktop-file-utils: Add LIC_FILES_CHKSUMSaul Wold2010-12-231-1/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* guilt: add LIC_FILES_CHKSUMSaul Wold2010-12-231-2/+4
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* python-pygobject: remove older install of generate-constants and add ↵Saul Wold2010-12-232-15/+2
| | | | | | BBCLASSEXTEND Signed-off-by: Saul Wold <sgw@linux.intel.com>
* perl: Add LIC_FILES_CHKSUM to native recipeSaul Wold2010-12-231-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xf86-input-vmmouse: add COMPATIBLE_HOST set to x86*Saul Wold2010-12-231-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>