[OE-core] [PATCH 7/7] linux-yocto: remove 3.8 recipes

Saul Wold sgw at linux.intel.com
Mon Aug 26 02:30:00 UTC 2013


On 08/24/2013 10:16 PM, Bruce Ashfield wrote:
> With the introduction of the 3.10 linux-yocto tree, 3.4 being the previous
> LTSI kernel, and no reference BSPs using 3.8 as their reference BSP it
> 3.8 is no longer supported or required.
>
This make both the atom-pc and new genericx86 BSP unbuildable since they 
are 3.8 based still.

Dropping this for now, also your meta-yocto-bsp added 3.10, but did not 
remove 3.8.bbappend further causing problems.


Sau!

> Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
> ---
>   meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb   |   30 --------------------
>   meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb |   26 -----------------
>   meta/recipes-kernel/linux/linux-yocto_3.8.bb      |   31 ---------------------
>   3 files changed, 87 deletions(-)
>   delete mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
>   delete mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
>   delete mode 100644 meta/recipes-kernel/linux/linux-yocto_3.8.bb
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
> deleted file mode 100644
> index 647ace6..0000000
> --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
> +++ /dev/null
> @@ -1,30 +0,0 @@
> -require recipes-kernel/linux/linux-yocto.inc
> -
> -KBRANCH = "standard/preempt-rt/base"
> -KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
> -
> -LINUX_VERSION ?= "3.8.13"
> -LINUX_KERNEL_TYPE = "preempt-rt"
> -
> -KMETA = "meta"
> -
> -SRCREV_machine ?= "4fb187301ca153d496b2a96293dffde34d3b1a56"
> -SRCREV_machine_qemuppc ?= "547c4ea570933ab7ece9f10d2c46875b460cd337"
> -SRCREV_meta ?= "e7f42a416a60499db3771181357b29b3b3c424cc"
> -
> -PR = "${INC_PR}.1"
> -PV = "${LINUX_VERSION}+git${SRCPV}"
> -
> -SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
> -
> -# Omit broken machines from COMPATIBLE_MACHINE
> -#   qemuppc hangs at boot
> -#   qemumips panics at boot
> -COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm)"
> -
> -# Functionality flags
> -KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc"
> -KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}"
> -KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc"
> -KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc"
> -KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}"
> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
> deleted file mode 100644
> index 06d6b12..0000000
> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
> +++ /dev/null
> @@ -1,26 +0,0 @@
> -require recipes-kernel/linux/linux-yocto.inc
> -
> -# We need lzma (as CONFIG_KERNEL_LZMA=y)
> -DEPENDS += "xz-native"
> -
> -KBRANCH_DEFAULT = "standard/tiny/base"
> -KBRANCH = "${KBRANCH_DEFAULT}"
> -LINUX_KERNEL_TYPE = "tiny"
> -KCONFIG_MODE = "--allnoconfig"
> -
> -LINUX_VERSION ?= "3.8.13"
> -
> -KMETA = "meta"
> -
> -SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
> -SRCREV_meta ?= "e7f42a416a60499db3771181357b29b3b3c424cc"
> -
> -PR = "${INC_PR}.1"
> -PV = "${LINUX_VERSION}+git${SRCPV}"
> -
> -SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
> -
> -COMPATIBLE_MACHINE = "(qemux86)"
> -
> -# Functionality flags
> -KERNEL_FEATURES = ""
> diff --git a/meta/recipes-kernel/linux/linux-yocto_3.8.bb b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
> deleted file mode 100644
> index 790e3e3..0000000
> --- a/meta/recipes-kernel/linux/linux-yocto_3.8.bb
> +++ /dev/null
> @@ -1,31 +0,0 @@
> -require recipes-kernel/linux/linux-yocto.inc
> -
> -KBRANCH_DEFAULT = "standard/base"
> -KBRANCH = "${KBRANCH_DEFAULT}"
> -
> -SRCREV_machine_qemuarm ?= "aa76cc28408376814752bd36fb0dcf0e25aa5ba3"
> -SRCREV_machine_qemumips  ?= "aa0affda03c955678b26b2fb586f1d9505127871"
> -SRCREV_machine_qemumips64 ?= "077bff22c9951db6b35470ba17b1df2f2a91fefb"
> -SRCREV_machine_qemuppc ?= "698eada61d9385b42dd117858b943655b565084b"
> -SRCREV_machine_qemux86 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
> -SRCREV_machine_qemux86-64 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
> -SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
> -SRCREV_meta ?= "e7f42a416a60499db3771181357b29b3b3c424cc"
> -
> -SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
> -
> -LINUX_VERSION ?= "3.8.13"
> -
> -PR = "${INC_PR}.2"
> -PV = "${LINUX_VERSION}+git${SRCPV}"
> -
> -KMETA = "meta"
> -
> -COMPATIBLE_MACHINE = "qemuarm|qemux86|qemuppc|qemumips|qemumips64|qemux86-64"
> -
> -# Functionality flags
> -KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc"
> -KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}"
> -KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc"
> -KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc"
> -KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}"
>



More information about the Openembedded-core mailing list