summaryrefslogtreecommitdiffstats
path: root/meta/conf
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* atom-pc: remove kernel video mode parametersDarren Hart2010-10-151-1/+1
| | | | | | | | | | | | | | | | | 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>
* 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>
* atom-pc: get rid of undefined video mode prompt on bootupTom Zanussi2010-10-141-1/+1
| | | | | | | | | | Temporary fix for [BUGID #450] This fixes the video mode number to the expected value for this video setting, but the setting itself needs to be fixed along with matching config options - this patch is just a temporary fix for RC2. Signed-off-by: Tom Zanussi <tom.zanussi@intel.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-112-2/+2
| | | | | | | | | 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-113-1/+20
| | | | | | | | | | | 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-112-0/+24
| | | | | | | | | 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>
* atom-pc: Switch from linux-netbook to linux-wrsRichard Purdie2010-10-091-1/+1
| | | | 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>
* Rename MACHINE=netbook to MACHINE=atom-pcDarren Hart2010-10-082-3/+3
| | | | | | | | | | | | In preparation for the more generic atom-pc, rename the netbook machine and all the relevant overrides. Leave the linux-netbook kernel recipe intact and as the default kernel for the atom-pc machine. A future patch will convert this over to linux-wrs and likely remove the linux-netbook kernel recipe. Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.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>
* sstate: Fix SSTAGE_MIRRORS handling and improve example in local.conf.sampleRichard Purdie2010-10-071-1/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* local.conf.sample: Until bug 227 is resolved, ipk packaging is needed for ↵Richard Purdie2010-10-071-1/+1
| | | | | | meta-toolchain so enable by default Signed-off-by: Richard Purdie <rpurdie@linux.intel.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>
* local.conf.sample: include notes on generating fewer LIBC localesJoshua Lock2010-10-011-0/+5
| | | | | | | 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>
* 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>
* Make invalid LICENSE fields fatalRichard Purdie2010-09-301-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.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>
* sstate.bbclass: Update to use SSTATE variables everywhere and remove the now ↵Richard Purdie2010-09-293-5/+5
| | | | | | unneeded complicated paths from the sstate files Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* local.conf.sample: set RPM as default package and rootfs image creationSaul Wold2010-09-281-2/+3
| | | | Signed-off-by: Saul Wold <Saul.Wold@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>
* qemux86-64: remove -march for 64bit common pcQing He2010-09-271-1/+1
| | | | | | Fixes [BUGID #347]. Signed-off-by: Qing He <qing.he@intel.com>