diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-11-17 10:15:26 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-11-17 10:15:26 +1000 |
commit | 892baf45f992e93596fdb135dd107a6d8b48fa27 (patch) | |
tree | 9a470cd208c8a89b17afdfc11eef28a45214c347 | |
parent | 8fd0dcd32d155e4e1ae61a41b7b84a2a37d08a36 (diff) | |
download | meta-xilinx-892baf45f992e93596fdb135dd107a6d8b48fa27.tar.gz |
device-tree.bb: Set package arch to machine arch
* Device trees are built individually for each machine
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r-- | recipes-bsp/device-tree/device-tree.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/device-tree/device-tree.bb b/recipes-bsp/device-tree/device-tree.bb index f32566f1..7159f529 100644 --- a/recipes-bsp/device-tree/device-tree.bb +++ b/recipes-bsp/device-tree/device-tree.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "MIT" | |||
6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
7 | 7 | ||
8 | INHIBIT_DEFAULT_DEPS = "1" | 8 | INHIBIT_DEFAULT_DEPS = "1" |
9 | PACKAGE_ARCH = "all" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 10 | ||
11 | DEPENDS += "dtc-native" | 11 | DEPENDS += "dtc-native" |
12 | 12 | ||