meta-digi-arm: allow to configure kernel version in project

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2013-08-02 14:46:47 +02:00
parent b971f39ac3
commit cd26bed35c
1 changed files with 1 additions and 2 deletions

View File

@ -3,10 +3,9 @@ PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-dey"
PREFERRED_PROVIDER_u-boot ?= "u-boot-dey"
PREFERRED_VERSION_u-boot-dey ?= "2009.08"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-dey"
PREFERRED_VERSION_linux-dey = "2.6.35.14"
PREFERRED_VERSION_linux-dey ?= "2.6.35.14"
PREFERRED_VERSION_linux-libc-headers-dey ?= "${PREFERRED_VERSION_linux-dey}"
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
PREFERRED_PROVIDER_virtual/libx11 ?= "${@base_contains('DISTRO_FEATURES', 'x11', 'libx11', '', d)}"
PREFERRED_PROVIDER_jpeg-native ?= "jpeg-native"