summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* meta-emenlow: fix glx bug1.1_M2.rc31.1_M2.final1.1_M2Tom Zanussi2011-07-152-2/+7
| | | | | | | | | | AIGLX wasn't finding a couple libraries, causing errors such as Yocto bug #1235 - 'Running glxinfo and glxgears commands failed.'. This provides symlinks allowing it to find the needed libraries. Fixes [YOCTO #1235] Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emenlow: fix some .bbappend files' name: poky -> core, etc.1.1_M2.rc1Dexuan Cui2011-06-293-0/+0
| | | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Update kernel SRCREVs.Tom Zanussi2011-06-275-12/+12
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-intel: fix formfactor bbappends to use FILESEXTRAPATHS_prependPaul Eggleton2011-06-156-6/+6
| | | | | | | | This allows meta-intel sub-layers to coexist with meta-yocto when building formfactor for different machines with the same layer setup. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel/linux-yocto: update to match the renamed linux-yocto recipesBruce Ashfield2011-06-1424-64/+61
| | | | | | | | | | | | | | | | | The linux-yocto recipes have been renamed to include explicit version numbers. The meta-intel bbappends must be updated to follow the new naming convention. As a consequence of the recipe renames any SRCREV specificiations that were part of a machine.conf have been moved to the corresponding bbappend file. This allows the 2.6.34 and 2.6.37 SRCREVs to co-exist. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Minor whitespace cleanup. Remove inadvertant? linux-libc-headers provider change. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-n450: add dependency infoTom Zanussi2011-06-141-0/+30
| | | | | | Add information on the dependencies needed to use the meta-n450 layer. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: add systemtap bbappendsTom Zanussi2011-06-136-1/+12
| | | | | | | Add systemtap to task-core-tools-profile for crownbay, crownbay-noemgd, fishriver, jasperforest, n450, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update kernel SRCREVsTom Zanussi2011-06-066-12/+12
| | | | | | | Fixes for extra page compile error (commit bec3f1e8c075) now pulled in to these branches. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update kernel SRCREVsTom Zanussi2011-06-046-12/+12
| | | | | | | To avoid extra page compile error until commit bec3f1e8c075 can be pulled in to these branches. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fishriver: remove crownbay specificsTom Zanussi2011-06-034-19/+5
| | | | | | | The fishriver BSP was borrowing a few things from crownbay, but now has its own branch, so remove the crownbay-specific items. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update kernel SRCREVsTom Zanussi2011-06-036-12/+12
| | | | | | | For crownbay, crownbay-noemgd, emenlow, fishriver, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: tidy up layer configurationPaul Eggleton2011-06-021-5/+1
| | | | | | | | | | * We can't use machine overrides in layer.conf because MACHINE is not defined yet (local.conf has not yet been parsed) so remove these * In light of the above having a separate collection configured for crownbay-noemgd no longer does anything, so remove it as well. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: remove obsolete bbappendsPaul Eggleton2011-06-022-6/+0
| | | | | | | Qt 4.6.3 and Clutter 1.4 have been removed from oe-core / poky. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: update README with new build instructions.Tom Zanussi2011-06-011-18/+77
| | | | | | | | | EMGD 1.6 added a new non-clickthrough Linux tarball download; this changes the README to make use of it and also updates new directory naming, etc. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* meta-crownbay: remove obsolete graphics recipesTom Zanussi2011-06-016-177/+0
| | | | | | | With the emgd 1.6 upgrade, we no longer need these. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* meta-crownbay: update crownbay.confTom Zanussi2011-06-011-6/+6
| | | | | | | Update to reflect new graphics recipes. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* meta-crownbay: add common to BBFILESTom Zanussi2011-06-011-1/+3
| | | | | | | | Add common to BBFILES so crownbay can find recipes it needs from there. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* meta-intel: add xserver-xf86-dri-lite_1.9.3 to commonTom Zanussi2011-06-015-0/+100
| | | | | | | | emgd 1.6 requires xserver 1.9.3, which is no longer in meta, and it needs to be shared by multiple BSPs, so add it to common. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* meta-crownbay: new recipe for emgd 1.6 driver binariesTom Zanussi2011-06-012-0/+25
| | | | | | | | | | | This adds a new recipe for the emgd 1.6 driver binaries. For emgd 1.6, the layout of the binaries has changed, making them easier to install, and we also take the opportunity to sanitize the naming and make it more apparent that these are the emgd driver bits corresponding to a particular emgd release, 1.6 in this case. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* linux-yocto*: correct FILESEXTRAPATHS assignment in all layersDarren Hart2011-05-2711-11/+11
| | | | | | | | | | | | | | | | | My previous commit used a self referencing immediate expansion assignment using. This causes a circular reference and build failure, particularly when more than one layer is configured in. Use the _prepend mechanism in conjunction with the immediate expansion assignment operator to accomplish a similar thing without the self referencing. Note: This patch is dependent on changes to oe-core, specifically: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003145.html Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Phill Blundell <pb@pbcl.net> Cc: Koen Kooi <koen@dominion.thruhere.net>
* meta-intel: Change build instructions in README to use BSP tarballTom Zanussi2011-05-264-35/+48
| | | | | | | | | | | | Change the build instructions to use BSP tarballs instead of git clones. The git clone info remains as a mentioned alternative. The original bug report was for Sugar Bay, but the others had the same problem - this fixes those up. Fixes [YOCTO #1103]. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: Change build instructions in README to use BSP tarball1.1_M1.rc21.1_M1Tom Zanussi2011-05-261-9/+12
| | | | | | | | | Change the build instructions to use BSP tarballs instead of git clones. The git clone info remains as a mentioned alternative. Fixes [YOCTO #1103]. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: fix BBFILE_COLLECTIONS overridesTom Zanussi2011-05-264-5/+5
| | | | | | | | Several BBFILE_COLLECTIONS assignments in the layer.confs for these meta-intel layers added unwanted machine overrides, resulting in truncated values for this variable - remove them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: remove xserver-xf86-dri-lite bbappend1.1_M1.rc1Tom Zanussi2011-05-201-1/+0
| | | | | | This is no longer needed. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: remove PREFERRED_VERSION settingsTom Zanussi2011-05-201-6/+0
| | | | | | There's no reason to specify these. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Add SMP support to crownbay.Marc Ferland2011-05-192-0/+4
| | | | | | | | This patch fixes Yocto BUG #1015. It adds support for SMP on the crownbay architecture from the meta-intel branch. Signed-off-by: Marc Ferland <ferlandm@sonatest.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: update SRCREVsTom Zanussi2011-05-181-2/+2
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-jasperforest: update SRCREVsTom Zanussi2011-05-181-2/+2
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fishriver: update SRCREVsTom Zanussi2011-05-182-2/+10
| | | | | | And add linux-yocto-stable bbappend. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: update SRCREVsTom Zanussi2011-05-181-4/+4
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: update SRCREVsTom Zanussi2011-05-182-4/+10
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: add top-level MAINTAINERS fileTom Zanussi2011-05-181-0/+64
| | | | | | | | | | To help people figure out where to send patches, report problems, and ask questions relating to BSPs in the meta-intel repo. Based on the linux-kernel MAINTAINERS file, but pared way down for simplicity. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* README.sources: use git.yoctoproject.org as server for the BSP repositoryOtavio Salvador2011-05-176-6/+6
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fishriver: add README.sourcesTom Zanussi2011-05-161-0/+17
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: add README.sourcesTom Zanussi2011-05-165-0/+85
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* n450: fix n450-audio LIC_FILES_CHKSUMTom Zanussi2011-05-141-1/+1
| | | | | | Change from POKYBASE to COREBASE. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay-noemgd: add crownbay-noemgd as COMPATIBLE_MACHINE to linux-yocto ↵Tom Zanussi2011-05-141-0/+4
| | | | | | | | bbappend crownbay-noemgd also needs a COMPATIBLE_MACHINE entry in linux-yocto. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* fishriver: remove custom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHSTom Zanussi2011-05-141-3/+0
| | | | | | | | | | PACKAGE_EXTRA_ARCHS in the conf file gets overwritten by the tune-atom include following it, preventing the atom BASE_PACKAGE_ARCH from being included in the final PACKAGE_ARCHS and causing do_rootfs to fail. Remove the atom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHS in the conf file and allow the values in tune-atom to be used as intended. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay-noemgd: remove custom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHSTom Zanussi2011-05-141-3/+0
| | | | | | | | | | | | PACKAGE_EXTRA_ARCHS in the conf file gets overwritten by the tune-atom include following it, preventing the atom BASE_PACKAGE_ARCH from being included in the final PACKAGE_ARCHS and causing do_rootfs to fail. Remove the atom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHS in the conf file and allow the values in tune-atom to be used as intended. Fixes [BUGID #986]. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay: remove custom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHSTom Zanussi2011-05-141-3/+0
| | | | | | | | | | | | PACKAGE_EXTRA_ARCHS in the conf file gets overwritten by the tune-atom include following it, preventing the atom BASE_PACKAGE_ARCH from being included in the final PACKAGE_ARCHS and causing do_rootfs to fail. Remove the atom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHS in the conf file and allow the values in tune-atom to be used as intended. Fixes [BUGID #986]. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto*: extend FILESEXTRAPATHS instead of clobber themDarren Hart2011-05-1310-10/+10
| | | | | | | | | | | | Clobbering FILESEXTRAPATHS prevents multiple bbappend files providing file:// SRC_URIs. Extend the variable in each meta-* layer instead. Build tested with linux-yocto on n450 and crownbay and linux-yocto-stable on crownbay. Build tested linux-yocto on n450 with a third layer adding a config fragment. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
* conf/machine: Drop unused GUI_MACHINE_CLASS variablesRichard Purdie2011-05-106-12/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Add emenlow pieces removed from oe-corePaul Eggleton2011-05-068-0/+20
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: use default rootfs size for BSPSTom Zanussi2011-05-036-12/+0
| | | | | | | | | The default rootfs size if left unspecified is the actual rootfs size + 20%. There doesn't seem to be a reason to make the default for these BSPs anything different, so remove the IMAGE_ROOTFS_SIZE overrides. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* n450: use linux-yocto (2.6.37) by defaultDarren Hart2011-04-271-1/+1
| | | | | Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* n450: add linux_yocto (2.6.37) bbappendDarren Hart2011-04-271-0/+10
| | | | | Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* n450: enable SMP and SCHED_SMTDarren Hart2011-04-271-0/+3
| | | | | | | | | | Fixes [YOCTO 1010] The Atom N450 CPU is single core with hyperthreading. Update the kernel recipe to build with CONFIG_SMP and CONFIG_SCHED_SMT. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-crownbay: update documentation with hw and build detailsTom Zanussi2011-04-251-11/+31
| | | | | | | Add missing info on supported hardware, and update the details with respect to building with/without emgd. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: add hw blurb to READMETom Zanussi2011-04-251-0/+3
| | | | | | Add a small description of the eMenlow platform, for release notes. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: switch to linux-yocto kernelTom Zanussi2011-04-042-16/+8
| | | | | | | Update kernel SRCREVs and switch crownbay/crownbay-noemgd to the 2.6.37 kernel. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>