summaryrefslogtreecommitdiffstats
path: root/meta/conf
AgeCommit message (Collapse)Author
2010-10-08base.bbclass: add support for commercial license checkSaul Wold
This addresses [BUGID #410], require implict action by someone to enable functionality that may have license implications. By default this diables mp3 and mpeg decoding Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-10-07poky-fixed-revisions.inc: Clean up pointless PREFERRED_VERSION statementsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-07poky-default-revisions.inc: Move SRCREV settings into this fileRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-07kern_tools: update SRCREV for defconfig fixesBruce Ashfield
Fixes [BUGID #399] During BSP work it was noticed that some defconfigs weren't being pulled into BSPs. This was due to a bad test that ended up allowing a defconfig to exclude itself. The test has been tightened to only kernel feature files, and defconfigs are now always pulled in. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-10-07sstate: Fix SSTAGE_MIRRORS handling and improve example in local.conf.sampleRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-07local.conf.sample: Until bug 227 is resolved, ipk packaging is needed for ↵Richard Purdie
meta-toolchain so enable by default Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-07pseudo: Update to the latest version of pseudoMark Hatle
[BUGID #403] The latest version of pseudo has a workaround for an extended attribute problem that may show up with certain configurations of modern coreutils. Specifically cp -p does not use chmod to change the permissions, but instead uses fsetxattr to change the permissions. fsetxattr (and extended attributes) are not supported within pseudo. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-10-04kernel: update SRCREVs for emenlow and blacksand/KconfigBruce Ashfield
Fixes [BUGID #395, #396] Add the emenlow-standard branch to the SRCREV list, and update all the branch revisions to include the fix for defconfig processing, that was exposed by work on the blacksand BSP. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-10-04createme/patchme: use kgit-checkpoint to restore meta dataBruce Ashfield
Fixes [BUGID: #390] The custom de-checkpoint routines used in createme/patchme destroyed data each run. This meant that incremental and expermental work couldn't be done directly in the kernel source tree itself. Using the more robust kgit-checkpoint allows that data to be persistent (until a clean is done). Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-10-04kern_tools: allow patching on autocreated/empty branchesBruce Ashfield
Fixes [BUGID #388] Even if we aren't creating the branch from scratch, it is possible that it has never been patched before. So let's make sure the infrastructure for patching is always in place. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-10-01local.conf.sample: include notes on generating fewer LIBC localesJoshua Lock
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 Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-30Make invalid LICENSE fields fatalRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-30kern-tools: add BSP bootstrap supportBruce Ashfield
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 Wold
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-30distro_tracking_fields: Updated with distro alias informationSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-30poky.conf: Add BB_HASHBASE_WHITELIST to ignore variables which don't ↵Richard Purdie
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 Purdie
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 Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-27poky-default.inc: change the hardcoded glibc-initial to ${POKYLIBC}-initialDexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-27distro_tracking_fields.inc: update cpio infoScott Garman
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 Garman
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 Wold
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 He
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 Wold
to meta Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-22distro_tracking_fields.inc: merged fixesSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-22upgrade gcc to 4.5.0 for mips architectureDongxiao Xu
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 Ashfield
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 Ke
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 Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-21poky.conf: use eglibc rather than glibcDexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-21poky-eglibc.inc: fix multiple providers for virtual/libc-nativesdk and otherDexuan Cui
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 Ashfield
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 Xu
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 Xu
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 Edwin
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 Garman
This fixes [BUGID #273] Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-09-17distro_tracking_fields.inc: Merged tracking dataSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-17Distro tracking: update mdadm, screen, oprofile; add libsdlDexuan Cui
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 Wold
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 He
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 Ke
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 Edwin
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 Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-16local.conf.sample: Fix commented value to match the default download directoryRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-10poky-default-revisions.inc: Add missing SRCREV for dtc-nativeRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-10qemu_x86_64/conf: enable E1000 by defaultBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-09-10poky-default-revisions: set default dtc srcrevAdrian Alonso
* 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 Hatle
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 Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>