summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-04-11 15:08:28 -0500
committerJohn Klug <john.klug@multitech.com>2017-04-24 11:43:23 -0500
commite6299b72eb6ba36cd599da3257ae4619aec4cf38 (patch)
tree8017395123b05121e9abe8f65644c8913171afd9 /recipes-bsp/u-boot
parentf10f41b2b160d0c45580851202c5ac66932366e9 (diff)
downloadmeta-multitech-atmel-e6299b72eb6ba36cd599da3257ae4619aec4cf38.tar.gz
meta-multitech-atmel-e6299b72eb6ba36cd599da3257ae4619aec4cf38.tar.bz2
meta-multitech-atmel-e6299b72eb6ba36cd599da3257ae4619aec4cf38.zip
Need to add the asm files to u-boot include list
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 869b142..ab718a6 100644
--- a/recipes-bsp/u-boot/u-boot.inc
+++ b/recipes-bsp/u-boot/u-boot.inc
@@ -67,6 +67,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} ; rm ${D}/usr/include/u-boot/asm ; cd arch/arm/include ; find asm | cpio -pdum ${D}/usr/include/u-boot)
}
FILES_${PN} = "/boot ${sysconfdir}"