[OE-core] [PATCH] poky-tiny: Update kernel to 3.19
Saul Wold
sgw at linux.intel.com
Tue Jun 9 16:33:29 UTC 2015
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"
--
2.1.0
More information about the Openembedded-core
mailing list