Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] poky-tiny: Update kernel to 3.19
@ 2015-06-09 16:33 Saul Wold
  2015-06-09 18:45 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2015-06-09 16:33 UTC (permalink / raw)
  To: openembedded-core, richard.purdie

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"
-- 
2.1.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-09 18:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09 16:33 [PATCH] poky-tiny: Update kernel to 3.19 Saul Wold
2015-06-09 18:45 ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox