summaryrefslogtreecommitdiff
path: root/meta/conf
AgeCommit message (Collapse)AuthorFiles
2010-09-03distro-tracking: update lttng-ust, lttng-viewerDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-03poky.conf: Set hash policyRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-03eglibc: Set BBCLASSEXTEND to include nativesdkRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-02distro-tracking: update cronieDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-02 updateme: detect and prepare patchesBruce Ashfield1
The big part of this commit is to detect and prepare any "free floating" patches into a kernel feature that will be automatically applied to the kernel tree. These patches will be pushed onto the BSP branch via guilt, and then built as part of the normal build/deploy cycle. There are other grouped cleanups, such as tabs instead of spaces, and the removal of the unused decheckpoint function. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-09-02distro tracking field: add NO_UPDATE_REASON for cairoYu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-09-02distro-tracking: update devel/toolchain dataNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-09-02libc-package.bbclass: merge glibc & eglibc class filesNitin A Kamble2
Other enhancements: print qemu's stdio & error on failure glibc: enable locale generation for all arches eglibc: enable binary locale generation for mips And cleanup of code based on the code review. [e]glibc: move common definition in the common file bitbake was complaining about duplicate definition of get_libc_fpu_setting in eglibc.inc & glibc.inc files. And bump PRs Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-02distro_tracking: add alias for bluez4, libgsmd, and zeroconfDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-02distro_tracking: sed, rpcbind, libtirpcDongxiao Xu3
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-02distro-tracking: update powertop, lttng-ust, lttng-viewer, liberation-fontsDexuan Cui2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-02distro-tracking: add mdadm and screenDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-02distro tracking: Add info for libuser and xzZhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-02Distro tracking: Add package alias for xf86-video-intelZhai Edwin2
On behalf of Yu Ke Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-02Distro tracking: Add package alias for puzzles, eds-dbus...Zhai Edwin2
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-02distro-track: add ownership for 4 recipesKevin Tian1
modutils cdrtools-native shasum-native tzcode-native Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-02xset: move DISTRO_PN_ALIAS to distro .inc fileKevin Tian1
also use space as the delimiter instead of semicolon. fix handbook accordingly Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-02distro-track: add alias name for 89 recipesKevin Tian12
some recipe names in Poky are different from other distros (Ubuntu, Meego, Debian, ...). Here totally 89 recipes are added with specific alias name in major distros. Then they could be found in match with other distros. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-31distro_tracking_fields.inc: add distro_commands.incSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-31pseudo: Update to latest versionMark Hatle1
From the changelog: 2010-08-27: * (seebs) fix a bug caused by memcmp with wrong length * (seebs) stop hand-coding lengths of memcmp (torek was right...)
2010-08-27distro_tracking: connman, connman-gnome, wpa-supplicant, etc.Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-08-27wpa-supplicant: Add latest stable version 0.6.10Dongxiao Xu1
Connman doesn't work well with wpa-supplicant development version 0.7.2, thus import its latest stable version. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-08-27Major layout change to the packages directoryRichard Purdie1
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-27distro_commands.inc: Add maintainer informationScott Garman1
Also removed mailx package tracking, as this recipe was recently removed from our requirements. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-08-27test: Add scenario file for each target and support single case runningJiajun Xu1
Different test cases are needed for different targets. A folder "scenario" is created under scripts/qemuimage-tests to hold scenario files for different targets. Single case running is supported now. User can run single case together with a whole test suite by setting variable TEST_SCEN in local.conf. By default test cases in sanity suite will be ran. If you want to run other test suite or specific test case(e.g. bat or boot test case under sanity suite), list them like following. TEST_SCEN = "sanity bat sanity:boot" Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
2010-08-27ftrace: add trace-cmd for ftrace control and configBruce Ashfield1
Rather than manually configuring ftrace, trace-cmd was created to provide a more user friendly interface to the tracer. Some examples are: # ./trace-cmd record -e all ls /bin Then to see the information: # ./trace-cmd report To see just a subsystem: # ./trace-cmd record -e irq ls /bin To list the available trace events: # ./trace-cmd list -e You can also trace a single trace point with one of two methods: # ./trace-cmd record -e sched:sched_wakeup ls /bin Or simply: # ./trace-cmd record -e sched_wakeup ls /bin This tool also works with tracers (plugins) as well as events # ./trace-cmd list -p Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-08-27linux-wrs: update to 2.6.34.5Bruce Ashfield1
edd8801 Linux 2.6.34.5 4070f43 vmware: fix build error in vmware.c 57cbde5 mm: fix up some user-visible effects of the stack guard page 4def7ce mm: fix page table unmap for stack guard page properly Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-08-26pseudo: Update to the latest git version of pseudoMark Hatle1
Latest git version includes: 2010-08-26: * (seebs) make offsets.c slightly less useless * (seebs) don't overwrite LD_LIBRARY_PATH values that include us 2010-08-25: * (seebs) fix the signal mask restore 2010-08-24: * (seebs) try to restore signal mask before calling exec() * (seebs) move errno restoration after code which could set errno 2010-08-19: * (seebs) handle insane edge case involving regcomp/regexec 2010-08-17: * (seebs) create speculative-deletion logic * (seebs) remove crackpot theories about cross-device renames 2010-08-16: * (rp) Fix ld_preload/ld_library_path mixup. * (seebs) Handle failed allocations. * (seebs) Fix logic for dropping empty LD_PRELOAD. Signed-off-by: Mark Hatle <mhatle@windriver.com>
2010-08-26meta-toolchain: update to reflect opkg state directory moveJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-08-25qemu.inc: ensure helper programs are built when building for qemu machinesJoshua Lock1
QEMU machine images are useless without qemu-native and qemu-helper-native Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-08-23bitbake.conf: Add DESCRIPTION for -dev, -dbg and -doc packagesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-20bitbake.conf: Add shared/pkgconfig files to standard -dev globMark Hatle1
Add the pkgconfig files that may appear into the shared directory into the -dev globbing. Also change the udev integration to remove the manual instance of the shared directory .pc file. Signed-off-by: Mark Hatle <mhatle@windriver.com>
2010-08-20base.bbclass: Initial work to add GPLv2 Only Build with Whitelist for GPLv3 ↵Saul Wold1
Native tools [tweaks from Richard Purdie] Signed-off-by: Saul Wold <Saul.Wold@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-20kernel: update branch revisions for 2.6.34.4Bruce Ashfield1
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-08-20distro-tracking: add info for watchdogDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-08-20distro tracking: Add info for paxZhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-08-20distro tracking: Updated version info for owl-video, matchbox-desktop, ↵Zhai Edwin2
webkit-gtk... Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-08-19Rename packaged-staging2 -> sstate and remove the old empty classRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-19Start sstateRichard Purdie1
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-19distr-tracking: add MAINTAINER and version info for rest recipesKevin Tian12
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-19eglibc: recipe cleanupNitin A Kamble1
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 Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-08-18bitbake.conf: Set FAKEROOTENVRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-17DistroData: Cleanup Version numbers and add DistroData ParserSaul Wold4
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-17distro tracking fix: cairo qemuglYu Ke2
fix the version format Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-08-17distro-tracking: fix versions formatKevin Tian1
dbus-wait shadow Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-17poky-default: fix a warning caused by preferred libc-initial being unsetJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-08-17build/conf: move sample conf files to meta/confJoshua Lock3
Currently rm -fr build breaks things badly but will work if we move the sample configuration files to meta/conf - this patch does so. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-08-13distro_x11_apps_1.inc, distro_x11_ux.inc: Add maintainer infoZhai Edwin2
Also add RECIPE_NO_UPDATE_REASON for the package that not updated to latest. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-08-13distro_tracking: Add maintainer informationDongxiao Xu5
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>