summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-10-20 20:44:58 +0000
committerRyan Eatmon <reatmon@ti.com>2023-10-20 17:31:41 -0500
commit95f8c181d52240cb7ef9ed8b4d2757a7cdd2ceea (patch)
treeb14a2fad915252dc907dd9768b07cc8f796567b3 /meta-ti-bsp/conf/machine/beaglebone-ai64.conf
parentda1b9f332a2bb942a603418f1371b44d477438e1 (diff)
downloadmeta-ti-95f8c181d52240cb7ef9ed8b4d2757a7cdd2ceea.tar.gz
conf: beagle*: recommend essential FW images for Beagle devices
Set MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS per platform to list recommended essential FW images to be added to rootfs by default. Correct beagle-x15 to pull devicetrees and kernel image as well. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/beaglebone-ai64.conf')
-rw-r--r--meta-ti-bsp/conf/machine/beaglebone-ai64.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
index 2f9c7288..3f5a027e 100644
--- a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
+++ b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
@@ -24,4 +24,7 @@ ti/k3-j721e-sk.dtb \
24" 24"
25 25
26MACHINE_GUI_CLASS = "bigscreen" 26MACHINE_GUI_CLASS = "bigscreen"
27
27MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree kernel-image-image" 28MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree kernel-image-image"
29
30MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw vxd-dec-fw"