1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-07 11:20:45 +00:00

linux-mainline: update to 3.14.8 and enable legacy omap3 devices

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2014-06-20 00:38:31 +00:00
parent 4fcc5d8c08
commit d8c5571b1b
+9 -5
View File
@@ -19,19 +19,23 @@ RDEPENDS_kernel-base_append_ti33x = " am33x-cm3"
# for the specific beaglebone machine.
KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb"
KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb"
KERNEL_DEVICETREE_omap3 = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-evm.dtb omap3-evm-37xx.dtb am3517-evm.dtb"
KERNEL_DEVICETREE_am3517-evm = "am3517-evm.dtb"
KERNEL_DEVICETREE_am37x-evm = "omap3-evm-37xx.dtb"
KERNEL_DEVICETREE_beagleboard = "omap3-beagle.dtb omap3-beagle-xm.dtb"
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
COMPATIBLE_MACHINE = "ti33x"
COMPATIBLE_MACHINE = "ti33x|omap3"
S = "${WORKDIR}/git"
BRANCH = "master"
# Corresponds to tag v3.14-rc8
SRCREV = "b098d6726bbfb94c06d6e1097466187afddae61f"
PV = "3.13+3.14rc8"
# Corresponds to tag v3.14.8
SRCREV = "0c5b3b80f7aeba9b8d25e12f7b321d148a1b1cb9"
PV = "3.14.8"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;branch=${BRANCH} \
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git;protocol=git;branch=${BRANCH} \
file://defconfig \
"