diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-05-24 14:27:24 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-07-14 15:01:47 -0700 |
| commit | cfabd40d90e59fcf549de317f8ca0b8bac837eeb (patch) | |
| tree | 9cb42887afad9479c525b75f64801c462e433280 | |
| parent | c4dbe37fb4cce0379002c7fa928b7f5f9a68755c (diff) | |
| download | meta-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.bb | 4 |
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 | ||
| 12 | inherit devicetree | 12 | inherit devicetree |
| 13 | 13 | ||
| 14 | # Device-trees are inherently board specific | ||
| 15 | BOARD_ARCH ??= "${MACHINE_ARCH}" | ||
| 16 | PACKAGE_ARCH = "${BOARD_ARCH}" | ||
| 17 | |||
| 14 | DEPENDS += "python3-dtc-native" | 18 | DEPENDS += "python3-dtc-native" |
| 15 | 19 | ||
| 16 | PROVIDES = "virtual/dtb" | 20 | PROVIDES = "virtual/dtb" |
