From 9c533b2469a2c6c92209096c1857a4f137d125ca Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 22 Jan 2014 12:52:25 +0100 Subject: [PATCH] linux-sysmobts: Add preferred version for 1.5.1 and simplify Simplify the PREFERRED_VERSION version specification and add dora 1.5.1 to the line. --- conf/machine/include/sysmobts.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/sysmobts.inc b/conf/machine/include/sysmobts.inc index 4e4f901..d7d8c6b 100644 --- a/conf/machine/include/sysmobts.inc +++ b/conf/machine/include/sysmobts.inc @@ -1,7 +1,7 @@ TARGET_ARCH = "arm" PREFERRED_PROVIDER_virtual/kernel = "linux-sysmocom" -PREFERRED_VERSION_linux-sysmocom = "${@ dict([('1.5','3.10.24+gitAUTOINC+1df50cd88f'), ('1.1.2','')])[d.getVar('DISTRO_VERSION', True)]}" +PREFERRED_VERSION_linux-sysmocom = "${@ dict([('1.5','3.10.24+git%'), ('1.5.1','3.10.24+git%'), ('1.1.2','')])[d.getVar('DISTRO_VERSION', True)]}" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" PREFERRED_VERSION_u-boot = "git"