summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/oe/path: Use bb.utils.copyfile as shutils can't cope with copying unreada...Richard Purdie2010-08-221-1/+1
* utils.py: Add a new extend_deps() to easily merge two dependency listsMark Hatle2010-08-201-0/+11
* package.bbclass: Add perfile dependency identificationMark Hatle2010-08-201-5/+77
* bitbake.conf: Add shared/pkgconfig files to standard -dev globMark Hatle2010-08-202-3/+4
* rpm: Update the rpm integration to support per-file dependenciesMark Hatle2010-08-203-5/+103
* glibc: bring back needed patches from older recipesNitin A Kamble2010-08-209-0/+799
* base.bbclass: Initial work to add GPLv2 Only Build with Whitelist for GPLv3 N...Saul Wold2010-08-202-1/+19
* linux-wrs: allow packed refs to be presentBruce Ashfield2010-08-201-2/+17
* kernel: update branch revisions for 2.6.34.4Bruce Ashfield2010-08-201-5/+5
* guilt: import guilt for kernel patch managementBruce Ashfield2010-08-2013-0/+1100
* distro-tracking: add info for watchdogDexuan Cui2010-08-201-1/+7
* watchdog: add the latest version 5.9Dexuan Cui2010-08-201-0/+16
* poky-qemu-internal: fix the echo of KERNCMDLINEDexuan Cui2010-08-201-1/+1
* distro tracking: Add info for paxZhai Edwin2010-08-201-7/+8
* distro tracking: Updated version info for owl-video, matchbox-desktop, webkit...Zhai Edwin2010-08-202-14/+14
* poky-qemu-internal: fix broken call to poky-qemu-ifupScott Garman2010-08-202-2/+15
* python-pycairo: upgrade to 1.8.10Yu Ke2010-08-201-1/+1
* iputils: add iputils packageYu Ke2010-08-207-0/+221
* runqemu-nfs: boot QEMU using nfsroot and local unfs exportScott Garman2010-08-202-0/+88
* poky-export-rootfs: script for exporting userspace nfsrootsScott Garman2010-08-202-0/+184
* poky-extract-sdk: script for extracting sdk images using pseudoScott Garman2010-08-202-0/+96
* poky-qemu-internal: fixes for userspace NFS bootingScott Garman2010-08-201-14/+27
* poky-qemu-internal: Support use of a preconfigured tap deviceJeff Dike2010-08-201-4/+28
* poky-qemu-internal: Support NFS boots betterJeff Dike2010-08-202-10/+31
* poky-qemu-[ifup|ifdown]: Use native tunctlJeff Dike2010-08-202-19/+101
* poky-find-native-sysroot: helper script for locating the native sysroot pathScott Garman2010-08-202-0/+78
* tunctl: Added an tunctl which supports TUNSETGROUPJeff Dike2010-08-203-1/+182
* poky-qemu-ifup: allow multiple tap devicesJeff Dike2010-08-201-1/+2
* qemu: Use a TAP device instead of slirp for networkingJeff Dike2010-08-203-10/+25
* unfs-server: new userspace nfs recipeScott Garman2010-08-2029-4/+4634
* glibc: remove all old recipesNitin A Kamble2010-08-2068-6111/+0
* valgrind: upgrade for eglibc 2.12Nitin A Kamble2010-08-204-20/+37
* gdb: disable installation of bfd/iberty/opcodesKevin Tian2010-08-204-4/+12
* bitbake/utils.py: Allow copyfile to copy files which aren't readableRichard Purdie2010-08-201-0/+3
* bitbake/utils.py: Improve better_exec debug outputRichard Purdie2010-08-201-5/+9
* bitbake: Correctly route events from the worker to the serverRichard Purdie2010-08-205-8/+24
* bitbake/knotty: Exiting as soon as a fatal is seen is not desirable as the st...Richard Purdie2010-08-201-1/+1
* bitbake/cooker.py: Don't init the fetcher in the worker caseRichard Purdie2010-08-201-1/+2
* bitbake/persist_data: Attempt to fix locking issuesRichard Purdie2010-08-201-8/+17
* bitbake/data.py: Handle exceptions in export_bars in the same way as emit_var()Richard Purdie2010-08-201-3/+8
* bitbake/server: Raise a shutdown event if we're seeing exceptionsRichard Purdie2010-08-201-1/+2
* bitbake/runqueue.py: Ensure the flush happens as late as possible to avoid da...Richard Purdie2010-08-191-3/+3
* bitbake/utils.py: Give useful debug information when no lineno information is...Richard Purdie2010-08-191-7/+10
* Rename packaged-staging2 -> sstate and remove the old empty classRichard Purdie2010-08-193-3/+1
* Revert "base.bbclass: Temporarily disable fakeroot for install/package until ...Richard Purdie2010-08-191-4/+1
* classes: Disable setscene tasks for initial testingRichard Purdie2010-08-196-6/+6
* sanity.bbclass: Don't run the handler in worker contextRichard Purdie2010-08-191-1/+1
* package_*.bbclass: Always run these tasks under fakerootRichard Purdie2010-08-194-0/+4
* bitbake/runqueue.py: Fix runqueue UI issuesRichard Purdie2010-08-191-17/+27
* bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie2010-08-197-112/+201