From 15d63924bce5d059519b1ef2a1da7f9d357bb32f Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 11 Apr 2017 09:56:56 -0500 Subject: Add header files to u-boot developer package. --- recipes-bsp/u-boot/u-boot.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot.inc b/recipes-bsp/u-boot/u-boot.inc index 38a8a79..869b142 100644 --- a/recipes-bsp/u-boot/u-boot.inc +++ b/recipes-bsp/u-boot/u-boot.inc @@ -29,6 +29,8 @@ SPL_BINARY ?= "" SPL_IMAGE ?= "${SPL_BINARY}-${MACHINE}-${PV}-${PR}" SPL_SYMLINK ?= "${SPL_BINARY}-${MACHINE}" +FILES_${PN}-dev += "${includedir}/u-boot/* ${includedir}/u-boot/configs/* ${includedir}/u-boot/asm/*" + do_compile () { if [ "${@base_contains('DISTRO_FEATURES', 'ld-is-gold', 'ld-is-gold', '', d)}" = "ld-is-gold" ] ; then sed -i 's/$(CROSS_COMPILE)ld$/$(CROSS_COMPILE)ld.bfd/g' config.mk @@ -63,6 +65,8 @@ do_install () { install ${S}/${SPL_BINARY} ${D}/boot/${SPL_IMAGE} ln -sf ${SPL_IMAGE} ${D}/boot/${SPL_BINARY} fi + mkdir -p ${D}/usr/include/u-boot || true + (cd ${S}/include;find . | cpio -pdum ${D}/usr/include/u-boot) } FILES_${PN} = "/boot ${sysconfdir}" -- cgit v1.2.3