diff options
author | Jonathan Liu <net147@gmail.com> | 2016-02-28 00:46:49 +1100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-02-28 10:48:56 +0100 |
commit | 048008a935ab636d005abd8ed477b50b158b9849 (patch) | |
tree | 97fed066e6c7205ba40f42ddeaafb68397e7ed65 | |
parent | c25a43a3b496046d9f3d70f4444c3878ee2d7c12 (diff) | |
download | meta-raspberrypi-048008a935ab636d005abd8ed477b50b158b9849.tar.gz |
u-boot-rpi: update path to imagetool-uncompressed.py
Signed-off-by: Jonathan Liu <net147@gmail.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-rpi_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
24 | 24 | ||
25 | do_compile_append() { | 25 | do_compile_append() { |
26 | # Create kernel.img from uboot.bin and name it u-boot.img | 26 | # Create kernel.img from uboot.bin and name it u-boot.img |
27 | ${STAGING_LIBEXECDIR_NATIVE}/rpi-mkimage/imagetool-uncompressed.py u-boot.bin | 27 | ${STAGING_LIBEXECDIR_NATIVE}/imagetool-uncompressed.py u-boot.bin |
28 | mv kernel.img u-boot.img | 28 | mv kernel.img u-boot.img |
29 | } | 29 | } |