All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Elvis Dowson <elvis.dowson@gmail.com>
Cc: Yocto Discussion Mailing List <yocto@yoctoproject.org>
Subject: Re: linux-yocto defaulting to 3.4.52 for new qemuarmhf.conf
Date: Sun, 25 Aug 2013 21:25:36 -0400	[thread overview]
Message-ID: <521AAE90.3010307@windriver.com> (raw)
In-Reply-To: <53009902-3F9B-477F-ACA0-0DF7C43EBF27@gmail.com>

On 13-08-25 10:25 AM, Elvis Dowson wrote:
> Hi Bruce,
>
> On Aug 25, 2013, at 9:22 AM, Bruce Ashfield
> <bruce.ashfield@windriver.com <mailto:bruce.ashfield@windriver.com>> wrote:
>
>>> Another quick question, why is it that when I create a new
>>> qemuarmhf.conf machine configuration, it doesn't automatically pick
>>> up the latest linux-yocto_3.8.bb recipe? Why does it attempt to use
>>> the 3.4 recipe?
>>
>> Are you working off master ?
>>
>> Since you set the compatibility, it should have been picked. But something
>> else must be changed in your layers, since if you didn't add
>> 3.4 compatibility via bbappends, it never would have been selected
>> at all.
>
> Yes, I'm currently working off master. If I add the following
> qemuarmhf.conf file, and apply the patch to linux-yocto_3.8.bb, it still
> tries to compile linux-yocto_3.4.bb recipe. You should be able to
> reproduce this fairly easily at your end, with the current poky master.
> I'm not using any additional layers, just the core yocto default layers.

If you are using yocto and poky as the reference distro:

./conf/distro/poky.conf:PREFERRED_VERSION_linux-yocto ?= "3.4%"

Is where you are getting the default to 3.4.

I plan to bump that once we've shaken all the issues out of 3.10.

Cheers,

Bruce

>
> *_Filename: qemuarmhf.conf_*
>
> #@TYPE: Machine
> #@NAME: qemuarmhf
> #@DESCRIPTION: Machine configuration for QEMU ARM Cortex A9 hard float.
>
> require conf/machine/include/qemu.inc
> require conf/machine/include/tune-cortexa9.inc
>
> KERNEL_IMAGETYPE = "zImage"
>
> SERIAL_CONSOLE = "115200 ttyAMA0"
>
>
> *_Patch for linux-yocto_3.8.bb_*
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto_3.8.bb
> b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
> index 790e3e3..787affe 100644
> --- a/meta/recipes-kernel/linux/linux-yocto_3.8.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
> @@ -4,6 +4,7 @@ KBRANCH_DEFAULT = "standard/base"
>   KBRANCH = "${KBRANCH_DEFAULT}"
>
>   SRCREV_machine_qemuarm ?= "aa76cc28408376814752bd36fb0dcf0e25aa5ba3"
> +SRCREV_machine_qemuarmhf ?= "aa76cc28408376814752bd36fb0dcf0e25aa5ba3"
>   SRCREV_machine_qemumips  ?= "aa0affda03c955678b26b2fb586f1d9505127871"
>   SRCREV_machine_qemumips64 ?= "077bff22c9951db6b35470ba17b1df2f2a91fefb"
>   SRCREV_machine_qemuppc ?= "698eada61d9385b42dd117858b943655b565084b"
> @@ -21,7 +22,7 @@ PV = "${LINUX_VERSION}+git${SRCPV}"
>
>   KMETA = "meta"
>
> -COMPATIBLE_MACHINE =
> "qemuarm|qemux86|qemuppc|qemumips|qemumips64|qemux86-64"
> +COMPATIBLE_MACHINE =
> "qemuarm|qemuarmhf|qemux86|qemuppc|qemumips|qemumips64|qemux86-64"
>
>   # Functionality flags
>   KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc"
>
> Best regards,
>
> Elvis Dowson



      reply	other threads:[~2013-08-26  1:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-24 18:00 linux-yocto defaulting to 3.4.52 for new qemuarmhf.conf Elvis Dowson
2013-08-24 18:06 ` Elvis Dowson
2013-08-25  0:57   ` Bruce Ashfield
2013-08-25  3:32     ` Elvis Dowson
2013-08-25  5:22       ` Bruce Ashfield
2013-08-25 14:25         ` Elvis Dowson
2013-08-26  1:25           ` Bruce Ashfield [this message]

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=521AAE90.3010307@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=elvis.dowson@gmail.com \
    --cc=yocto@yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.