summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-05-24 14:27:24 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-07-14 15:01:47 -0700
commitcfabd40d90e59fcf549de317f8ca0b8bac837eeb (patch)
tree9cb42887afad9479c525b75f64801c462e433280
parentc4dbe37fb4cce0379002c7fa928b7f5f9a68755c (diff)
downloadmeta-xilinx-cfabd40d90e59fcf549de317f8ca0b8bac837eeb.tar.gz
device-tree: Ensure device-tree is board specific
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
-rw-r--r--meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb b/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb
index 0ecb3aa3..9f163a8b 100644
--- a/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb
+++ b/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb
@@ -11,6 +11,10 @@ LIC_FILES_CHKSUM = " \
11 11
12inherit devicetree 12inherit devicetree
13 13
14# Device-trees are inherently board specific
15BOARD_ARCH ??= "${MACHINE_ARCH}"
16PACKAGE_ARCH = "${BOARD_ARCH}"
17
14DEPENDS += "python3-dtc-native" 18DEPENDS += "python3-dtc-native"
15 19
16PROVIDES = "virtual/dtb" 20PROVIDES = "virtual/dtb"