summaryrefslogtreecommitdiffstats
path: root/meta-emenlow
AgeCommit message (Collapse)Author
2011-07-15meta-emenlow: fix glx bug1.1_M2.rc31.1_M2.final1.1_M2Tom Zanussi
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>
2011-06-29emenlow: fix some .bbappend files' name: poky -> core, etc.1.1_M2.rc1Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-06-27Update kernel SRCREVs.Tom Zanussi
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2011-06-15meta-intel: fix formfactor bbappends to use FILESEXTRAPATHS_prependPaul Eggleton
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>
2011-06-14meta-intel/linux-yocto: update to match the renamed linux-yocto recipesBruce Ashfield
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>
2011-06-13meta-intel: add systemtap bbappendsTom Zanussi
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>
2011-06-06meta-intel: update kernel SRCREVsTom Zanussi
Fixes for extra page compile error (commit bec3f1e8c075) now pulled in to these branches. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-06-04meta-intel: update kernel SRCREVsTom Zanussi
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>
2011-06-03meta-intel: update kernel SRCREVsTom Zanussi
For crownbay, crownbay-noemgd, emenlow, fishriver, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-06-02meta-emenlow: remove obsolete bbappendsPaul Eggleton
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>
2011-05-27linux-yocto*: correct FILESEXTRAPATHS assignment in all layersDarren Hart
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>
2011-05-26meta-intel: Change build instructions in README to use BSP tarballTom Zanussi
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>
2011-05-18meta-emenlow: update SRCREVsTom Zanussi
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-17README.sources: use git.yoctoproject.org as server for the BSP repositoryOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-16meta-intel: add README.sourcesTom Zanussi
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-13linux-yocto*: extend FILESEXTRAPATHS instead of clobber themDarren Hart
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>
2011-05-10conf/machine: Drop unused GUI_MACHINE_CLASS variablesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2011-05-06Add emenlow pieces removed from oe-corePaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-03meta-intel: use default rootfs size for BSPSTom Zanussi
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>
2011-04-25meta-emenlow: add hw blurb to READMETom Zanussi
Add a small description of the eMenlow platform, for release notes. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-03-21emenlow: update kernel SRCREVsTom Zanussi
To update to latest and get past perf compile failure. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-03-18emenlow.conf: no need to set PACKAGE_EXTRA_ARCHSJoshua Lock
x86 and core2 are added to this variable by the tune-atom.inc file Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-02-25emenlow.conf: Change PACKAGE_EXTRA_ARCHS and BASE_PACKAGE_ARCH to core2Saul Wold
After machine specific sysroot is implemented, emenlow and atom-pc could build together as one architecture. Thus change emenlow architecture back to core2. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-21emenlow: update linux-yocto SRCREVsTom Zanussi
Update SRCREVS to latest Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-21emenlow: update linux-yocto-stable SRCREVsTom Zanussi
Update SRCREVS to latest Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-21emenlow: switch kernel to linux-yoctoTom Zanussi
Make emenlow use the 2.6.37 kernel. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-16libva: add libxfixes to DEPENDSSaul Wold
Fixes [BUGID #716] Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-16xpsb-glx: add libxfixes and libxdamages to DEPENDSSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-28meta-emenlow: upgrade to masterTom Zanussi
Upgrade the meta-emenlow BSP to current master. This updates the layer to reflect the naming changes that took place between laverne and the current master, and allows the BSP to be built for master. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2010-12-27meta-emenlow: move to meta-intel repo from poky repoTom Zanussi
This is the meta-emenlow layer, moved from the poky repo in order to keep all the meta-intel BSPs together. This version builds against laverne (0.90) - detailed build instruction can be found in the README file. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>