summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti-staging_5.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti-staging_5.4.bb')
-rw-r--r--recipes-kernel/linux/linux-ti-staging_5.4.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_5.4.bb b/recipes-kernel/linux/linux-ti-staging_5.4.bb
index a86223af..fbfa497f 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.4.bb
+++ b/recipes-kernel/linux/linux-ti-staging_5.4.bb
@@ -13,7 +13,7 @@ require recipes-kernel/linux/bundle-devicetree.inc
13require recipes-kernel/linux/kernel-rdepends.inc 13require recipes-kernel/linux/kernel-rdepends.inc
14 14
15# Look in the generic major.minor directory for files 15# Look in the generic major.minor directory for files
16FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.4:" 16FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-5.4:"
17 17
18KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" 18KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
19 19
@@ -25,7 +25,7 @@ SRCREV = "023faefa70274929bff92dc41167b007f7523792"
25PV = "5.4.106+git${SRCPV}" 25PV = "5.4.106+git${SRCPV}"
26 26
27# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 27# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
28MACHINE_KERNEL_PR_append = "a" 28MACHINE_KERNEL_PR:append = "a"
29PR = "${MACHINE_KERNEL_PR}" 29PR = "${MACHINE_KERNEL_PR}"
30 30
31KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" 31KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git"
@@ -33,11 +33,11 @@ KERNEL_GIT_PROTOCOL = "git"
33SRC_URI += "${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH} \ 33SRC_URI += "${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH} \
34 file://defconfig" 34 file://defconfig"
35 35
36FILES_${KERNEL_PACKAGE_NAME}-devicetree += "/${KERNEL_IMAGEDEST}/*.itb" 36FILES:${KERNEL_PACKAGE_NAME}-devicetree += "/${KERNEL_IMAGEDEST}/*.itb"
37 37
38# Special configuration for remoteproc/rpmsg IPC modules 38# Special configuration for remoteproc/rpmsg IPC modules
39module_conf_rpmsg_client_sample = "blacklist rpmsg_client_sample" 39module_conf_rpmsg_client_sample = "blacklist rpmsg_client_sample"
40module_conf_ti_k3_r5_remoteproc = "softdep ti_k3_r5_remoteproc pre: virtio_rpmsg_bus" 40module_conf_ti_k3_r5_remoteproc = "softdep ti_k3_r5_remoteproc pre: virtio_rpmsg_bus"
41module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus" 41module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus"
42KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc" 42KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc"
43KERNEL_MODULE_AUTOLOAD_append_j7 = " rpmsg_kdrv_switch" 43KERNEL_MODULE_AUTOLOAD:append:j7 = " rpmsg_kdrv_switch"