mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02:00
linux-yocto-tiny: Prefer 3.2
With the move to 3.2 from 3.0 in oe-core, the 3.0 no longer exists. Prefer 3.2 instead. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6a11c78757
commit
869dfaee18
@@ -37,7 +37,7 @@ 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.0%"
|
||||
PREFERRED_VERSION_linux-yocto-tiny = "3.2%"
|
||||
|
||||
# We can use task-core-boot, but in the future we may need a new task-core-tiny
|
||||
#POKY_DEFAULT_EXTRA_RDEPENDS += "task-core-boot"
|
||||
|
||||
Reference in New Issue
Block a user