[OE-core] [PATCH] poky-tiny: Update kernel to 3.19

Saul Wold sgw at linux.intel.com
Tue Jun 9 18:45:42 UTC 2015


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 at 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!



More information about the Openembedded-core mailing list