From f60bd5556d8eb9f8f49bf65020799319ab1c0cea Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 5 May 2015 10:59:59 +0200 Subject: trdx-image-fstype: create the U-Boot scipts at buildtime Create the U-Boot scipts at image buildtime and remove the binary script representation from version control. --- recipes/images/trdx-image-fstype.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes/images/trdx-image-fstype.inc') diff --git a/recipes/images/trdx-image-fstype.inc b/recipes/images/trdx-image-fstype.inc index 51575f9..5b9eaeb 100644 --- a/recipes/images/trdx-image-fstype.inc +++ b/recipes/images/trdx-image-fstype.inc @@ -89,6 +89,10 @@ fakeroot do_imagedeploy() { cd ${WORKDIR} cp -pLr ${BURNFLASH}/* ${IMAGE_NAME}${PV}/ + cd ${IMAGE_NAME}${PV}/${MACHINE}_bin + ./mk-u-boot-scripts.sh + cd ${WORKDIR} + imagedeploy_kernel cp -pP ${DEPLOY_DIR_IMAGE}/u-boot* ${IMAGE_ROOTFS}/../${MACHINE}_bin/ -- cgit v1.2.3