summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRahul T R <r-ravikumar@ti.com>2024-03-25 19:34:13 +0530
committerRyan Eatmon <reatmon@ti.com>2024-03-25 11:02:15 -0500
commitb9710fd588bbb6fbad915d22e5759e69e2c2dc5d (patch)
tree983c0c240efda0aef701082acd2c24b66512cce8
parentcae663c4ef35b6b13ead50d40c0432d2a3b13da3 (diff)
downloadmeta-ti-b9710fd588bbb6fbad915d22e5759e69e2c2dc5d.tar.gz
conf: machine: j722s-evm: Update KERNERL_DEVICETREE_PREFIX to package fpdlink cam dtbos
j722s-evm supports capture from fpdlink cams via fpdlink fusion1 board or V3Link camera fusion board. So package fpdlink camera overlays Signed-off-by: Rahul T R <r-ravikumar@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/j722s-evm.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/j722s-evm.conf b/meta-ti-bsp/conf/machine/j722s-evm.conf
index 7e5874ab..74bcdfce 100644
--- a/meta-ti-bsp/conf/machine/j722s-evm.conf
+++ b/meta-ti-bsp/conf/machine/j722s-evm.conf
@@ -4,7 +4,11 @@
4 4
5require conf/machine/include/j722s.inc 5require conf/machine/include/j722s.inc
6 6
7KERNEL_DEVICETREE_PREFIX = "ti/k3-j722s" 7KERNEL_DEVICETREE_PREFIX = " \
8 ti/k3-j722s \
9 ti/k3-fpdlink \
10 ti/k3-v3link \
11"
8 12
9KERNEL_DEVICETREE = "" 13KERNEL_DEVICETREE = ""
10 14