linux-sysmocom: Move to 3.10.80 and prepare DT/AUFS

Apply the AUFS patch for 3.10.80 and enable basic DT support
in the board file needed by our image based update system.
This commit is contained in:
Holger Hans Peter Freyther 2015-06-13 12:42:23 +02:00
parent 9bd713ab35
commit b93e94b60b
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
TARGET_ARCH = "arm"
PREFERRED_PROVIDER_virtual/kernel = "linux-sysmocom"
PREFERRED_VERSION_linux-sysmocom = "3.10.76+git%"
PREFERRED_VERSION_linux-sysmocom = "3.10.80+git%"
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
PREFERRED_VERSION_u-boot = "git"

View File

@ -4,18 +4,18 @@ require linux-sysmocom.inc
DEPENDS += "bc-native"
# at versions changes do not forget to update conf/machine/include/sysmobts.inc too
LINUX_VERSION ?= "3.10.76"
LINUX_VERSION ?= "3.10.80"
LINUX_VERSION_EXTENSION ?= "-sysmocom-${LINUX_KERNEL_TYPE}"
# Overrides for the sysmocom bts v2
BTS_FIRMWARE_NAME_sysmobts-v2 = "sysmobts-v2"
SRCREV = "0f21ba8c5b9ddf1d8c0c2bc36202e90d15ee381a"
SRCREV = "3122273386e140378bfc7f8ec5d76e4e04c32ad1"
PR = "r43"
PV = "${LINUX_VERSION}+git${SRCPV}"
SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=linux-3.10.76 \
SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=linux-3.10.80 \
file://defconfig"
S = "${WORKDIR}/git"