diff options
| -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 db5ea84..ea0c173 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_DIR_NATIVE}/usr/lib/rpi-mkimage/imagetool-uncompressed.py u-boot.bin | 27 | ${STAGING_LIBEXECDIR_NATIVE}/rpi-mkimage/imagetool-uncompressed.py u-boot.bin |
| 28 | mv kernel.img u-boot.img | 28 | mv kernel.img u-boot.img |
| 29 | } | 29 | } |
