From: John Jacques <[email protected]> The "pack" script was getting the wrong arguments.
Signed-off-by: John Jacques <[email protected]> Signed-off-by: Paul Butler <[email protected]> --- arch/arm/boot/emuboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/emuboot/Makefile b/arch/arm/boot/emuboot/Makefile index 1d8e491..eb907c5 100644 --- a/arch/arm/boot/emuboot/Makefile +++ b/arch/arm/boot/emuboot/Makefile @@ -19,7 +19,7 @@ linux.img: emuboot.o emuboot.lds zImage.emu rm -f linux.tmp zImage.emu: $(ZIMAGE) axm55xx.dtb - python pack.py $(ZIMAGE) $< > $@ + python pack.py $(ZIMAGE) axm55xx.dtb > $@ axm55xx.dtb: $(DTS) $(DTC) -O dtb -o $@ $< -- 1.8.3 _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
