All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org,
	 richard.purdie@linuxfoundation.org
Subject: Re: [PATCH] poky-tiny: Update kernel to 3.19
Date: Tue, 09 Jun 2015 11:45:42 -0700	[thread overview]
Message-ID: <55773456.1060101@linux.intel.com> (raw)
In-Reply-To: <1433867609-26266-1-git-send-email-sgw@linux.intel.com>

On 06/09/2015 09:33 AM, Saul Wold wrote:
> Additionally, allow both PREFERRED_VERSION and PREFERRED_PROVIDE to be overridden
>
> [YOCTO #7478]
>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
>   meta-yocto/conf/distro/poky-tiny.conf | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
> index aa60e77..63bbd88 100644
> --- a/meta-yocto/conf/distro/poky-tiny.conf
> +++ b/meta-yocto/conf/distro/poky-tiny.conf
> @@ -36,8 +36,8 @@ DISTRO = "poky-tiny"
>
>   # Distro config is evaluated after the machine config, so we have to explicitly
>   # set the kernel provider to override a machine config.
> -PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny"
> -PREFERRED_VERSION_linux-yocto-tiny = "3.14%"
> +PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-tiny"
> +PREFERRED_VERSION_linux-yocto-tiny ?= "3.19%"
>
>   # We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny
>   #POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot"
>

Drop this patch please, the ?= change was masked by something I had in 
my local.conf and does not actually work correct.  The qemu.inc has a 
PREFERRED_PROVIDER ?= already and actually causes this to be not used as 
the first ?= found wins.

Sau!


      reply	other threads:[~2015-06-09 18:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-09 16:33 [PATCH] poky-tiny: Update kernel to 3.19 Saul Wold
2015-06-09 18:45 ` Saul Wold [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=55773456.1060101@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.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.