From 249cb544e0630645e6ed7267e3ea4aa91fff1471 Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Wed, 2 Mar 2016 00:58:39 +1100 Subject: 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 8bffaa3..3e8d377 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}/imagetool-uncompressed.py u-boot.bin + ${STAGING_BINDIR_NATIVE}/imagetool-uncompressed.py u-boot.bin mv kernel.img u-boot.img } -- cgit v1.2.3-54-g00ecf