summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest/conf
Commit message (Collapse)AuthorAgeFilesLines
* jasperforest: move BSP to the v3.10 kernelNitin A Kamble2013-09-061-1/+1
| | | | | | | | Now a v3.10 linux yocto kernel recipe is available for this BSP, so make the newer kernel as the default kernel. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-jasperforest: Fix BBFILESRichard Purdie2013-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | BBFILES is whitespace delimited. If .= used, no whitespace padding is added around the addition and this can lead to it being combined with some other part of the field, leading to parts of BBFILES mysteriously not being seen. For example, I have in my bblayers.conf: /media/build1/poky/meta-intel/meta-emenlow \ /media/build1/poky/meta-intel/meta-fri2 \ /media/build1/poky/meta-intel/meta-jasperforest \ /media/build1/poky/meta-intel/meta-n450 \ /media/build1/poky/meta-intel/meta-romley \ and this results in the warning: WARNING: No bb files matched BBFILE_PATTERN_fri2 '^/media/build1/poky/meta-intel/meta-fri2/' and if I try to build MACHINE=fri2, I get strange errors due to the .bb files not being parsed. The fix is simply to use +=, just like every other layer.conf file. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* jasperforest: move BSP to the v3.8 kernelNitin A Kamble2013-03-061-1/+1
| | | | | | | | Now the v3.8 kernel recipes are available in the oecore & meta-intel layers. And also the v3.8 kernel is validated for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* layer.conf: Use .= for adding to BBPATH and += to BBFILESKhem Raj2013-01-071-2/+2
| | | | | | | | | | | | | | | | | | | | 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>
* jasperforest: add WEBTITLE & Compliance informationNitin A Kamble2012-10-251-0/+2
| | | | | | | | 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>
* meta-jasperforest: switch kernel back to 3.4Tom Zanussi2012-09-211-2/+1
| | | | | | | 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>
* jasperforest: retire linux-yocto-3.0Tom Zanussi2012-07-191-1/+2
| | | | | | | 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>
* meta-jasperforest: switch to linux-yocto-3.4 kernelTom Zanussi2012-07-181-1/+1
| | | | | | Switch jasperforest to the 3.4 kernel and update kernel SRCREVs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-jasperforest: switch to linux-yocto-3.2 kernelTom Zanussi2012-03-181-0/+2
| | | | | | Switch jasperforest to the 3.2 kernel. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: add LAYERDEPENDS for layers needing the meta-intel common layer1.2_M3.rc11.2_M3Paul Eggleton2012-02-241-0/+2
| | | | | | | | | 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>
* Have jasperforest.conf use the common ia32-base .inc file andTom Zanussi2011-11-211-36/+5
| | | | | | remove the open-coded machine settings. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: remove virtual/xserver-xf86 referencesTom Zanussi2011-11-151-1/+0
| | | | | | | These are now deprecated (in favor of just virtual/xserver), so remove them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* jasperforest: set boot vga modeTom Zanussi2011-10-161-0/+2
| | | | | | | 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>
* meta-jasperforest: xserver-xorg renaming updatesTom Zanussi2011-10-151-3/+9
| | | | | | Update jasperforest to reflect the new xserver-xorg naming. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-jasperforest: remove meta-intel/common from BBFILESTom Zanussi2011-10-151-3/+1
| | | | | | | 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>
* meta-intel: update BSPs to use grub2Tom Zanussi2011-09-141-1/+0
| | | | | | | | 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>
* meta-intel: change PREFERRED_VERSIONsTom Zanussi2011-08-201-2/+2
| | | | | | | 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>
* allow override of kernel providerDarren Hart2011-08-111-2/+2
| | | | | | | 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>
* meta-jasperforest: add live fstypeTom Zanussi2011-08-041-1/+1
| | | | | | | 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>
* meta-jasperforest: update machine configuration for recent tune file changesPaul Eggleton2011-08-041-6/+1
| | | | | | | | | 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>
* meta-jasperforeset: switch to linux-yocto 3.0 kernelTom Zanussi2011-07-251-0/+1
| | | | | | | Switch jasperforest to the 3.0 kernel, lock it down, and update kernel SRCREVs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel/linux-yocto: update to match the renamed linux-yocto recipesBruce Ashfield2011-06-141-2/+0
| | | | | | | | | | | | | | | | | 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-intel: update kernel SRCREVsTom Zanussi2011-06-061-2/+2
| | | | | | | 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-041-2/+2
| | | | | | | 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-intel: update kernel SRCREVsTom Zanussi2011-06-031-2/+2
| | | | | | | For crownbay, crownbay-noemgd, emenlow, fishriver, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: fix BBFILE_COLLECTIONS overridesTom Zanussi2011-05-261-1/+1
| | | | | | | | 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-jasperforest: update SRCREVsTom Zanussi2011-05-181-2/+2
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* conf/machine: Drop unused GUI_MACHINE_CLASS variablesRichard Purdie2011-05-101-2/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* meta-intel: use default rootfs size for BSPSTom Zanussi2011-05-031-2/+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>
* meta-jasperforest: update SRCREVSTom Zanussi2011-03-141-6/+2
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-jasperforest: update SRCREVsTom Zanussi2011-02-281-1/+1
| | | | | | This gets us past the perf compile failure. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-jasperforest: update kernel SRCREVsTom Zanussi2011-02-281-2/+2
| | | | | | Update kernel SRCREVs to latest commits. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-jasperforest: new layer for Xeon C5500/C3500 + Intel 3420Tom Zanussi2011-02-132-0/+66
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>