diff options
| author | Darren Hart <dvhart@linux.intel.com> | 2015-02-20 13:18:09 -0800 |
|---|---|---|
| committer | Darren Hart <dvhart@linux.intel.com> | 2015-02-20 13:32:33 -0800 |
| commit | 21dd5b97465e70b56c20710db32edb6042fc412b (patch) | |
| tree | 58bb10297c0b328ccb0097b10aee2455e51642f8 | |
| parent | 86bae8895aa4b30f19f445150713c7d2b40f5739 (diff) | |
| download | meta-intel-21dd5b97465e70b56c20710db32edb6042fc412b.tar.gz | |
Prefer linux-yocto 3.19 for all Intel common architecture BSPs
Update all the BSPs using the Intel common architecture that preferred
3.17 to prefer 3.19, now built by the intel-core* common BSPs.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
| -rw-r--r-- | meta-crownbay/conf/machine/crownbay-noemgd.conf | 2 | ||||
| -rw-r--r-- | meta-emenlow/conf/machine/emenlow-noemgd.conf | 2 | ||||
| -rw-r--r-- | meta-fri2/conf/machine/fri2-noemgd.conf | 2 | ||||
| -rw-r--r-- | meta-jasperforest/conf/machine/jasperforest.conf | 2 | ||||
| -rw-r--r-- | meta-nuc/conf/machine/nuc.conf | 2 | ||||
| -rw-r--r-- | meta-sugarbay/conf/machine/sugarbay.conf | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/meta-crownbay/conf/machine/crownbay-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf index 161ed38c..9f0aa300 100644 --- a/meta-crownbay/conf/machine/crownbay-noemgd.conf +++ b/meta-crownbay/conf/machine/crownbay-noemgd.conf | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | #@DESCRIPTION: Machine configuration for Crown Bay systems, without Intel-proprietary graphics bits | 6 | #@DESCRIPTION: Machine configuration for Crown Bay systems, without Intel-proprietary graphics bits |
| 7 | # i.e. E660 + EG20T | 7 | # i.e. E660 + EG20T |
| 8 | 8 | ||
| 9 | PREFERRED_VERSION_linux-yocto ?= "3.17%" | 9 | PREFERRED_VERSION_linux-yocto ?= "3.19%" |
| 10 | 10 | ||
| 11 | require conf/machine/include/meta-intel.inc | 11 | require conf/machine/include/meta-intel.inc |
| 12 | require conf/machine/include/intel-core2-32-common.inc | 12 | require conf/machine/include/intel-core2-32-common.inc |
diff --git a/meta-emenlow/conf/machine/emenlow-noemgd.conf b/meta-emenlow/conf/machine/emenlow-noemgd.conf index 7f346719..0a92845c 100644 --- a/meta-emenlow/conf/machine/emenlow-noemgd.conf +++ b/meta-emenlow/conf/machine/emenlow-noemgd.conf | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | #@DESCRIPTION: Machine configuration for eMenlow based systems, like the Webs-2120 box, without the Intel-proprietary graphics bits | 6 | #@DESCRIPTION: Machine configuration for eMenlow based systems, like the Webs-2120 box, without the Intel-proprietary graphics bits |
| 7 | 7 | ||
| 8 | PREFERRED_VERSION_linux-yocto ?= "3.17%" | 8 | PREFERRED_VERSION_linux-yocto ?= "3.19%" |
| 9 | 9 | ||
| 10 | require conf/machine/include/intel-core2-32-common.inc | 10 | require conf/machine/include/intel-core2-32-common.inc |
| 11 | require conf/machine/include/intel-common-pkgarch.inc | 11 | require conf/machine/include/intel-common-pkgarch.inc |
diff --git a/meta-fri2/conf/machine/fri2-noemgd.conf b/meta-fri2/conf/machine/fri2-noemgd.conf index 345d421e..bdf4b0dd 100644 --- a/meta-fri2/conf/machine/fri2-noemgd.conf +++ b/meta-fri2/conf/machine/fri2-noemgd.conf | |||
| @@ -15,7 +15,7 @@ MACHINE_FEATURES += "intel-ucode" | |||
| 15 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-iwlwifi-6000g2a-5" | 15 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-iwlwifi-6000g2a-5" |
| 16 | 16 | ||
| 17 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 17 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
| 18 | PREFERRED_VERSION_linux-yocto ?= "3.17%" | 18 | PREFERRED_VERSION_linux-yocto ?= "3.19%" |
| 19 | 19 | ||
| 20 | XSERVER ?= "${XSERVER_X86_BASE} \ | 20 | XSERVER ?= "${XSERVER_X86_BASE} \ |
| 21 | ${XSERVER_X86_EXT} \ | 21 | ${XSERVER_X86_EXT} \ |
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf index 0a9c6d60..e0948eb0 100644 --- a/meta-jasperforest/conf/machine/jasperforest.conf +++ b/meta-jasperforest/conf/machine/jasperforest.conf | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | #@DESCRIPTION: Machine configuration for Jasper Forest Picket Post | 6 | #@DESCRIPTION: Machine configuration for Jasper Forest Picket Post |
| 7 | # systems i.e. Xeon C5500/C3500 (Nehalem) + Intel 3420 chipset (Ibex Peak) | 7 | # systems i.e. Xeon C5500/C3500 (Nehalem) + Intel 3420 chipset (Ibex Peak) |
| 8 | 8 | ||
| 9 | PREFERRED_VERSION_linux-yocto ?= "3.17%" | 9 | PREFERRED_VERSION_linux-yocto ?= "3.19%" |
| 10 | 10 | ||
| 11 | require conf/machine/include/meta-intel.inc | 11 | require conf/machine/include/meta-intel.inc |
| 12 | require conf/machine/include/intel-corei7-64-common.inc | 12 | require conf/machine/include/intel-corei7-64-common.inc |
diff --git a/meta-nuc/conf/machine/nuc.conf b/meta-nuc/conf/machine/nuc.conf index 50cb6747..f9ab4d38 100644 --- a/meta-nuc/conf/machine/nuc.conf +++ b/meta-nuc/conf/machine/nuc.conf | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | #@DESCRIPTION: Machine configuration for Intel NUC model DC3217IYE | 6 | #@DESCRIPTION: Machine configuration for Intel NUC model DC3217IYE |
| 7 | # i.e. Ivy Bridge + Panther Point | 7 | # i.e. Ivy Bridge + Panther Point |
| 8 | 8 | ||
| 9 | PREFERRED_VERSION_linux-yocto ?= "3.17%" | 9 | PREFERRED_VERSION_linux-yocto ?= "3.19%" |
| 10 | MACHINE_FEATURES += "va-impl-intel wifi efi" | 10 | MACHINE_FEATURES += "va-impl-intel wifi efi" |
| 11 | MACHINE_FEATURES += "intel-ucode" | 11 | MACHINE_FEATURES += "intel-ucode" |
| 12 | 12 | ||
diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf index 92048f64..b5fda31d 100644 --- a/meta-sugarbay/conf/machine/sugarbay.conf +++ b/meta-sugarbay/conf/machine/sugarbay.conf | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | MACHINE_FEATURES += "va-impl-intel" | 9 | MACHINE_FEATURES += "va-impl-intel" |
| 10 | 10 | ||
| 11 | PREFERRED_VERSION_linux-yocto ?= "3.17%" | 11 | PREFERRED_VERSION_linux-yocto ?= "3.19%" |
| 12 | 12 | ||
| 13 | require conf/machine/include/meta-intel.inc | 13 | require conf/machine/include/meta-intel.inc |
| 14 | require conf/machine/include/intel-corei7-64-common.inc | 14 | require conf/machine/include/intel-corei7-64-common.inc |
