Remove useless preferred version for the kernel 64/27564/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 15 Sep 2014 15:27:31 +0000 (17:27 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 16 Sep 2014 06:52:25 +0000 (08:52 +0200)
The curretly used Poky version only provides kernel 3.14.5 so setting a
preferred version to 3.14.4 doesn't do anything.

Change-Id: I8400d83ea18e37c1dd6171f8712fd6e326aeb3ee
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
conf/layer.conf

index 7826220..0359a80 100644 (file)
@@ -40,7 +40,6 @@ DEPENDS_rpminst = "rpm-native"
 DEPENDS_rpm-libs = "rpm-native"
 
 PREFERRED_VERSION_linux-yocto ?= "3.14%"
-PREFERRED_VERSION_linux-yocto = "3.14.4+git%"
 
 DISTRO_FEATURES_append = " systemd"
 VIRTUAL-RUNTIME_init_manager = "systemd"