diff options
author | Jonathan Liu <net147@gmail.com> | 2016-03-02 00:58:39 +1100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-03-01 15:04:04 +0100 |
commit | 249cb544e0630645e6ed7267e3ea4aa91fff1471 (patch) | |
tree | 24476d4a327d94c74af7f02ee96d1999b0919cf8 | |
parent | 807cff5e5b244f2f07442c608d2be4131e8ce20f (diff) | |
download | meta-raspberrypi-249cb544e0630645e6ed7267e3ea4aa91fff1471.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 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" | |||
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}/imagetool-uncompressed.py u-boot.bin | 27 | ${STAGING_BINDIR_NATIVE}/imagetool-uncompressed.py u-boot.bin |
28 | mv kernel.img u-boot.img | 28 | mv kernel.img u-boot.img |
29 | } | 29 | } |