mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-30 00:20:09 +00:00
u-boot-rpi: update path to imagetool-uncompressed.py
Signed-off-by: Jonathan Liu <net147@gmail.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
807cff5e5b
commit
249cb544e0
@@ -24,6 +24,6 @@ COMPATIBLE_MACHINE = "raspberrypi"
|
|||||||
|
|
||||||
do_compile_append() {
|
do_compile_append() {
|
||||||
# Create kernel.img from uboot.bin and name it u-boot.img
|
# 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
|
mv kernel.img u-boot.img
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user