summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/k3.inc
diff options
context:
space:
mode:
authorBeleswar Padhi <b-padhi@ti.com>2025-07-31 07:47:44 +0530
committerRyan Eatmon <reatmon@ti.com>2025-08-06 07:22:50 -0500
commitb473d1ea8fa918952c2add1a83388351f27e6c9e (patch)
tree52336786f16a2a3ee92595371444796df0b41ab9 /meta-ti-bsp/conf/machine/include/k3.inc
parent7aad745cde3ac7a663c67759e3d93accafba63d7 (diff)
downloadmeta-ti-b473d1ea8fa918952c2add1a83388351f27e6c9e.tar.gz
ti-pka-fw: Add a recipe to package prebuilt PKA firmware
Add a recipe to install the PKA firmware in root filesystem needed by sa2_ul driver for PKA operations across all K3 platforms. Signed-off-by: Beleswar Padhi <b-padhi@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/k3.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/k3.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc
index 7860a84c..aa59f710 100644
--- a/meta-ti-bsp/conf/machine/include/k3.inc
+++ b/meta-ti-bsp/conf/machine/include/k3.inc
@@ -39,6 +39,7 @@ UBI_VOLNAME = "rootfs"
39 39
40# List common SoC features, may need to add touchscreen for specific machines 40# List common SoC features, may need to add touchscreen for specific machines
41MACHINE_FEATURES = "apm usbgadget usbhost vfat ext2 alsa pci optee-ftpm" 41MACHINE_FEATURES = "apm usbgadget usbhost vfat ext2 alsa pci optee-ftpm"
42MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "ti-pka-fw"
42 43
43IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap" 44IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap"
44 45