summaryrefslogtreecommitdiffstats
path: root/meta/conf
AgeCommit message (Collapse)Author
2010-11-21poky.conf: add "virtual:native:" to BB_HASHTASK_WHITELISTKevin Tian
native signatures are not counted in dependency chain as they're bound to build system. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-11-19distro_tracking_fields.inc: remove some invalid packages information from itMei Lei
This commit fix [BUGID #514] Some packages were removed from the world, but their information also exist in the distro_tracking_fields.inc. Signed-off-by: Mei Lei <lei.mei@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-18Distro Tracking: update distro tracking field for recipes of Graphics libsDexuan Cui
They are: damageproto fixesproto fontsproto glproto kbproto randrproto recordproto scrnsaverproto videoproto xcmiscproto xextproto Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-11-18xextproto: upgrade from 7.1.1 to the latest version 7.1.2Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-11-18xcmiscproto: upgrade from 1.2.0 to the latest version 1.2.1Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-11-18videoproto: upgrade from 2.3.0 to the latest version 2.3.1Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-11-18scrnsaverproto: upgrade from 1.2.0 to the latest version 1.2.1Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-11-18recordproto: upgrade from 1.14 to the latest version 1.14.1Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-11-18randrproto: upgrade from 1.3.1 to the latest version 1.3.2Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-11-18kbproto: upgrade from 1.0.4 to the latest version 1.0.5Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-11-18glproto: upgrade from 1.4.11 to the latest version 1.4.12Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-11-18fontsproto: upgrade from 2.1.0 to the latest version 2.1.1Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-11-18fixesproto: upgrade from 4.1.1 to the latest version 4.1.2Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-11-18damageproto: upgrade from 1.2.0 to the latest version 1.2.1Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-11-18poky-default.inc: update gcc & linux-libc-headers versionsNitin A Kamble
This would avoid warnings like these: NOTE: preferred version 4.5.0 of gcc-runtime not available libgcc-dev) NOTE: preferred version 2.6.34 of linux-libc-headers not available item linux-libc-headers-dev) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-18distro_tracking_fields.inc: remove some packages information from itMei Lei
This commit fix [BUGID #514] Some packages were removed from the world, but their information also exist in the distro_tracking_fields.inc. [sgw@linux.intel.com: merged with head] Signed-off-by: Mei Lei <lei.mei@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-18distro_tracking: update distro tracking fileds for bluez4, neon, etc.Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-18distro tracking: update the info for upgrade recpiesYu Ke
they are: xmodmap cracklib xf86-input-evdev xf86-input-mouse xf86-video-vmware sqlite3 xf86-input-vmmouse xwininfo xset xauth Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-11-18linux-wrs: rename to linux-yoctoBruce Ashfield
The existing preferred yocto kernel wasn't named appropriately and needs to be updated. In keeping the changes small and isolated, this commit simply renames the recipe and some internal variables. Future commits will refactor the code into more usable blocks. Now that linuy-wrs has been renamed linux-yocto, we need to rename and update an board configurations and append files. Now that linux-wrs has been renamed linux-yocto, we need to update the SRCREVs to have the new name. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-11-14linux-wrs: BSP bootstrapBruce Ashfield
Updating the kern-tools SRCREV to pickup changes required for BSP bootstrapping: commit 9722d8decacd2b750f079b3fde7918810700f80e Author: Bruce Ashfield <bruce.ashfield@windriver.com> Date: Thu Nov 11 01:28:33 2010 -0500 createme: improve BSP bootstrapping To streamline BSP bootstrapping, createme now actually creates the required branch rather than only dumping it in a .scc file. Later phases of the build will create the .scc file, so it isn't required here. Also, a BSP with a '-' in the name would break the parent branch detection. Improving the parsing of this allows more flexibile branch naming. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> commit c7d222b4cffb5108d9b14298fc4dc4cae31b784f Author: Bruce Ashfield <bruce.ashfield@windriver.com> Date: Thu Nov 11 01:27:33 2010 -0500 updateme: improve parent and target parsing A BSP with a '-' in the name would break the parent branch detection. Improving the parsing of this allows more flexibile branch naming. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-11-14poky-default-revisions: bump swabber versionJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-11-14image-swab: introduce a class for generating swabber reportsJoshua Lock
Add a postprocess command to rootfs generation which generates a swabber report. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-11-14poky-fixed-versions: update version for python recipeNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-14distro_tracking: update as per current state of devel/toolchain recipesNitin A Kamble
clean up the tracking data for devel/toolchain recipes Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-14eglibc: update svn checkout commitNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-14distro_tracking: Update distro tracking for gstreamer and gst-* recipesDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-14xauth: upgrade from 1.0.4 to 1.0.5Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-11-14xset: upgrade from 1.1.0 to 1.2.1Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-11-14xwininfo: upgrade from 1.0.5 to 1.1.1Yu Ke
LIC_FILES_CHKSUM Changed due to Sun -> Oracle License Change Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-14xf86-input-mouse: upgrade from 1.5.0 to 1.6.0Yu Ke
Fixed LIC_FILES_CHKSUM due to license change from Sun -> Oracle Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-14xf86-input-evdev: upgrade from 2.4.0 to 2.5.0Yu Ke
Fixed LIC_FILES_CHKSUM due to license change from Sun -> Oracle Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-14xmodmap: upgrade from 1.0.4 to 1.0.5Yu Ke
LIC_FILES_CHKSUM Changed due to Sun -> Oracle License Change Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-14base.bbclass/poky.conf: Fix INCOMPATIBLE_LICENSE Whitelist checkingSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-10wrs_meta: add USB options for wacom tablet supportBruce Ashfield
Fixes [BUGID: #394] qemumips: Added wacom tablet support to mti_malta32_be bsp config Signed-off-by: J. Aaron Gamble <john.gamble@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-11-10poky.conf: Default Locale GenerationSaul Wold
Add en-us and POSIX to default locale generation Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-10eglibc: add en-us locale generationSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-10poky.conf: Change default locale to POSIXSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-07poky.conf: add PWD to BB_HASHBASE_WHITELISTKevin Tian
Without doing this I can't reuse prebuilts generated from one directory in another build directory which is really not comfortable for developers. Due to difference on PWD variable, base hash becomes different for every sstate package. So here PWD is added to the hase base whitelist, which makes most prebuilts reusable now in a different build directory. However there still remains one issue about do_populate_sysroot sstate package. Absolute path is encoded in this task which then blocks reuse on them. Perhaps we need some redesign for do_populate_sysroot into two stages, with all absolute path related operations moved to the 2nd stage. This way then the 1st stage can be reused. Partially fix [BUGID #522] Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-10-27Poky -> Yocto name changeRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-22pseudo/fakeroot: Move the pseudo directory creation into bitbakeRichard Purdie
If sstate was used to accelerate a build, the pseudo directory might not have been created leading to subsequent task failures. Also, sstate packages were not being installed under pseudo context meaning file permissions could have been lost. Fix these problems by creating a FAKEROOTDIRS variable which bitbake ensures exists before running tasks and running the appropriate setscene tasks under fakeroot context. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-21local.conf.sample: Default to not building 32 bit libs on 64 bit systems as ↵Richard Purdie
most people don't need it and it confuses them Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-21mpc8315e-rdb: align PACKAGE_EXTRA_ARCHS with tuningBruce Ashfield
Fixes [BUGID #500] While the tuning for the mpc8315e is 603e, the PACKAGE_EXTRA_ARCHES was ppce300. This created a mismatch and resulted in rootfs assembly issues due to missing locales. We align both at 603 and can revist a better tuning in the future. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-10-20poky-default-revisions: define SRCREV for pseudo-nativesdkJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-10-19wrs_meta: emenlow updatesBruce Ashfield
Fixes [BUGID #465] wrs_meta: add logbuf size feature A 16k kernel log buffer size is too small for emenlow and atom-pc - boot messages are routinely lost with the current setting. Increase the size to something more reasonable - 64k seems to be a good compromise. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> emenlow: add cmdline option for reboot quirk The default reboot options don't work for emenlow i.e. kbd + triple results in a reboot hang. According to the emenlow chipset manual, port CF9 is supported, so let's use that. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-10-18wrs_meta: update SRCREV for netfilter optionsBruce Ashfield
Fixes [BUGID #199] Updating the SRCREV for wrs_meta to import a set of default netfilter options, which can then be applied to any BSP. This keeps the default BSP configs small, while allowing the functionality to be available. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-10-18kernel tools: update SRCREVBruce Ashfield
Fixes [BUGID #199] To allow optional features to be enabled for a given BSP, we need to re-enable this functionality in the kernel tools. The following commit in that repo fixes a problem when passing feature names: [ commit 140693a6b0d81b7ba7175b6cfce11c6c22f81e24 Author: Bruce Ashfield <bruce.ashfield@windriver.com> Date: Sun Oct 17 01:22:00 2010 -0400 updateme: do not expand directories If a directory is passed to updateme, do NOT expand it to a full path, the compilation phase will search and do this while applying some special logic to find properly named features. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-10-15distro_tracking: Update Distro AliasesSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-10-15poky.conf: Add qemu-config dependency for qemux86-64Richard Purdie
After booting qemux86-64 sato image, there is no icon for shutdown on the desktop which is caused by missing the qemu-config package on this machine. [BUGID #458] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15atom-pc: remove kernel video mode parametersDarren Hart
The kernel video mode parameters are not needed with the atom-pc linux-wrs configuration. Without them, we boot up with a standard 80x25 text display until the Intel i915 driver is initialized, at which point we switch to a higher resolution text mode. Afterwards, a sato image will start the splash screen and successfully boot to X. Tested on the Toshiba NB305 netbook and the Black Sand development board. [BUGID #450] Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com> CC: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15linux-wrs: update SRCREV for mpc8315e-rdbBruce Ashfield
Fixes [BUGID: 423] The mpc8315e-rdb BSP failed to build due to -Os being used in the boot code. The fix that doesn't involve changing the compiler is to remove -Os in the powerpc code and keep it contained on the BSP branch. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>