1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

poky-tiny.conf: set PREFERRED_VERSION_linux-yocto-tiny to 4.4

(From meta-yocto rev: 84d320a2c088703b7f7160858672688a8ed5f443)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang
2016-04-10 07:22:11 -07:00
committed by Richard Purdie
parent 9f970b6bc1
commit d25eea3112
+1 -1
View File
@@ -37,7 +37,7 @@ TCLIBC = "musl"
# Distro config is evaluated after the machine config, so we have to explicitly # Distro config is evaluated after the machine config, so we have to explicitly
# set the kernel provider to override a machine config. # set the kernel provider to override a machine config.
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny"
PREFERRED_VERSION_linux-yocto-tiny ?= "4.1%" PREFERRED_VERSION_linux-yocto-tiny ?= "4.4%"
# We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny # 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" #POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot"