mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
u-boot-boundary: do not install mkimage_uboot any longer
As this now conflicts with imx-boot which already does it. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
This commit is contained in:
parent
07718ba790
commit
ac7476ea5a
|
@ -16,7 +16,6 @@ BOOT_TOOLS = "imx-boot-tools"
|
|||
do_deploy_append_mx8 () {
|
||||
install -d ${DEPLOYDIR}/${BOOT_TOOLS}
|
||||
install -m 0777 ${B}/${config}/arch/arm/dts/${UBOOT_DTB_NAME} ${DEPLOYDIR}/${BOOT_TOOLS}
|
||||
install -m 0777 ${B}/${config}/tools/mkimage ${DEPLOYDIR}/${BOOT_TOOLS}/mkimage_uboot
|
||||
install -m 0777 ${B}/${config}/u-boot-nodtb.bin ${DEPLOYDIR}/${BOOT_TOOLS}/u-boot-nodtb.bin-${MACHINE}-${UBOOT_CONFIG}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user