mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-05 02:11:00 +00:00
linux-ti-staging: upgrade to 5.4
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
require linux-ti-staging_4.19.bb
|
||||
|
||||
# Look in the generic major.minor directory for files
|
||||
# This will have priority over generic non-rt path
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.19:"
|
||||
|
||||
BRANCH = "ti-rt-linux-4.19.y"
|
||||
|
||||
SRCREV = "69c51d6d57c150155bea8dd032bd8ce7835cf234"
|
||||
PV = "4.19.94+git${SRCPV}"
|
||||
@@ -0,0 +1,10 @@
|
||||
require linux-ti-staging_5.4.bb
|
||||
|
||||
# Look in the generic major.minor directory for files
|
||||
# This will have priority over generic non-rt path
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.4:"
|
||||
|
||||
BRANCH = "ti-rt-linux-5.4.y"
|
||||
|
||||
SRCREV = "1866b83701a617b8634739f183f4ba44ab3357c1"
|
||||
PV = "5.4.13+git${SRCPV}"
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
require linux-ti-staging_4.19.bb
|
||||
require linux-ti-staging_5.4.bb
|
||||
|
||||
# Look in the generic major.minor directory for files
|
||||
# This will have priority over generic non-rt path
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.19:"
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.4:"
|
||||
+4
-4
@@ -11,7 +11,7 @@ require recipes-kernel/linux/ti-uio.inc
|
||||
require recipes-kernel/linux/bundle-devicetree.inc
|
||||
|
||||
# Look in the generic major.minor directory for files
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.19:"
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.4:"
|
||||
|
||||
# Pull in the devicetree files into the rootfs
|
||||
RDEPENDS_${KERNEL_PACKAGE_NAME}-base += "kernel-devicetree"
|
||||
@@ -58,10 +58,10 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
BRANCH = "ti-linux-4.19.y"
|
||||
BRANCH = "ti-linux-5.4.y"
|
||||
|
||||
SRCREV = "5a23bc00e08d26bb83952953d909c95b42fab70c"
|
||||
PV = "4.19.94+git${SRCPV}"
|
||||
SRCREV = "c65c87b98f8d1b647c13b5bb36e5ffbad5805ff1"
|
||||
PV = "5.4.13+git${SRCPV}"
|
||||
|
||||
# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
|
||||
MACHINE_KERNEL_PR_append = "a"
|
||||
Reference in New Issue
Block a user