From d0632342e658a53f98f73b20a7c51940b717c379 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 7 Nov 2018 17:19:04 -0600 Subject: Copy the dtc tool into x86_64 sysroots for Device Tree compiles --- recipes-kernel/linux/linux-at91_4.9.bb | 3 +++ 1 file changed, 3 insertions(+) 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 +} -- cgit v1.2.3