diff options
author | 2014-11-17 10:15:26 +1000 | |
---|---|---|
committer | 2014-11-17 10:15:26 +1000 | |
commit | 892baf45f992e93596fdb135dd107a6d8b48fa27 (patch) | |
tree | 9a470cd208c8a89b17afdfc11eef28a45214c347 | |
parent | 8fd0dcd32d155e4e1ae61a41b7b84a2a37d08a36 (diff) | |
download | meta-xilinx-892baf45f992e93596fdb135dd107a6d8b48fa27.tar.gz meta-xilinx-892baf45f992e93596fdb135dd107a6d8b48fa27.tar.bz2 meta-xilinx-892baf45f992e93596fdb135dd107a6d8b48fa27.zip |
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" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" INHIBIT_DEFAULT_DEPS = "1" -PACKAGE_ARCH = "all" +PACKAGE_ARCH = "${MACHINE_ARCH}" DEPENDS += "dtc-native" |