summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-05-24 16:08:21 -0500
committerJohn Klug <john.klug@multitech.com>2017-06-09 09:09:19 -0500
commitc5ed9dea851a98dd69ff5eeedaf67a2e02d412a0 (patch)
treec950500e85f54099b39a1b3ea1b36a4fef0d7cda /recipes-bsp/u-boot
parentd60a6436e7640404391f31ca5b5a2843ca36f171 (diff)
downloadmeta-multitech-atmel-c5ed9dea851a98dd69ff5eeedaf67a2e02d412a0.tar.gz
meta-multitech-atmel-c5ed9dea851a98dd69ff5eeedaf67a2e02d412a0.tar.bz2
meta-multitech-atmel-c5ed9dea851a98dd69ff5eeedaf67a2e02d412a0.zip
Need mach-at91 header files from u-boot for u-boot-linux-utils
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot.inc b/recipes-bsp/u-boot/u-boot.inc
index d004d85..d1402d5 100644
--- a/recipes-bsp/u-boot/u-boot.inc
+++ b/recipes-bsp/u-boot/u-boot.inc
@@ -188,6 +188,7 @@ do_install () {
fi
mkdir -p ${D}/usr/include/u-boot || true
(cd ${S}/include;find . | cpio -pdum ${D}/usr/include/u-boot)
+ (cd ${S}/arch/arm;rm -f ${D}/usr/include/mach-at91;find mach-at91 | cpio -pdum ${D}/usr/include/)
(cd ${S} ; rm -f ${D}/usr/include/u-boot/asm ; cd arch/arm/include ; find asm | cpio -pdum ${D}/usr/include/u-boot)
}