mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
u-boot-rpi: update path to imagetool-uncompressed.py
Signed-off-by: Jonathan Liu <net147@gmail.com>
This commit is contained in:
parent
c25a43a3b4
commit
048008a935
|
@ -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}/rpi-mkimage/imagetool-uncompressed.py u-boot.bin
|
${STAGING_LIBEXECDIR_NATIVE}/imagetool-uncompressed.py u-boot.bin
|
||||||
mv kernel.img u-boot.img
|
mv kernel.img u-boot.img
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user