]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
uboot-tools: fix dtc invocation
authorYegor Yefremov <yegorslists@googlemail.com>
Fri, 1 Dec 2017 12:40:20 +0000 (13:40 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 1 Dec 2017 21:42:09 +0000 (22:42 +0100)
commit21ab88c4171ff9efa8a364bd8015c7d46628f9ec
tree1c6b7024e758ff081c8192bd22aa663722db9811
parent58a00a1333a393ae9d06f421ae0472898dded1f0
uboot-tools: fix dtc invocation

Since uboot 2017.09 path to dtc will be configured via Kconfig. As BR
skips this step for uboot-tools building one has to provide
CONFIG_MKIMAGE_DTC_PATH=dtc on the build command line. Otherwise
mkimage will not be able to create FIT images, i.e.:

mkimage -f kernel-fit.its kernel-fit.itb

will fail with very weird errors.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/uboot-tools/uboot-tools.mk