aboutsummaryrefslogtreecommitdiffstats
path: root/meta-jasperforest/conf
AgeCommit message (Collapse)Author
2013-03-21layer.conf: Use .= for adding to BBPATH and += to BBFILESdanny-8.0.1Khem Raj
Fixes parsing errors which is appearing after this commit to meta-openembedded http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e This triggers exception NameError: name 'base_contains' is not defined without this change Avoid the immediate expansion operator (:=) which caused base_contains added in the previous commit to fail to expand at the time the meta-intel layer configs are parsed and replace it with one of the append operators (.= or +=) that allows for delayed variable expansion. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-10-25jasperforest: add WEBTITLE & Compliance informationNitin A Kamble
The WEBTITLE will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-09-21meta-jasperforest: switch kernel back to 3.4Tom Zanussi
The preferred kernel was inadvertently changed to 3.2-rt; change it back to 3.4. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-07-19jasperforest: retire linux-yocto-3.0Tom Zanussi
With the move to linux-yocto-3.4, linux-yocto-3.0 support can be removed. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-07-18meta-jasperforest: switch to linux-yocto-3.4 kernelTom Zanussi
Switch jasperforest to the 3.4 kernel and update kernel SRCREVs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-03-18meta-jasperforest: switch to linux-yocto-3.2 kernelTom Zanussi
Switch jasperforest to the 3.2 kernel. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-02-24meta-intel: add LAYERDEPENDS for layers needing the meta-intel common layer1.2_M3.rc11.2_M3Paul Eggleton
These layers all contain machine configuration that depends on having the meta-intel common layer enabled as well, so use LAYERDEPENDS in the layer configuration for each one to make this explicit. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-11-21Have jasperforest.conf use the common ia32-base .inc file andTom Zanussi
remove the open-coded machine settings. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-11-15meta-intel: remove virtual/xserver-xf86 referencesTom Zanussi
These are now deprecated (in favor of just virtual/xserver), so remove them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-10-16jasperforest: set boot vga modeTom Zanussi
Set boot params to get a vesafb 1024x768 graphics mode and can see the splash screen. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-10-15meta-jasperforest: xserver-xorg renaming updatesTom Zanussi
Update jasperforest to reflect the new xserver-xorg naming. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-10-15meta-jasperforest: remove meta-intel/common from BBFILESTom Zanussi
There's nothing in meta-intel/common used by jasperforest any longer, and is too broad anyway, so remove it from BBFILES. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-14meta-intel: update BSPs to use grub2Tom Zanussi
grub2 is now the default, so explicit preferred entries are unnecessary. It also needs to be installed in the rootfs, so we need to add it as a dependency. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-20meta-intel: change PREFERRED_VERSIONsTom Zanussi
Change PREFERRED_VERSION_linux-yocto to a form that will pick up the new numbering scheme. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-11allow override of kernel providerDarren Hart
Allow users or layers to override PREFERRED_PROVIDER_virtual/kernel. This is required to use the linux-yocto-rt kernel, for example. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-04meta-jasperforest: add live fstypeTom Zanussi
Most of the time, we want a -live image, so add it to the IMAGE_FSTYPES by default. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-04meta-jasperforest: update machine configuration for recent tune file changesPaul Eggleton
Require the tune file for x86_64, then TARGET_ARCH and TARGET_CC_ARCH are set already. Also remove superfluous "xeon" package architecture that doesn't do anything. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-07-25meta-jasperforeset: switch to linux-yocto 3.0 kernelTom Zanussi
Switch jasperforest to the 3.0 kernel, lock it down, and update kernel SRCREVs. 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-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-05-26meta-intel: fix BBFILE_COLLECTIONS overridesTom Zanussi
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>
2011-05-18meta-jasperforest: update SRCREVsTom Zanussi
Signed-off-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-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-03-14meta-jasperforest: update SRCREVSTom Zanussi
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-28meta-jasperforest: update SRCREVsTom Zanussi
This gets us past the perf compile failure. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-28meta-jasperforest: update kernel SRCREVsTom Zanussi
Update kernel SRCREVs to latest commits. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-13meta-jasperforest: new layer for Xeon C5500/C3500 + Intel 3420Tom Zanussi
This layer provides support for Jasper Forest + Ibex Peak Intel systems. 'Jasper Forest' refers to the Intel Xeon C5500/C3500 processors, which combined with the Intel 3420 PCH chipset (Ibex Peak) make up the 'Picket Post' CRB this BSP was developed on. This BSP also makes use of the grub2 and associated live-install changes in meta-intel/common. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>