[yocto] [meta-raspberrypi][PATCH] u-boot-rpi: update path to mkknlimg

Jonathan Liu net147 at gmail.com
Tue Mar 1 05:40:03 PST 2016


Signed-off-by: Jonathan Liu <net147 at gmail.com>
---
 recipes-bsp/u-boot/u-boot_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend
index 8420eef..85b556f 100644
--- a/recipes-bsp/u-boot/u-boot_%.bbappend
+++ b/recipes-bsp/u-boot/u-boot_%.bbappend
@@ -8,7 +8,7 @@ do_compile_append_raspberrypi2() {
 
 do_deploy_append_raspberrypi2() {
     # Add RPi bootloader trailer to U-Boot image to enable Device Tree support
-    ${STAGING_DIR_NATIVE}/usr/lib/rpi-mkimage/mkknlimg --dtok ${DEPLOYDIR}/${UBOOT_IMAGE} ${DEPLOYDIR}/${UBOOT_IMAGE}
+    ${STAGING_BINDIR_NATIVE}/mkknlimg --dtok ${DEPLOYDIR}/${UBOOT_IMAGE} ${DEPLOYDIR}/${UBOOT_IMAGE}
 }
 
 UBOOT_ENV_raspberrypi2 = "boot"
-- 
2.7.1




More information about the yocto mailing list