mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
linux-ti-staging, am57xx-evm.conf: udpate to the latest, add support for .itb
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -11,7 +11,7 @@ IMAGE_FSTYPES += "tar.xz"
|
||||
SERIAL_CONSOLE = "115200 ttyS2"
|
||||
|
||||
KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb am57xx-beagle-x15-revc.dtb \
|
||||
ti/am57xx-evm.dtbo ti/mt9t111.dtbo ti/ov10635.dtbo \
|
||||
ti/am57xx-evm.dtbo ti/mt9t111.dtbo ti/ov10635.dtbo ti/am57xx-evm.itb \
|
||||
am571x-idk.dtb am571x-idk-lcd-osd101t2045.dtb am571x-idk-lcd-osd101t2587.dtb \
|
||||
am572x-idk.dtb am572x-idk-lcd-osd101t2045.dtb am572x-idk-lcd-osd101t2587.dtb \
|
||||
am574x-idk.dtb am574x-idk-lcd-osd101t2587.dtb \
|
||||
|
||||
@@ -6,4 +6,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.14:"
|
||||
|
||||
BRANCH = "ti-rt-linux-4.14.y"
|
||||
|
||||
SRCREV = "92c3e398509d57ea7ad40ac87aa5b7ed5e5014e2"
|
||||
SRCREV = "13c0583ddb2c981891bd2413fa1e300ff56cb6bf"
|
||||
|
||||
@@ -54,8 +54,8 @@ S = "${WORKDIR}/git"
|
||||
|
||||
BRANCH = "ti-lsk-linux-4.14.y"
|
||||
|
||||
SRCREV = "36a950c35adcec9c55c20ef1deb5e33c87ae0a3f"
|
||||
PV = "4.14.19+git${SRCPV}"
|
||||
SRCREV = "ceefd552693f88d40d447fdb5ac5c42104cd2632"
|
||||
PV = "4.14.20+git${SRCPV}"
|
||||
|
||||
# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
|
||||
MACHINE_KERNEL_PR_append = "a"
|
||||
@@ -65,3 +65,5 @@ KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git"
|
||||
KERNEL_GIT_PROTOCOL = "git"
|
||||
SRC_URI += "${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH} \
|
||||
file://defconfig"
|
||||
|
||||
FILES_kernel-devicetree += "/${KERNEL_IMAGEDEST}/*.itb"
|
||||
|
||||
Reference in New Issue
Block a user