aboutsummaryrefslogtreecommitdiffstats
path: root/meta
AgeCommit message (Collapse)Author
2010-08-20kernel: update branch revisions for 2.6.34.4Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-08-20guilt: import guilt for kernel patch managementBruce Ashfield
The Wind River kernel is "patched" via guilt to provide both git integration and quilt like patch management (if that is of interest). This is a modified 0.33 guilt with some changes to streamline interactions with the way that the Wind River kernel is constructed. That being said, the common semantics of guilt are not changed, and it can be used for other purposes. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-08-20distro-tracking: add info for watchdogDexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-08-20watchdog: add the latest version 5.9Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-08-20distro tracking: Add info for paxZhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-08-20distro tracking: Updated version info for owl-video, matchbox-desktop, ↵Zhai Edwin
webkit-gtk... Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-08-20python-pycairo: upgrade to 1.8.10Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-08-20runqemu-nfs: boot QEMU using nfsroot and local unfs exportScott Garman
This script automates the booting of QEMU using an nfsroot exported by our userspace NFS tools. The rootfs should be created using poky-extract-sdk. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-08-20poky-export-rootfs: script for exporting userspace nfsrootsScott Garman
This script automates the exporting of a root filesystem (created with the poky-extract-sdk utility) using pseudo and the native userspace NFS server. That filesystem can then be booted using nfsroot with either QEMU or the target hardware using one of our kernels. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-08-20poky-extract-sdk: script for extracting sdk images using pseudoScott Garman
This script automates the creation of a rootfs area using pseudo so it can be used by a QEMU nfsroot boot. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-08-20poky-find-native-sysroot: helper script for locating the native sysroot pathScott Garman
Various poky scripts make use of binaries from the native sysroot. This helper script can be used to reduce code duplication, and sets up some environment variables you can use to identify and obtain the correct filesystem path to the native sysroot. It works for both in-tree Poky setups as well as toolchain installations. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-08-20tunctl: Added an tunctl which supports TUNSETGROUPJeff Dike
TUNSETGROUP is needed in order to preconfigure a set of tap devices that can be used by non-root users. The requirement is that the qemu users be members of whatever group the tap devices are assigned to. Include tunctl in the qemu-helper package, and add a -native version. Signed-off-by: Jeff Dike <jdike@linux.intel.com> Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-08-20unfs-server: new userspace nfs recipeScott Garman
This is a simple userspace NFS server, derived from one which was previously used in openSUSE 10.x. Wind River contributed many of the patches. This package is not intended for target installations, only -native and -nativesdk use. Enabling nativesdk for readline, sqlite3, and pseudo was required, as well as a few new autoconf siteconfig entries. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-08-20glibc: remove all old recipesNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-08-20valgrind: upgrade for eglibc 2.12Nitin A Kamble
the current version only works with libc upto 2.10 hence upgraded to support eglibc 2.12 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-08-20gdb: disable installation of bfd/iberty/opcodesKevin Tian
Those are assumed to be provided by binutils, so we disable installation here. Without doing so, a broken libbfd.la from gdb is installed to sysroot which overrides binutils version and then hurt other packages such as oprofile also fix --with-readline to --with-system-readline Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-19Rename packaged-staging2 -> sstate and remove the old empty classRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-19Revert "base.bbclass: Temporarily disable fakeroot for install/package until ↵Richard Purdie
other fixes get merged" This reverts commit 2225e1214285f0e9a3c0ee2962b3d678c5c05292 and reenables the functionality now its safe to do so.
2010-08-19classes: Disable setscene tasks for initial testingRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-19sanity.bbclass: Don't run the handler in worker contextRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-19package_*.bbclass: Always run these tasks under fakerootRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-19Remove packaged-staging.bbclassRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-19deploy.bbclass: use new style staging for deploy tasksJoshua Lock
All tasks which implement a do_deploy should inherit this class to have the changes in the deploy task staged. Update recipes which include a do_deploy function to inherit this class and to use DEPLOYDIR rather than DEPLOY_DIR_IMAGE. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-08-19package.bbclass: Implement packaged-staging2Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-19staging.bbclass: Convert to packaged-stagingRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-19package_(deb|rpm): Update to use packaged-staging2Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-08-19package_ipk.bbclass: Convert to new task based stagingRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-19Start sstateRichard Purdie
Add pre clean hook Add sstate_installpkg sstate: Tie all pieces together with a setscene function Use pythonic functions rather than os.system() Implement sstate_clean function package_ipk: clean shared state in prestate packaged-staging2: implement fetching packages from mirror Copy add staging_fetch() from packaged-staging.bbclass packaged-staging2: make the output slightly friendlier packaged-staging2: handle directories in the shared state Add directories to the manifest when installing and remove them if empty when cleaning. Move most of the sstate code into the class itself removing the need for heavy boilderplate packaged-staging2: Programatically ensure directories are last in the manifest packaged-staging2: add cleanall packaged-staging2.bbclass: Connect in cleanall function to do_clean We want to ensure that directories appear at the end of the manifest so that when we test to see if they should be deleted any contents added by the task will have been removed first. pstage2: Use oe.path.copytree packaged-staging2: support lockfiles and plaindirs Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-08-19gcc_4.5.0: fix for arm kernel failureNitin A Kamble
From this bugzilla: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44129 gcc 4.5.0 has target space optimization issues on arm also. Added a fix similar to ppc. This should fix [BUGID #212] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-08-19elfutils: Add GNU_HASH support to elf*_xlatetofMark Hatle
Add GNU_HASH and LIB types to the size table used by elf*_xlatetof in order to avoid a divide by zero error. Signed-off-by: Mark Hatle <mhatle@windriver.com>
2010-08-19gzip: Add 1.3.12(GPLv2) as new recipeZhai Edwin
Remove AC_USE_SYSTEM_EXTENSIONS to fix autoconf error, and rename a function to avoid duplicated defination between gblic and gunlib Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-08-19distr-tracking: add MAINTAINER and version info for rest recipesKevin Tian
This commit add basic distro-tracking fields (status/maintainer/latest_ver) for rest recipes in world target. There may still have some missing, but most have been made up this time In total 279 pacakges are touched Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-19autotools.bbclass: Drop a number of legacy functions that shouldn't be (and ↵Richard Purdie
aren't) used in poky now Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-19eglibc: recipe cleanupNitin A Kamble
This removes unneccesary dependancys. And avoids glibc being built when eglibc is configured. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-08-19distro_tracking: update maitanier for toolchain/devel recipesNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-08-19rsync: explicitly disable xattr and aclQing He
Signed-off-by: Qing He <qing.he@intel.com>
2010-08-19task-poky-tools: Add perf to tools-profile packageRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-18native.bbclass: Ensure EXTRA_NATIVE_PKGCONFIG_PATH has a default valueRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-18apmd: Add back libtool patch as the issue the patch fixed reappearedRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-18xserver-xf86-dri-lite: xorg-minimal-fonts is responsible for this symlinkRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-18bitbake.conf: Set FAKEROOTENVRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-18linux-wrs: Make sure kern-tools-native is built before do_patchRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-17DistroData: Cleanup Version numbers and add DistroData ParserSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-17aspell: moved from meta-moblin to meta to support enchant dependencySaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-17distro tracking fix: cairo qemuglYu Ke
fix the version format Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-08-17distro-tracking: fix versions formatKevin Tian
dbus-wait shadow Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-17update-rc.d.bbclass: adjust order on tweaking postinstKevin Tian
So far unlike prerm/postrm, update-rc.d has its own postinst method prepended to pkg_postinst, which may result "System startup links for xxx already exist" warning in the 1st boot of target image. Some pkg_postinst requires to run on the target, and thus prepend here makes update-rc.d method executed twice: one in rootfs creation and the other in the 1st target boot. So adjust the order to append. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-17pam: add missing bits from previous commitKevin Tian
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-17udev: use relative path when creating dev.tarKevin Tian
this effectively removes below warning: tar: removing leading '/' from member names Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-17lttng-ust: disable MIPS build since liburcu doesn't build on MIPSDexuan Cui
lttng-ust depends on liburcu. Unluckily upstream liburcu doesn't support MIPS now. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>