meta-digi-arm: Set 2.6.35.14 as linux preferred version.
Also, make arrangements so support more than one kernel version. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
f173f650e5
commit
1cc0fddc44
|
|
@ -3,6 +3,7 @@ PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-dey"
|
|||
PREFERRED_VERSION_linux-libc-headers-dey ?= "2.6.35.14"
|
||||
PREFERRED_PROVIDER_u-boot ?= "u-boot-dey"
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-dey"
|
||||
PREFERRED_VERSION_linux-dey = "2.6.35.14"
|
||||
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/libx11 ?= "${@base_contains('DISTRO_FEATURES', 'x11', 'libx11', '', d)}"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
SRCREV_external = "a138d8f6602b33ae6021df890ba2f292a405e09a"
|
||||
SRCREV_internal = "feec20411f1ee6c507bf50d12268cd8c05fe6820"
|
||||
SRCREV_forcevariable = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||
|
||||
SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-linux.git;protocol=git"
|
||||
SRC_URI_internal = "${DIGI_LOG_GIT}linux-2.6.git;protocol=git"
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (C) 2012 Digi International
|
||||
|
||||
include linux-dey.inc
|
||||
include linux-dey-rev.inc
|
||||
include linux-dey-rev_${PV}.inc
|
||||
|
||||
PR = "${DISTRO}.${INC_PR}.0"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue