Skip to content

Commit

Permalink
bsp: linux-lmp-ti-staging: Fix KERNEL_DEVICETREE setup
Browse files Browse the repository at this point in the history
The linux-ti-staging brings a dynamic function to define the
KERNEL_DEVICETREE variable, using this approach, the list of dtb
included is equal to those available in current Linux kernel source
code.

We bring that function to use the same approach.

Signed-off-by: Daiane Angolini <[email protected]>
  • Loading branch information
angolini committed Dec 29, 2024
1 parent f823d0a commit 1098f99
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ KMETA = "kernel-meta"

include recipes-kernel/linux/linux-lmp.inc

include ${@ 'recipes-kernel/linux/ti-kernel-devicetree-prefix.inc' if d.getVar('KERNEL_DEVICETREE_PREFIX') else ''}

# Special configuration for remoteproc/rpmsg IPC modules
module_conf_rpmsg_client_sample = "blacklist rpmsg_client_sample"
module_conf_ti_k3_r5_remoteproc = "softdep ti_k3_r5_remoteproc pre: virtio_rpmsg_bus"
Expand Down

0 comments on commit 1098f99

Please sign in to comment.