summaryrefslogtreecommitdiff
path: root/meta/conf
AgeCommit message (Collapse)AuthorFiles
2010-10-01local.conf.sample: include notes on generating fewer LIBC localesJoshua Lock1
libc locale generation is very time consuming so document the GLIBC_GENERATE_LOCALES variable in the sample local.conf Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-09-30Distro Tracking: Remove private directory since it's merged to one file nowSaul Wold17
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-30Make invalid LICENSE fields fatalRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-30kern-tools: add BSP bootstrap supportBruce Ashfield1
Part of [BUGID #373] Update the default revisions for kern_tools to pull in the updates required to support BSP bootstrapping. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-09-30Distro tracking: Add info for lighttpdSaul Wold1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-30distro_tracking_fields: Updated with distro alias informationSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-30poky.conf: Add BB_HASHBASE_WHITELIST to ignore variables which don't ↵Richard Purdie1
influence sstate packages (Initial Population) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-29sstate.bbclass: Update to use SSTATE variables everywhere and remove the now ↵Richard Purdie3
unneeded complicated paths from the sstate files Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-28local.conf.sample: set RPM as default package and rootfs image creationSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-27poky-default.inc: change the hardcoded glibc-initial to ${POKYLIBC}-initialDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-27distro_tracking_fields.inc: update cpio infoScott Garman1
Reflects current status of cpio recipes. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-09-27distro_tracking_fields.inc: update grep infoScott Garman1
Reflects current status of grep, including new recent release information. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-09-27distro_tracking: Update tracking infoSaul Wold1
Add additional aliases and tracking fields for missing packages Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-27qemux86-64: remove -march for 64bit common pcQing He1
Fixes [BUGID #347]. Signed-off-by: Qing He <qing.he@intel.com>
2010-09-24netbook: Correct netbook build by moving netbook configuration from moblin ↵Saul Wold1
to meta Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-22distro_tracking_fields.inc: merged fixesSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-22upgrade gcc to 4.5.0 for mips architectureDongxiao Xu1
Fix the out of memory when building webkit-gtk with gcc-4.5.0 The new feature added after 4.3.3 "http://www.pubbs.net/200909/gcc/94048-patch-add-support-for-rmipsjalr.html" will cause cc1plus eat up all the system memory when build webkit-gtk. The function mips_get_pic_call_symbol keeps on recursively calling itself. Disable this feature to walk aside the bug. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-22qemuarm: remove NFS_ROOT overrideBruce Ashfield1
During the debug of disk booting on the qemuarm target, the NFS_ROOT default settings were incorrectly overriden. This removes the overide and allows the default / global settings to be processed. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-09-22Add DISTRO_PN_ALIAS for 95 packagesYu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-09-21bitbake.conf/documentation.conf: Start using SUMMARY variable and document itRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-21poky.conf: use eglibc rather than glibcDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-21poky-eglibc.inc: fix multiple providers for virtual/libc-nativesdk and otherDexuan Cui1
This commit fixes the following error while doing this: bitbake poky-image-minimal NOTE: multiple providers are available for virtual/libc-nativesdk (glibc-nativesdk, eglibc-nativesdk) NOTE: consider defining a PREFERRED_PROVIDER entry to match virtual/libc-nativesdk NOTE: multiple providers are available for virtual/i586-pokysdk-linux-libc-initial-nativesdk (glibc-initial-nativesdk, eglibc-initial-nativesdk) NOTE: consider defining a PREFERRED_PROVIDER entry to match virtual/i586-pokysdk-linux-libc-initial-nativesdk And bumped PR. This partly fixes [BUGID #329] Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-21linux-wrs: update SRCREVsBruce Ashfield1
The following are the highlights of the latest updates to the 2.6.34 kernel tree: 086d819 selinux: fix parallel compile error 0bffbc5 MIPS: Audit: Fix hang when starting audit e49491e ucc_geth: fix ethtool set ring param bug 53b9f33 params: don't hand NULL values to param.set callbacks. eb3b13c irda: Correctly clean up self->ias_obj on irda_bind() failure. b4aee0b crypto: fix missed kfree for crypto_req f8490d8 x86-64, compat: Test %rax for the syscall number, not %eax c3acc43 x86-64, compat: Retruncate rax after ia32 syscall entry tracing 5c21faf compat: Make compat_alloc_user_space() incorporate the access_ok() afc2a18 Merge commit 'v2.6.34.7' into standard f423469 Linux 2.6.34.7 Built and booted on all architectures. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-09-17distro_track: add dpkg, m4, and cmake tracking fieldsDongxiao Xu3
distro_tracking_fields.inc: moved updates to master file Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-17 gcc: upgrade gcc for powerpc to version 4.5.0Dongxiao Xu1
Fix one parameter order issue for base_contains function, which impacts glibc build under new gcc. Add new judge code to determine whether <altivec.h> is needed. This fixes the mpeg2dec build failure under new gcc. Use O2 as the optimization flag to tinylogin as it will meet segfault if compiled by gcc-4.5.0 when enable both frename-registers and Os options. Use O2 instead. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-17formfactor: Add machconfig in qemux86-64 to avoid HAVE_KEYBOARD unset.Zhai Edwin1
This prevent matchbox-kerboard starting as daemon automatically. Also fix minor issue of netbase on qemux86-64, and add the machine in local.conf.sample [BUGID #308] fixed by this. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-17bblayers.conf.sample: remove meta-moblin from default layersScott Garman2
This fixes [BUGID #273] Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-09-17distro_tracking_fields.inc: Merged tracking dataSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-17Distro tracking: update mdadm, screen, oprofile; add libsdlDexuan Cui4
Add tracking info for libsdl; Move oprofile from distro_toolchain_devel.inc to distro_toolchain_devel.inc; Add RECIPE_MAINTAINER_pn for mdadm, screen, oprofile, libsdl. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-17Distro Tracking: Updated and add Poky Alias infoSaul Wold4
distro_check.py: Add DISTRO_PN_ALIAS check for Poky, OpenedHand, Intel and Upstream, to mark packages that are not in known upstreams distro_tracking_fields.inc: Merged private files into 1 master file Added additional Maintainer Info Added Distro Alias information for Poky and OpenedHand Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-17distro-track: zypper related packagesQing He2
add tracking fields for zypper related packages Signed-off-by: Qing He <qing.he@intel.com>
2010-09-17distro field: add distro fields for some graphcis recipesYu Ke2
they are: imake fotowall libdrm-poulsbo mesa-dri-glsl-native qt4-tools-native quicky xf86-video-vesa Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-09-17distro tracking: Add info for gobject-introspection, ↵Zhai Edwin3
gdk-pixbuf-csource-native and qemu-helper-native... Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-17distro data: Update distro data tracking dataSaul Wold5
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-16local.conf.sample: Fix commented value to match the default download directoryRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-10poky-default-revisions.inc: Add missing SRCREV for dtc-nativeRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-10qemu_x86_64/conf: enable E1000 by defaultBruce Ashfield1
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-09-10poky-default-revisions: set default dtc srcrevAdrian Alonso1
* Set default devicetree SRCREV version Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-10pseudo: Update pseudo to latest revisionMark Hatle1
Fix bug 231 by changeing to the latest revision of pseudo. The latest revision of pseudo includes the following changes: 2010-09-08: * (seebs) handle mkfifo without guaranteeing an EINVAL response. 2010-09-02: * (seebs) fix errno for getcwd() with insufficient size * (seebs) Add an RPATH entry to the pseudo binary to find the sqlite3 library. 2010-09-01: * (seebs) add missing casts to even more printf arguments 2010-08-31: * (seebs) add missing casts to printf arguments, after being warned about them a mere twenty or thirty thousand times. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-09-10linux-wrs/meta: fix qemuarm boot issues with 2.6.34.6Bruce Ashfield1
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-09-09poky-default-revisions.inc: Fix variable order for linux-wrs recipesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-08image.bbclass: change IMAGE_EXTRA_SPACE to IMAGE_OVERHEAD_FACTORSaul Wold1
This change allows the IMAGE_OVERHEAD_FACTOR (default to 1.2) to adjust dynamicly how much space to add for each image, thus there is 20% overhead space by default. Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-08Distro tracking: add package aliasesDexuan Cui2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-07poky-default.inc: Use standard udev version for PPC, seems to work fineRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-06kernel/wrs: update SRCREV for v2.6.34.6 + changesBruce Ashfield1
Updating the SRCREVs for the recent port of bug fixes for all boards and the integration of qemux86-64 config and connector changes. Now that the qemux86-64 changes are in tree, we can drop them from the linux-wrs recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-09-06poky-default-revisions.inc: Move SRCREVs to correct locations, fix whitespaceRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-06poky-default.inc: Make sure sdk version of gcc is fixed and doesn't changeRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-03rpm: Change the way the python version is determined so its sane and works ↵Richard Purdie1
with checksumming Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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>