[meta-intel] [PATCH][V2] common: remove kernel 3.10 and 3.17 bbappend

Kamble, Nitin A nitin.a.kamble at intel.com
Fri Feb 20 13:26:20 PST 2015


Reviewed-By: Nitin A Kamble <nitin.a.kamble at intel.com>

BL, Chin Kooi, Rebecca,
    IoTG BSPs are also impacted by removal of the v3.10 kernel from oecore. You guys will need to take steps to restore functionality of the IoTG BSPs. If needed you can bring the complete v3.10 kernel recipe in the meta-isg layer. The other option is to update the kernel version for ISG BSPs.

meta-crystalforest/conf/machine/crystalforest.conf:PREFERRED_VERSION_linux-yocto ?= "3.10%"
meta-isg/meta-valleyisland/conf/machine/valleyisland-32.conf:PREFERRED_VERSION_linux-yocto ?= "3.10%"
meta-isg/meta-valleyisland/conf/machine/valleyisland-64.conf:PREFERRED_VERSION_linux-yocto ?= "3.10%"
meta-isg/meta-mohonpeak/conf/machine/mohonpeak64.conf:PREFERRED_VERSION_linux-yocto ?= "3.10%"
meta-isg/meta-mohonpeak/conf/machine/mohonpeak32.conf:PREFERRED_VERSION_linux-yocto ?= "3.10%"
meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf:PREFERRED_VERSION_linux-yocto ?= "3.10%"
meta-romley/conf/machine/romley-ivb.conf:PREFERRED_VERSION_linux-yocto ?= "3.10%"
meta-romley/conf/machine/romley.conf:PREFERRED_VERSION_linux-yocto ?= "3.10%"


Thanks,
Nitin


> -----Original Message-----
> From: meta-intel-bounces at yoctoproject.org [mailto:meta-intel-
> bounces at yoctoproject.org] On Behalf Of Ross Burton
> Sent: Friday, February 20, 2015 12:37 PM
> To: meta-intel at yoctoproject.org
> Subject: [meta-intel] [PATCH][V2] common: remove kernel 3.10 and 3.17
> bbappend
> 
> Kernels 3.10 and 3.17 have been removed from oe-core so remove our
> bbappends.
> 
> Signed-off-by: Ross Burton <ross.burton at intel.com>
> ---
>  .../linux/linux-yocto-rt_3.10.bbappend             |   20 --------------
>  .../recipes-kernel/linux/linux-yocto_3.10.bbappend |   29 --------------------
>  .../recipes-kernel/linux/linux-yocto_3.17.bbappend |   28 -------------------
>  3 files changed, 77 deletions(-)
>  delete mode 100644 common/recipes-kernel/linux/linux-yocto-
> rt_3.10.bbappend
>  delete mode 100644 common/recipes-kernel/linux/linux-
> yocto_3.10.bbappend
>  delete mode 100644 common/recipes-kernel/linux/linux-
> yocto_3.17.bbappend
> 
> diff --git a/common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
> b/common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
> deleted file mode 100644
> index b388122..0000000
> --- a/common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> -
> -# For Valley Island
> -KERNEL_FEATURES_INTEL_COMMON = "features/valleyisland-
> io/valleyisland-io.scc"
> -
> -LINUX_VERSION_core2-32-intel-common = "3.10.38"
> -COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}"
> -SRCREV_meta_core2-32-intel-common =
> "e1f26aeccfd43bc3d7e95873ceda469b631b8473"
> -SRCREV_machine_core2-32-intel-common =
> "8aa9023c5e2e2ca4180e971da9a2c139d5b3c79e"
> -KMACHINE_core2-32-intel-common = "intel-core2-32"
> -KBRANCH_core2-32-intel-common = "standard/preempt-rt/base"
> -KERNEL_FEATURES_append_core2-32-intel-common =
> "${KERNEL_FEATURES_INTEL_COMMON}"
> -
> -LINUX_VERSION_corei7-64-intel-common = "3.10.38"
> -COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}"
> -SRCREV_meta_corei7-64-intel-common =
> "e1f26aeccfd43bc3d7e95873ceda469b631b8473"
> -SRCREV_machine_corei7-64-intel-common =
> "8aa9023c5e2e2ca4180e971da9a2c139d5b3c79e"
> -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
> deleted file mode 100644
> index c7989df..0000000
> --- a/common/recipes-kernel/linux/linux-yocto_3.10.bbappend
> +++ /dev/null
> @@ -1,29 +0,0 @@
> -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> -
> -# For NUC and Valley Island
> -KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc \
> -				 features/valleyisland-io/valleyisland-io.scc"
> -
> -LINUX_VERSION_core2-32-intel-common = "3.10.55"
> -COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}"
> -SRCREV_meta_core2-32-intel-common =
> "f79a00265eefbe2fffc2cdb03f67235497a9a87e"
> -SRCREV_machine_core2-32-intel-common =
> "3677ea7f9476458aa6dec440243de3a6fb1343a9"
> -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.55"
> -COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}"
> -SRCREV_meta_corei7-64-intel-common =
> "f79a00265eefbe2fffc2cdb03f67235497a9a87e"
> -SRCREV_machine_corei7-64-intel-common =
> "3677ea7f9476458aa6dec440243de3a6fb1343a9"
> -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
> -KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"
> -KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " uio"
> -
> -# For FRI2, NUC
> -KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " iwlwifi"
> -KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " iwlwifi"
> diff --git a/common/recipes-kernel/linux/linux-yocto_3.17.bbappend
> b/common/recipes-kernel/linux/linux-yocto_3.17.bbappend
> deleted file mode 100644
> index dcb0740..0000000
> --- a/common/recipes-kernel/linux/linux-yocto_3.17.bbappend
> +++ /dev/null
> @@ -1,28 +0,0 @@
> -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> -
> -# For NUC
> -KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc"
> -
> -LINUX_VERSION_core2-32-intel-common = "3.17.1"
> -COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}"
> -SRCREV_meta_core2-32-intel-common =
> "b86dd5c6f4d87cc4d8097ab8ffa445ef6d4b4ccf"
> -SRCREV_machine_core2-32-intel-common =
> "0caf16d38536e3dec8a02ea657e1960f1216f174"
> -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.17.1"
> -COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}"
> -SRCREV_meta_corei7-64-intel-common =
> "b86dd5c6f4d87cc4d8097ab8ffa445ef6d4b4ccf"
> -SRCREV_machine_corei7-64-intel-common =
> "0caf16d38536e3dec8a02ea657e1960f1216f174"
> -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
> -KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"
> -KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " uio"
> -
> -# For FRI2, NUC
> -KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " iwlwifi"
> -KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " iwlwifi"
> --
> 1.7.10.4
> 
> --
> _______________________________________________
> meta-intel mailing list
> meta-intel at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-intel


More information about the meta-intel mailing list