From 048008a935ab636d005abd8ed477b50b158b9849 Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Sun, 28 Feb 2016 00:46:49 +1100 Subject: [PATCH] u-boot-rpi: update path to imagetool-uncompressed.py Signed-off-by: Jonathan Liu --- recipes-bsp/u-boot/u-boot-rpi_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-rpi_git.bb b/recipes-bsp/u-boot/u-boot-rpi_git.bb index ea0c173..8bffaa3 100644 --- a/recipes-bsp/u-boot/u-boot-rpi_git.bb +++ b/recipes-bsp/u-boot/u-boot-rpi_git.bb @@ -24,6 +24,6 @@ COMPATIBLE_MACHINE = "raspberrypi" do_compile_append() { # Create kernel.img from uboot.bin and name it u-boot.img - ${STAGING_LIBEXECDIR_NATIVE}/rpi-mkimage/imagetool-uncompressed.py u-boot.bin + ${STAGING_LIBEXECDIR_NATIVE}/imagetool-uncompressed.py u-boot.bin mv kernel.img u-boot.img }