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 /meta-nuc/conf | |
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>
Diffstat (limited to 'meta-nuc/conf')
-rw-r--r-- | meta-nuc/conf/machine/nuc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||