Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Bruce Ashfield <bruce.ashfield@windriver.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 7/7] linux-yocto: remove 3.8 recipes
Date: Sun, 25 Aug 2013 19:30:00 -0700	[thread overview]
Message-ID: <521ABDA8.3080702@linux.intel.com> (raw)
In-Reply-To: <2a6e1a99b776f536e12c0de196eaa5d2f0a1025d.1377405083.git.bruce.ashfield@windriver.com>

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@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)}"
>


  reply	other threads:[~2013-08-26  2:30 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-25  5:16 [v2 PATCH 0/7] linux-yocto: consolidated pull request Bruce Ashfield
2013-08-25  5:16 ` [PATCH 1/7] kern-tools: usability, bug fixes and no guilt Bruce Ashfield
2013-08-25  5:16 ` [PATCH 2/7] guilt: update to latest git version Bruce Ashfield
2013-08-25  5:16 ` [PATCH 3/7] linux-libc-headers: update to v3.10 Bruce Ashfield
2013-08-25  5:16 ` [PATCH 4/7] eglibc: ptrace: protect ptrace_peeksiginfo_args from redefintion Bruce Ashfield
2013-08-25  6:35   ` Jonathan Liu
2013-08-25 14:22     ` Bruce Ashfield
2013-08-26  0:46   ` Khem Raj
2013-08-26  0:54     ` Bruce Ashfield
2013-08-26  2:14       ` Bruce Ashfield
2013-08-26  2:39         ` Bruce Ashfield
2013-08-26  2:46           ` Bruce Ashfield
2013-08-26 17:28             ` Khem Raj
2013-08-26 17:59               ` Bruce Ashfield
2013-08-26 21:16                 ` Khem Raj
2013-08-26 21:27                   ` Bruce Ashfield
2013-08-25  5:16 ` [PATCH 5/7] gst-plugins-good: fix 3.10 libc-headers build failure Bruce Ashfield
2013-08-25  6:36   ` Jonathan Liu
2013-08-25 14:20     ` Bruce Ashfield
2013-08-25  5:16 ` [PATCH 6/7] linux-yocto: introduce v3.10 Bruce Ashfield
2013-08-25  5:16 ` [PATCH 7/7] linux-yocto: remove 3.8 recipes Bruce Ashfield
2013-08-26  2:30   ` Saul Wold [this message]
2013-08-26  2:32     ` Bruce Ashfield
2013-08-26  4:10       ` Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=521ABDA8.3080702@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=bruce.ashfield@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox