summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro
Commit message (Collapse)AuthorAgeFilesLines
* base.bbclass/poky.conf: Fix INCOMPATIBLE_LICENSE Whitelist checkingSaul Wold2010-11-141-3/+3
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* wrs_meta: add USB options for wacom tablet supportBruce Ashfield2010-11-101-1/+1
| | | | | | | | | | 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>
* poky.conf: Default Locale GenerationSaul Wold2010-11-101-3/+3
| | | | | | Add en-us and POSIX to default locale generation Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* eglibc: add en-us locale generationSaul Wold2010-11-101-0/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* poky.conf: Change default locale to POSIXSaul Wold2010-11-101-2/+4
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* poky.conf: add PWD to BB_HASHBASE_WHITELISTKevin Tian2010-11-071-1/+1
| | | | | | | | | | | | | | | | | 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>
* Poky -> Yocto name changeRichard Purdie2010-10-271-4/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-default-revisions: define SRCREV for pseudo-nativesdkJoshua Lock2010-10-201-0/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* wrs_meta: emenlow updatesBruce Ashfield2010-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 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>
* wrs_meta: update SRCREV for netfilter optionsBruce Ashfield2010-10-181-1/+1
| | | | | | | | | | | 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>
* kernel tools: update SRCREVBruce Ashfield2010-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* distro_tracking: Update Distro AliasesSaul Wold2010-10-151-32/+60
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* poky.conf: Add qemu-config dependency for qemux86-64Richard Purdie2010-10-151-0/+1
| | | | | | | | | 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>
* linux-wrs: update SRCREV for mpc8315e-rdbBruce Ashfield2010-10-151-1/+1
| | | | | | | | | | | 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>
* emenlow: add 8250 serial optionsBruce Ashfield2010-10-141-1/+1
| | | | | | | | The emenlow didn't have the default 8250 serial ports. Including the common serial config fragment fixes this problem. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* pseudo: Update to revision 489ed5e89f040febcb605f22187968f597211205Richard Purdie2010-10-141-1/+1
| | | | | | | | | This fixes various issues with modern coreutils which use *xattr() syscalls which pseudo wasn't catching causing permissions problems. [BUGID #463] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-wrs: update SRCREVsBruce Ashfield2010-10-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes [BUGID #432, #438, #437, #422] [atom-pc: switch to the atom-pc branch The atom-pc has a dedicated branch and merged kernel commits. Swtich the kernel recipe to use the fully integrated BSP Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>] [atom-pc: add kernel config options needed for -live images Fixes [BUGID #432] Live images require VFAT filesystem and loop device support - this adds the required kernel config options for them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>] [atom-pc: Add netbook wireless networking support for NB305 and eee901 Add the atom-pc-wifi.cfg to enable wireless networking support for the netbooks mentioned in the atom-pc machine config file. Note: this adds a staging tree driver (rt2860sta) for the eee901 wifi. [BUGID #438] Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Richard Purdie <rpurdie@linux.intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com>] [atom-pc: Add netbook wired networking support for NB305, Aspire One, and eee901 Add the atom-pc-eth.cfg to enable wired networking support for the three netbooks mentioned in the atom-pc machine config file. [BUGID #437] Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Richard Purdie <rpurdie@linux.intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com>] [routerstationpro: add missing kernel patches [BUGID: #422] Add the kernel patches required for routerstaion pro boot Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>] [netbook: allow hardisk booting [BUGID: #445] Signed-off-by: Darren Hart <dvhart@linux.intel.com>] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* emenlow/linux-wrs: merge emenlow configurationBruce Ashfield2010-10-131-1/+1
| | | | | | | | | | Complete the merge of the emenlow BSP, by removing the external configurations from the emelnow layer and merging them into the wrs_meta branch of the kernel tree. This also allows the emenlow to drop the tools config fragement and use the common definitions shared by BSPs maintained in the kernel. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-wrs: remove external x86 config fragmentBruce Ashfield2010-10-131-1/+1
| | | | | | | | | [BUGID #363] Integrate the x86 gfx options into the existing x86 graphics options for the common_pc and common_pc_64 boards. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* poky-default-revisions: fixupsJoshua Lock2010-10-121-2/+2
| | | | | | Entries should be alphabetised and use weak weak assignment Signed-off-by: Joshua Lock <josh@linux.intel.com>
* swabber: new recipeJoshua Lock2010-10-121-0/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux-wrs: add initial beagleboard supportBruce Ashfield2010-10-111-0/+1
| | | | | | | | | BUGID: 421 Create the infrastructure to build the beagleboard against the linux-wrs kernel. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* mpc8315e-rdb: create machine and tuning configurationBruce Ashfield2010-10-111-1/+2
| | | | | | | | | | | BUGID: 423 Introduce the basic mpc8315e BSP. By default this BSP uses the basic 603 tuning and soft-float. There are issues with the e300 tuning and eglibc, and the compiler. Subsequent commits will further tune this BSP. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* routerstationpro: create machine conf and compatibilityBruce Ashfield2010-10-111-0/+1
| | | | | | | | | BUGID: 422 Add the machine configuration and kernel infrastructure for building the routerstation pro BSP. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* poky-default-revisions.inc: Work around weak assignment operator bad ↵Richard Purdie2010-10-091-8/+8
| | | | | | interaction with SRCREV Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Add default revision for linux-wrs common_pc-standard HEADDarren Hart2010-10-091-0/+1
| | | | Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* linux-wrs: fix emenlow and wrs_meta SRCREV valuesBruce Ashfield2010-10-091-2/+2
| | | | | | | | | | | | Fixes [BUGID #395, #396] The initial commit for emenlow support dropped a character on the SRCREV and missed the wrs_meta update. this fixes both those issues. There are still pending commits and issues with emenlow support, but these values are wrong and should be fixed now. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* distro_tracking_fields: remove the duplicate line for oprofileDexuan Cui2010-10-091-4/+1
| | | | | | | | In the same file, there is alrealy a line for oprofile. Also add an empty line before oprofileui. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* gststream commercial: modified recipes and tasks to add commercial identifierSaul Wold2010-10-081-1/+8
| | | | | | | | Modified DEPENDS and RDEPENDS in these recipes and tasks to make packages which have potential license implications opt in through options in poky/local.conf. Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* base.bbclass: add support for commercial license checkSaul Wold2010-10-081-0/+5
| | | | | | | | | 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>
* poky-fixed-revisions.inc: Clean up pointless PREFERRED_VERSION statementsRichard Purdie2010-10-071-44/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-default-revisions.inc: Move SRCREV settings into this fileRichard Purdie2010-10-071-0/+21
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* kern_tools: update SRCREV for defconfig fixesBruce Ashfield2010-10-071-1/+1
| | | | | | | | | | | | 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>
* pseudo: Update to the latest version of pseudoMark Hatle2010-10-071-1/+1
| | | | | | | | | | | | | [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>
* kernel: update SRCREVs for emenlow and blacksand/KconfigBruce Ashfield2010-10-041-5/+6
| | | | | | | | | | 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>
* createme/patchme: use kgit-checkpoint to restore meta dataBruce Ashfield2010-10-041-1/+1
| | | | | | | | | | | | 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>
* kern_tools: allow patching on autocreated/empty branchesBruce Ashfield2010-10-041-1/+1
| | | | | | | | | | 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>
* Distro Tracking: Remove private directory since it's merged to one file nowSaul Wold2010-09-3017-5275/+0
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* kern-tools: add BSP bootstrap supportBruce Ashfield2010-09-301-1/+1
| | | | | | | | | 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>
* Distro tracking: Add info for lighttpdSaul Wold2010-09-301-0/+10
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* distro_tracking_fields: Updated with distro alias informationSaul Wold2010-09-301-1/+0
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* poky.conf: Add BB_HASHBASE_WHITELIST to ignore variables which don't ↵Richard Purdie2010-09-301-1/+1
| | | | | | influence sstate packages (Initial Population) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-default.inc: change the hardcoded glibc-initial to ${POKYLIBC}-initialDexuan Cui2010-09-271-1/+1
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* distro_tracking_fields.inc: update cpio infoScott Garman2010-09-271-1/+1
| | | | | | Reflects current status of cpio recipes. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* distro_tracking_fields.inc: update grep infoScott Garman2010-09-271-4/+4
| | | | | | | Reflects current status of grep, including new recent release information. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* distro_tracking: Update tracking infoSaul Wold2010-09-271-12/+69
| | | | | | Add additional aliases and tracking fields for missing packages Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* distro_tracking_fields.inc: merged fixesSaul Wold2010-09-221-5/+5
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* upgrade gcc to 4.5.0 for mips architectureDongxiao Xu2010-09-221-1/+0
| | | | | | | | | | | | 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>
* qemuarm: remove NFS_ROOT overrideBruce Ashfield2010-09-221-1/+1
| | | | | | | | | 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>
* Add DISTRO_PN_ALIAS for 95 packagesYu Ke2010-09-221-21/+98
| | | | | Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Mei Lei <lei.mei@intel.com>