summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2018-11-07 17:19:04 -0600
committerJohn Klug <john.klug@multitech.com>2019-07-03 11:22:01 -0500
commitd0632342e658a53f98f73b20a7c51940b717c379 (patch)
tree171722c68e1365bb578e075a1902184c6c046dc9
parent0c797c842d833ca223cf2de0c20a028c0d1fd71a (diff)
downloadmeta-multitech-d0632342e658a53f98f73b20a7c51940b717c379.tar.gz
meta-multitech-d0632342e658a53f98f73b20a7c51940b717c379.tar.bz2
meta-multitech-d0632342e658a53f98f73b20a7c51940b717c379.zip
Copy the dtc tool into x86_64 sysroots for Device Tree compiles
-rw-r--r--recipes-kernel/linux/linux-at91_4.9.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-at91_4.9.bb b/recipes-kernel/linux/linux-at91_4.9.bb
index 7f62984..2659c45 100644
--- a/recipes-kernel/linux/linux-at91_4.9.bb
+++ b/recipes-kernel/linux/linux-at91_4.9.bb
@@ -98,3 +98,6 @@ pkg_postinst_kernel-image-uimage-inst() {
set +x
fi
}
+do_install_append() {
+ install -D -m 0755 scripts/dtc/dtc ${STAGING_DIR_NATIVE}${USRBINPATH_class-native}/dtc
+}