From 2b717f47ba15c4baadc173522897c20752ed7a51 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 18:15:31 -0700 Subject: Make LINUX_VERSION machine specific Make all the LINUX_VERSION variables in various kernel recipes machine specific to avoid name-space pollution. Signed-off-by: Nitin A Kamble --- meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend | 4 ++-- meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend | 4 ++-- meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend | 4 ++-- meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend | 4 +--- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend index 1b7ff84c..b0661358 100644 --- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -11,12 +11,12 @@ KMACHINE_crownbay-noemgd = "crownbay" KBRANCH_crownbay-noemgd = "standard/crownbay" KERNEL_FEATURES_append_crownbay-noemgd = " cfg/vesafb" -LINUX_VERSION = "3.10.34" - +LINUX_VERSION_crownbay = "3.10.34" SRCREV_meta_crownbay = "df3aa753c8826127fb5ad811d56d57168551d6e4" SRCREV_machine_crownbay = "c7739be126930006e3bfbdb2fb070a967abc5e09" SRCREV_emgd_crownbay = "42d5e4548e8e79e094fa8697949eed4cf6af00a3" +LINUX_VERSION_crownbay-noemgd = "3.10.34" SRCREV_meta_crownbay-noemgd = "df3aa753c8826127fb5ad811d56d57168551d6e4" SRCREV_machine_crownbay-noemgd = "c7739be126930006e3bfbdb2fb070a967abc5e09" diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend index 3bf0182b..5ec5b69e 100644 --- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -11,12 +11,12 @@ KMACHINE_emenlow-noemgd = "emenlow" KBRANCH_emenlow-noemgd = "standard/emenlow" KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500" -LINUX_VERSION = "3.10.25" - +LINUX_VERSION_emenlow = "3.10.25" SRCREV_meta_emenlow = "df3aa753c8826127fb5ad811d56d57168551d6e4" SRCREV_machine_emenlow = "79af968f2f26378798aec7a6d729ff5a371aae5f" SRCREV_emgd_emenlow = "42d5e4548e8e79e094fa8697949eed4cf6af00a3" +LINUX_VERSION_emenlow-noemgd = "3.10.25" SRCREV_meta_emenlow-noemgd = "df3aa753c8826127fb5ad811d56d57168551d6e4" SRCREV_machine_emenlow-noemgd = "79af968f2f26378798aec7a6d729ff5a371aae5f" diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend index 07eaa2a4..cd731b89 100644 --- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -1,11 +1,10 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -LINUX_VERSION = "3.10.34" - COMPATIBLE_MACHINE_fri2 = "fri2" KMACHINE_fri2 = "fri2" KBRANCH_fri2 = "standard/fri2" KERNEL_FEATURES_append_fri2 = " features/drm-emgd/drm-emgd-1.18 cfg/vesafb" +LINUX_VERSION_fri2 = "3.10.34" SRCREV_meta_fri2 = "df3aa753c8826127fb5ad811d56d57168551d6e4" SRCREV_machine_fri2 = "c7739be126930006e3bfbdb2fb070a967abc5e09" SRCREV_emgd_fri2 = "42d5e4548e8e79e094fa8697949eed4cf6af00a3" @@ -15,6 +14,7 @@ COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd" KMACHINE_fri2-noemgd = "fri2" KBRANCH_fri2-noemgd = "standard/fri2" KERNEL_FEATURES_append_fri2-noemgd = " cfg/vesafb" +LINUX_VERSION_fri2-noemgd = "3.10.34" SRCREV_meta_fri2-noemgd = "df3aa753c8826127fb5ad811d56d57168551d6e4" SRCREV_machine_fri2-noemgd = "c7739be126930006e3bfbdb2fb070a967abc5e09" diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend index 50f8561c..f2cd683e 100644 --- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -1,14 +1,12 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - COMPATIBLE_MACHINE_nuc = "nuc" KMACHINE_nuc = "chiefriver" KBRANCH_nuc = "standard/base" KERNEL_FEATURES_append_nuc = " features/amt/mei/mei.scc wifi" -LINUX_VERSION = "3.10.34" - +LINUX_VERSION_nuc = "3.10.34" SRCREV_meta_nuc = "df3aa753c8826127fb5ad811d56d57168551d6e4" SRCREV_machine_nuc = "c7739be126930006e3bfbdb2fb070a967abc5e09" -- cgit v1.2.3-54-g00ecf From 46ac8a922c7165813c91b64ec0588d30b0887e2e Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 14:59:56 -0700 Subject: linux-yocto_3.14: common recipe for meta-intel BSPs Extend the linux-yocto_3.14 recipe from poky layer to meta-intel layer. This kernel recipe is shared by multiple BSPs from the meta-intel layer. Signed-off-by: Nitin A Kamble --- .../recipes-kernel/linux/linux-yocto_3.14.bbappend | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 common/recipes-kernel/linux/linux-yocto_3.14.bbappend diff --git a/common/recipes-kernel/linux/linux-yocto_3.14.bbappend b/common/recipes-kernel/linux/linux-yocto_3.14.bbappend new file mode 100644 index 00000000..0add0803 --- /dev/null +++ b/common/recipes-kernel/linux/linux-yocto_3.14.bbappend @@ -0,0 +1,26 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +# For NUC +KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc" + +LINUX_VERSION_core2-32-intel-common = "3.14.0" +COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}" +SRCREV_meta_core2-32-intel-common = "fc8c30398dbc3cdea787a1042242d4aab689d0ae" +SRCREV_machine_core2-32-intel-common = "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0" +KMACHINE_core2-32-intel-common = "intel-core2-32" +KBRANCH_core2-32-intel-common = "standard/base" +KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" + +LINUX_VERSION_corei7-64-intel-common = "3.14.0" +COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}" +SRCREV_meta_corei7-64-intel-common = "fc8c30398dbc3cdea787a1042242d4aab689d0ae" +SRCREV_machine_corei7-64-intel-common = "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0" +KMACHINE_intel-corei7-64-intel-common = "intel-corei7-64" +KBRANCH_intel-corei7-64-intel-common = "standard/base" +KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" + +# For Crystalforest and Romley +module_autoload_uio = "uio" + +# For FRI2, NUC +module_autoload_iwlwifi = "iwlwifi" -- cgit v1.2.3-54-g00ecf From 27c7abac6fe629b5e9e5980686381533ced65b31 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 17:08:43 -0700 Subject: crownbay-noemgd: linux-yocto_3.14 recipe Enable the linux-yocto_3.14 recipe for the crownbay-noemgd BSP. Signed-off-by: Nitin A Kamble --- meta-crownbay/recipes-kernel/linux/linux-yocto_3.14.bbappend | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto_3.14.bbappend diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.14.bbappend new file mode 100644 index 00000000..60ebd446 --- /dev/null +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.14.bbappend @@ -0,0 +1,10 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" +KMACHINE_crownbay-noemgd = "crownbay" +KBRANCH_crownbay-noemgd = "standard/crownbay" +KERNEL_FEATURES_append_crownbay-noemgd = " cfg/vesafb" + +LINUX_VERSION_crownbay-noemgd = "3.14.0" +SRCREV_machine_crownbay-noemgd = "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0" +SRCREV_meta_crownbay-noemgd = "fc8c30398dbc3cdea787a1042242d4aab689d0ae" -- cgit v1.2.3-54-g00ecf From 47d76d690631c3e620e41e2b20c7aff6c2d69b19 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 17:41:31 -0700 Subject: emenlow-noemgd: linux-yocto_3.14 recipe Enable the linux-yocto_3.14 recipe for the emenlow-noemgd BSP. Signed-off-by: Nitin A Kamble --- meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend new file mode 100644 index 00000000..65df1a56 --- /dev/null +++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend @@ -0,0 +1,10 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd" +KMACHINE_emenlow-noemgd = "emenlow" +KBRANCH_emenlow-noemgd = "standard/emenlow" +KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500" + +LINUX_VERSION_emenlow-noemgd = "3.14.0" +SRCREV_machine_emenlow-noemgd = "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0" +SRCREV_meta_emenlow-noemgd = "fc8c30398dbc3cdea787a1042242d4aab689d0ae" -- cgit v1.2.3-54-g00ecf From 64ba59e034c06148a48c0605f53e1ea0b4cc0967 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 17:10:05 -0700 Subject: fri2-noemgd: linux-yocto_3.14 recipe Enable the linux-yocto_3.14 recipe for the fri2-noemgd BSP. Signed-off-by: Nitin A Kamble --- meta-fri2/recipes-kernel/linux/linux-yocto_3.14.bbappend | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto_3.14.bbappend diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.14.bbappend new file mode 100644 index 00000000..7098bacb --- /dev/null +++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.14.bbappend @@ -0,0 +1,11 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd" +KMACHINE_fri2-noemgd = "fri2" +KBRANCH_fri2-noemgd = "standard/fri2" +KERNEL_FEATURES_append_fri2-noemgd = " cfg/vesafb" +LINUX_VERSION_fri2-noemgd = "3.14.0" +SRCREV_machine_fri2-noemgd = "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0" +SRCREV_meta_fri2-noemgd = "fc8c30398dbc3cdea787a1042242d4aab689d0ae" + +module_autoload_iwlwifi = "iwlwifi" -- cgit v1.2.3-54-g00ecf From 71a0812b1df94fbaafaa9ecbb82870aeecf7012a Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 17:10:56 -0700 Subject: nuc: linux-yocto_3.14 recipe Enable the linux-yocto_3.14 recipe for the nuc BSP. Signed-off-by: Nitin A Kamble --- meta-nuc/recipes-kernel/linux/linux-yocto_3.14.bbappend | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-nuc/recipes-kernel/linux/linux-yocto_3.14.bbappend diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto_3.14.bbappend new file mode 100644 index 00000000..3abdf477 --- /dev/null +++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.14.bbappend @@ -0,0 +1,13 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_nuc = "nuc" +KMACHINE_nuc = "chiefriver" +KBRANCH_nuc = "standard/base" + +KERNEL_FEATURES_append_nuc = " features/amt/mei wifi" + +LINUX_VERSION_nuc = "3.14.0" +SRCREV_machine_nuc = "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0" +SRCREV_meta_nuc = "fc8c30398dbc3cdea787a1042242d4aab689d0ae" + +module_autoload_iwlwifi_nuc = "iwlwifi" -- cgit v1.2.3-54-g00ecf From 548692b1cacd3f399db7a8eecf33d476659f92d3 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 17:35:44 -0700 Subject: crownbay-noemgd: change the default kernel to v3.14 Use the latest linux-yocto kernel for the crownbay-noemgd BSP. Signed-off-by: Nitin A Kamble --- meta-crownbay/conf/machine/crownbay-noemgd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-crownbay/conf/machine/crownbay-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf index 42bbfb12..307d9bd2 100644 --- a/meta-crownbay/conf/machine/crownbay-noemgd.conf +++ b/meta-crownbay/conf/machine/crownbay-noemgd.conf @@ -6,7 +6,7 @@ #@DESCRIPTION: Machine configuration for Crown Bay systems, without Intel-proprietary graphics bits # i.e. E660 + EG20T -PREFERRED_VERSION_linux-yocto ?= "3.10%" +PREFERRED_VERSION_linux-yocto ?= "3.14%" require conf/machine/include/intel-core2-32-common.inc -- cgit v1.2.3-54-g00ecf From 640a801cc4eeb28a17726b30ffffddf133474a70 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 17:37:11 -0700 Subject: emenlow-noemgd: change the default kernel to v3.14 Use the latest linux-yocto kernel for the emenlow-noemgd BSP. Signed-off-by: Nitin A Kamble --- meta-emenlow/conf/machine/emenlow-noemgd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-emenlow/conf/machine/emenlow-noemgd.conf b/meta-emenlow/conf/machine/emenlow-noemgd.conf index f7b11e6e..d8e5a5e4 100644 --- a/meta-emenlow/conf/machine/emenlow-noemgd.conf +++ b/meta-emenlow/conf/machine/emenlow-noemgd.conf @@ -5,7 +5,7 @@ #@DESCRIPTION: Machine configuration for eMenlow based systems, like the Webs-2120 box, without the Intel-proprietary graphics bits -PREFERRED_VERSION_linux-yocto ?= "3.10%" +PREFERRED_VERSION_linux-yocto ?= "3.14%" require conf/machine/include/intel-core2-32-common.inc -- cgit v1.2.3-54-g00ecf From c75a80f3b274f316e652e0a62fa05b0ce2a24180 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 17:38:04 -0700 Subject: fri2-noemgd: change the default kernel to v3.14 Use the latest linux-yocto kernel for the fri2-noemgd BSP. Signed-off-by: Nitin A Kamble --- meta-fri2/conf/machine/fri2-noemgd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-fri2/conf/machine/fri2-noemgd.conf b/meta-fri2/conf/machine/fri2-noemgd.conf index 43676b30..0a42d94d 100644 --- a/meta-fri2/conf/machine/fri2-noemgd.conf +++ b/meta-fri2/conf/machine/fri2-noemgd.conf @@ -11,7 +11,7 @@ MACHINE_FEATURES += "wifi 3g pcbios efi" MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-iwlwifi-6000g2a-5" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto = "3.10%" +PREFERRED_VERSION_linux-yocto = "3.14%" XSERVER ?= "${XSERVER_X86_BASE} \ ${XSERVER_X86_EXT} \ -- cgit v1.2.3-54-g00ecf From 3a036d1b1104b4108f25185e3d35e0a85d35ae71 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 17:38:48 -0700 Subject: jasperforest: change the default kernel to v3.14 Use the latest linux-yocto kernel for the jasperforest BSP. Signed-off-by: Nitin A Kamble --- meta-jasperforest/conf/machine/jasperforest.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf index 8dca1385..216cca38 100644 --- a/meta-jasperforest/conf/machine/jasperforest.conf +++ b/meta-jasperforest/conf/machine/jasperforest.conf @@ -6,7 +6,7 @@ #@DESCRIPTION: Machine configuration for Jasper Forest Picket Post # systems i.e. Xeon C5500/C3500 (Nehalem) + Intel 3420 chipset (Ibex Peak) -PREFERRED_VERSION_linux-yocto ?= "3.10%" +PREFERRED_VERSION_linux-yocto ?= "3.14%" require conf/machine/include/intel-corei7-64-common.inc require conf/machine/include/intel-common-pkgarch.inc -- cgit v1.2.3-54-g00ecf From 3bd4a0e73a51e03e31c506b97328a38ee50791c2 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 17:39:54 -0700 Subject: nuc: change the default kernel to v3.14 Use the latest linux-yocto kernel for the nuc BSP. Signed-off-by: Nitin A Kamble --- meta-nuc/conf/machine/nuc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-nuc/conf/machine/nuc.conf b/meta-nuc/conf/machine/nuc.conf index 7913dc21..b8d36ca9 100644 --- a/meta-nuc/conf/machine/nuc.conf +++ b/meta-nuc/conf/machine/nuc.conf @@ -6,7 +6,7 @@ #@DESCRIPTION: Machine configuration for Intel NUC model DC3217IYE # i.e. Ivy Bridge + Panther Point -PREFERRED_VERSION_linux-yocto ?= "3.10%" +PREFERRED_VERSION_linux-yocto ?= "3.14%" MACHINE_FEATURES += "va-impl-intel wifi" require conf/machine/include/intel-corei7-64-common.inc -- cgit v1.2.3-54-g00ecf From 2839beb8ddfcf24163c7e01d842f289acdf07fee Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 17:40:15 -0700 Subject: sugarbay: change the default kernel to v3.14 Use the latest linux-yocto kernel for the sugarbay BSP. Signed-off-by: Nitin A Kamble --- meta-sugarbay/conf/machine/sugarbay.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf index f2da68fb..87bc91c5 100644 --- a/meta-sugarbay/conf/machine/sugarbay.conf +++ b/meta-sugarbay/conf/machine/sugarbay.conf @@ -8,7 +8,7 @@ MACHINE_FEATURES += "va-impl-intel" -PREFERRED_VERSION_linux-yocto ?= "3.10%" +PREFERRED_VERSION_linux-yocto ?= "3.14%" require conf/machine/include/intel-corei7-64-common.inc require conf/machine/include/intel-common-pkgarch.inc -- cgit v1.2.3-54-g00ecf From 14093e6b884f02dc9a27fc4c2d700ac4074a492b Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 17:45:53 -0700 Subject: intel-core2-32: change the default kernel to v3.14 Use the latest linux-yocto kernel for the intel-core2-32 BSP. Signed-off-by: Nitin A Kamble --- conf/machine/intel-core2-32.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf index 92c2ec6a..5c3e714c 100644 --- a/conf/machine/intel-core2-32.conf +++ b/conf/machine/intel-core2-32.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for 32 bit Intel Core 2 CPU (and later) with MMX, SSE, SSE2, SSE3, and SSSE3 instruction set support. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware. -PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-dev" +PREFERRED_VERSION_linux-yocto ?= "3.14%" require conf/machine/include/meta-intel.inc require conf/machine/include/intel-core2-32-common.inc -- cgit v1.2.3-54-g00ecf From 25486efb37dfb760a8cc3354940da22884b9db84 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 17:46:46 -0700 Subject: intel-corei7-64: change the default kernel to v3.14 Use the latest linux-yocto kernel for the intel-corei7-64 BSP. Signed-off-by: Nitin A Kamble --- conf/machine/intel-corei7-64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index 6f9e1f67..2d355542 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for 64 bit Intel Core i7 CPU (and later) with MMX, SSE, SSE2, SSE3, and SSSE3 instruction set support. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware. -PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-dev" +PREFERRED_VERSION_linux-yocto ?= "3.14%" require conf/machine/include/meta-intel.inc require conf/machine/include/intel-corei7-64-common.inc -- cgit v1.2.3-54-g00ecf From d13d638b295d0ea3a007f8db11d5936bd5455447 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 18:46:15 -0700 Subject: common/linux-yocto_3.10: update SRCREVS to 3.10.35-ltsi Update the SRCREV to the latest available for 3.10. Signed-off-by: Nitin A Kamble --- common/recipes-kernel/linux/linux-yocto_3.10.bbappend | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/common/recipes-kernel/linux/linux-yocto_3.10.bbappend b/common/recipes-kernel/linux/linux-yocto_3.10.bbappend index 5a740b5b..a3fc207f 100644 --- a/common/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/common/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -3,18 +3,18 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" # For NUC KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc" -LINUX_VERSION_core2-32-intel-common = "3.10.34" +LINUX_VERSION_core2-32-intel-common = "3.10.35" COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}" -SRCREV_meta_core2-32-intel-common = "df3aa753c8826127fb5ad811d56d57168551d6e4" -SRCREV_machine_core2-32-intel-common = "c7739be126930006e3bfbdb2fb070a967abc5e09" +SRCREV_meta_core2-32-intel-common = "b6e58b33dd427fe471f8827c83e311acdf4558a4" +SRCREV_machine_core2-32-intel-common = "cee957655fe67826b2e827e2db41f156fa8f0cc4" KMACHINE_core2-32-intel-common = "intel-core2-32" KBRANCH_core2-32-intel-common = "standard/base" KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" -LINUX_VERSION_corei7-64-intel-common = "3.10.34" +LINUX_VERSION_corei7-64-intel-common = "3.10.35" COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}" -SRCREV_meta_corei7-64-intel-common = "df3aa753c8826127fb5ad811d56d57168551d6e4" -SRCREV_machine_corei7-64-intel-common = "c7739be126930006e3bfbdb2fb070a967abc5e09" +SRCREV_meta_corei7-64-intel-common = "b6e58b33dd427fe471f8827c83e311acdf4558a4" +SRCREV_machine_corei7-64-intel-common = "cee957655fe67826b2e827e2db41f156fa8f0cc4" KMACHINE_intel-corei7-64-intel-common = "intel-corei7-64" KBRANCH_intel-corei7-64-intel-common = "standard/base" KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" -- cgit v1.2.3-54-g00ecf From 4dd39ba797da30729be50570cceeea05c534be39 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 18:49:48 -0700 Subject: crownbay: linux-yocto_3.10: update SRCREVS to 3.10.35-ltsi Update the SRCREV to the latest available for 3.10. Signed-off-by: Nitin A Kamble --- meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend index b0661358..15d8b899 100644 --- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -11,13 +11,13 @@ KMACHINE_crownbay-noemgd = "crownbay" KBRANCH_crownbay-noemgd = "standard/crownbay" KERNEL_FEATURES_append_crownbay-noemgd = " cfg/vesafb" -LINUX_VERSION_crownbay = "3.10.34" -SRCREV_meta_crownbay = "df3aa753c8826127fb5ad811d56d57168551d6e4" -SRCREV_machine_crownbay = "c7739be126930006e3bfbdb2fb070a967abc5e09" +LINUX_VERSION_crownbay = "3.10.35" +SRCREV_meta_crownbay = "b6e58b33dd427fe471f8827c83e311acdf4558a4" +SRCREV_machine_crownbay = "cee957655fe67826b2e827e2db41f156fa8f0cc4" SRCREV_emgd_crownbay = "42d5e4548e8e79e094fa8697949eed4cf6af00a3" -LINUX_VERSION_crownbay-noemgd = "3.10.34" -SRCREV_meta_crownbay-noemgd = "df3aa753c8826127fb5ad811d56d57168551d6e4" -SRCREV_machine_crownbay-noemgd = "c7739be126930006e3bfbdb2fb070a967abc5e09" +LINUX_VERSION_crownbay-noemgd = "3.10.35" +SRCREV_meta_crownbay-noemgd = "b6e58b33dd427fe471f8827c83e311acdf4558a4" +SRCREV_machine_crownbay-noemgd = "cee957655fe67826b2e827e2db41f156fa8f0cc4" SRC_URI_crownbay = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.18;name=machine,meta,emgd" -- cgit v1.2.3-54-g00ecf From d319fa283adf337e410a1797d3c783cf70c5921e Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 18:50:21 -0700 Subject: emenlow: linux-yocto_3.10: update SRCREVS to 3.10.35-ltsi Update the SRCREV to the latest available for 3.10. This includes a fix for LTSI changes, which fixes the boot issue on emenlow. Signed-off-by: Nitin A Kamble --- meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend index 5ec5b69e..dae9c909 100644 --- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -11,13 +11,13 @@ KMACHINE_emenlow-noemgd = "emenlow" KBRANCH_emenlow-noemgd = "standard/emenlow" KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500" -LINUX_VERSION_emenlow = "3.10.25" -SRCREV_meta_emenlow = "df3aa753c8826127fb5ad811d56d57168551d6e4" -SRCREV_machine_emenlow = "79af968f2f26378798aec7a6d729ff5a371aae5f" +LINUX_VERSION_emenlow = "3.10.35" +SRCREV_meta_emenlow = "b6e58b33dd427fe471f8827c83e311acdf4558a4" +SRCREV_machine_emenlow = "cee957655fe67826b2e827e2db41f156fa8f0cc4" SRCREV_emgd_emenlow = "42d5e4548e8e79e094fa8697949eed4cf6af00a3" -LINUX_VERSION_emenlow-noemgd = "3.10.25" -SRCREV_meta_emenlow-noemgd = "df3aa753c8826127fb5ad811d56d57168551d6e4" -SRCREV_machine_emenlow-noemgd = "79af968f2f26378798aec7a6d729ff5a371aae5f" +LINUX_VERSION_emenlow-noemgd = "3.10.35" +SRCREV_meta_emenlow-noemgd = "b6e58b33dd427fe471f8827c83e311acdf4558a4" +SRCREV_machine_emenlow-noemgd = "cee957655fe67826b2e827e2db41f156fa8f0cc4" SRC_URI_emenlow = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.18;name=machine,meta,emgd" -- cgit v1.2.3-54-g00ecf From 438a0c7669378f16b0e95793393c41e9ff4e9819 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 18:51:29 -0700 Subject: fri2: linux-yocto_3.10: update SRCREVS to 3.10.35-ltsi Update the SRCREV to the latest available for 3.10. Signed-off-by: Nitin A Kamble --- meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend index cd731b89..c1be2433 100644 --- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -4,9 +4,9 @@ COMPATIBLE_MACHINE_fri2 = "fri2" KMACHINE_fri2 = "fri2" KBRANCH_fri2 = "standard/fri2" KERNEL_FEATURES_append_fri2 = " features/drm-emgd/drm-emgd-1.18 cfg/vesafb" -LINUX_VERSION_fri2 = "3.10.34" -SRCREV_meta_fri2 = "df3aa753c8826127fb5ad811d56d57168551d6e4" -SRCREV_machine_fri2 = "c7739be126930006e3bfbdb2fb070a967abc5e09" +LINUX_VERSION_fri2 = "3.10.35" +SRCREV_meta_fri2 = "b6e58b33dd427fe471f8827c83e311acdf4558a4" +SRCREV_machine_fri2 = "cee957655fe67826b2e827e2db41f156fa8f0cc4" SRCREV_emgd_fri2 = "42d5e4548e8e79e094fa8697949eed4cf6af00a3" SRC_URI_fri2 = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.18;name=machine,meta,emgd" @@ -14,9 +14,9 @@ COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd" KMACHINE_fri2-noemgd = "fri2" KBRANCH_fri2-noemgd = "standard/fri2" KERNEL_FEATURES_append_fri2-noemgd = " cfg/vesafb" -LINUX_VERSION_fri2-noemgd = "3.10.34" -SRCREV_meta_fri2-noemgd = "df3aa753c8826127fb5ad811d56d57168551d6e4" -SRCREV_machine_fri2-noemgd = "c7739be126930006e3bfbdb2fb070a967abc5e09" +LINUX_VERSION_fri2-noemgd = "3.10.35" +SRCREV_meta_fri2-noemgd = "b6e58b33dd427fe471f8827c83e311acdf4558a4" +SRCREV_machine_fri2-noemgd = "cee957655fe67826b2e827e2db41f156fa8f0cc4" module_autoload_iwlwifi = "iwlwifi" -- cgit v1.2.3-54-g00ecf From c8992ab5445dadaf4311016440d412c46531d5fb Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 18:51:55 -0700 Subject: common/linux-yocto_3.10: update SRCREVS to 3.10.35-ltsi Update the SRCREV to the latest available for 3.10. Signed-off-by: Nitin A Kamble --- meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend index f2cd683e..d6055f73 100644 --- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -6,8 +6,8 @@ KBRANCH_nuc = "standard/base" KERNEL_FEATURES_append_nuc = " features/amt/mei/mei.scc wifi" -LINUX_VERSION_nuc = "3.10.34" -SRCREV_meta_nuc = "df3aa753c8826127fb5ad811d56d57168551d6e4" -SRCREV_machine_nuc = "c7739be126930006e3bfbdb2fb070a967abc5e09" +LINUX_VERSION_nuc = "3.10.35" +SRCREV_meta_nuc = "b6e58b33dd427fe471f8827c83e311acdf4558a4" +SRCREV_machine_nuc = "cee957655fe67826b2e827e2db41f156fa8f0cc4" module_autoload_iwlwifi_nuc = "iwlwifi" -- cgit v1.2.3-54-g00ecf From 3b45a0b5b22a2d6c72a819a8cb8717bbf45e6aab Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Fri, 4 Apr 2014 11:16:43 -0700 Subject: common kernels: fix typos in overrides In the intel common kernel recipes, instead of corei7-64-intel-common, intel-corei7-64-intel-common was specified as override. This was masking the KMACHINE and KBRANCH variables defined in these recipes causing unexpected build issues for kernels of BSPs like nuc. Fixes bug: [YOCTO #6123] Signed-off-by: Nitin A Kamble --- common/recipes-kernel/linux/linux-yocto-dev.bbappend | 4 ++-- common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend | 4 ++-- common/recipes-kernel/linux/linux-yocto_3.10.bbappend | 4 ++-- common/recipes-kernel/linux/linux-yocto_3.14.bbappend | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/common/recipes-kernel/linux/linux-yocto-dev.bbappend b/common/recipes-kernel/linux/linux-yocto-dev.bbappend index f01933fe..1133ebb3 100644 --- a/common/recipes-kernel/linux/linux-yocto-dev.bbappend +++ b/common/recipes-kernel/linux/linux-yocto-dev.bbappend @@ -14,8 +14,8 @@ LINUX_VERSION_corei7-64-intel-common = "3.14-rc8" COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}" SRCREV_meta_corei7-64-intel-common = "3689f99f4d2a051e8d3ff72345a67d4d04a88020" SRCREV_machine_corei7-64-intel-common = "fecc3fd7d31bd93766ff4f0431fecdbbfa4c3a7c" -KMACHINE_intel-corei7-64-intel-common = "intel-corei7-64" -KBRANCH_intel-corei7-64-intel-common = "standard/base" +KMACHINE_corei7-64-intel-common = "intel-corei7-64" +KBRANCH_corei7-64-intel-common = "standard/base" KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" # For Crystalforest and Romley diff --git a/common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend b/common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend index cfb41930..f4712ef8 100644 --- a/common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend +++ b/common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend @@ -14,6 +14,6 @@ KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}" #SRCREV_meta_corei7-64-intel-common = "${AUTOREV}" #SRCREV_machine_corei7-64-intel-common = "${AUTOREV}" -KMACHINE_intel-corei7-64-intel-common = "intel-corei7-64" -KBRANCH_intel-corei7-64-intel-common = "standard/preempt-rt/base" +KMACHINE_corei7-64-intel-common = "intel-corei7-64" +KBRANCH_corei7-64-intel-common = "standard/preempt-rt/base" KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" diff --git a/common/recipes-kernel/linux/linux-yocto_3.10.bbappend b/common/recipes-kernel/linux/linux-yocto_3.10.bbappend index a3fc207f..539ea646 100644 --- a/common/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/common/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -15,8 +15,8 @@ LINUX_VERSION_corei7-64-intel-common = "3.10.35" COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}" SRCREV_meta_corei7-64-intel-common = "b6e58b33dd427fe471f8827c83e311acdf4558a4" SRCREV_machine_corei7-64-intel-common = "cee957655fe67826b2e827e2db41f156fa8f0cc4" -KMACHINE_intel-corei7-64-intel-common = "intel-corei7-64" -KBRANCH_intel-corei7-64-intel-common = "standard/base" +KMACHINE_corei7-64-intel-common = "intel-corei7-64" +KBRANCH_corei7-64-intel-common = "standard/base" KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" # For Crystalforest and Romley diff --git a/common/recipes-kernel/linux/linux-yocto_3.14.bbappend b/common/recipes-kernel/linux/linux-yocto_3.14.bbappend index 0add0803..9c1dd6af 100644 --- a/common/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/common/recipes-kernel/linux/linux-yocto_3.14.bbappend @@ -15,8 +15,8 @@ LINUX_VERSION_corei7-64-intel-common = "3.14.0" COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}" SRCREV_meta_corei7-64-intel-common = "fc8c30398dbc3cdea787a1042242d4aab689d0ae" SRCREV_machine_corei7-64-intel-common = "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0" -KMACHINE_intel-corei7-64-intel-common = "intel-corei7-64" -KBRANCH_intel-corei7-64-intel-common = "standard/base" +KMACHINE_corei7-64-intel-common = "intel-corei7-64" +KBRANCH_corei7-64-intel-common = "standard/base" KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" # For Crystalforest and Romley -- cgit v1.2.3-54-g00ecf From b26946e8e7f1f3bb68625731b493156309449f5d Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 2 Apr 2014 14:27:07 -0700 Subject: nuc: use common kernels Now the common kernel recipes are working for the NUC BSP, use it in place of the BSP specific kernel. Signed-off-by: Nitin A Kamble --- meta-nuc/conf/machine/nuc.conf | 1 + meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend | 13 ------------- meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend | 13 ------------- meta-nuc/recipes-kernel/linux/linux-yocto_3.14.bbappend | 13 ------------- 4 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend delete mode 100644 meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend delete mode 100644 meta-nuc/recipes-kernel/linux/linux-yocto_3.14.bbappend diff --git a/meta-nuc/conf/machine/nuc.conf b/meta-nuc/conf/machine/nuc.conf index b8d36ca9..fdbbbda8 100644 --- a/meta-nuc/conf/machine/nuc.conf +++ b/meta-nuc/conf/machine/nuc.conf @@ -10,6 +10,7 @@ PREFERRED_VERSION_linux-yocto ?= "3.14%" MACHINE_FEATURES += "va-impl-intel wifi" require conf/machine/include/intel-corei7-64-common.inc +require conf/machine/include/intel-common-pkgarch.inc MACHINE_HWCODECS ?= "va-intel gst-va-intel" diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend deleted file mode 100644 index 6b631c60..00000000 --- a/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend +++ /dev/null @@ -1,13 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - - -COMPATIBLE_MACHINE_nuc = "nuc" -KMACHINE_nuc = "chiefriver" -KBRANCH_nuc = "standard/common-pc-64/chiefriver" - -KERNEL_FEATURES_append_nuc = " features/amt/mei wifi" - -SRCREV_machine_nuc = "60536206ad300ccf5b2be2c2d449f4ab27170238" -SRCREV_meta_nuc = "fe20c99783387dab779472ff50a88666da1c6391" - -module_autoload_iwlwifi_nuc = "iwlwifi" diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend deleted file mode 100644 index d6055f73..00000000 --- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ /dev/null @@ -1,13 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -COMPATIBLE_MACHINE_nuc = "nuc" -KMACHINE_nuc = "chiefriver" -KBRANCH_nuc = "standard/base" - -KERNEL_FEATURES_append_nuc = " features/amt/mei/mei.scc wifi" - -LINUX_VERSION_nuc = "3.10.35" -SRCREV_meta_nuc = "b6e58b33dd427fe471f8827c83e311acdf4558a4" -SRCREV_machine_nuc = "cee957655fe67826b2e827e2db41f156fa8f0cc4" - -module_autoload_iwlwifi_nuc = "iwlwifi" diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto_3.14.bbappend deleted file mode 100644 index 3abdf477..00000000 --- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ /dev/null @@ -1,13 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -COMPATIBLE_MACHINE_nuc = "nuc" -KMACHINE_nuc = "chiefriver" -KBRANCH_nuc = "standard/base" - -KERNEL_FEATURES_append_nuc = " features/amt/mei wifi" - -LINUX_VERSION_nuc = "3.14.0" -SRCREV_machine_nuc = "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0" -SRCREV_meta_nuc = "fc8c30398dbc3cdea787a1042242d4aab689d0ae" - -module_autoload_iwlwifi_nuc = "iwlwifi" -- cgit v1.2.3-54-g00ecf