From c3d567403f069f2862f5b4cc208892bf95abc7f7 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 1 May 2019 07:21:51 +0000 Subject: am65xx-evm: workaround for YOCTO #13280 bug Force dependency to workaround [YOCTO #13280]: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13280 Signed-off-by: Denys Dmytriyenko --- conf/machine/am65xx-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf index 87fced8d..877b1a65 100644 --- a/conf/machine/am65xx-evm.conf +++ b/conf/machine/am65xx-evm.conf @@ -27,7 +27,7 @@ OPTEEOUTPUTMACHINE = "k3" WKS_FILE = "sdimage-bootpart.wks" IMAGE_BOOT_FILES = "u-boot.img" -do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" +do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy" # Set the list of device targets for ti-pdk class recipes TI_PDK_LIMIT_SOCS = "am65xx" -- cgit v1.2.3-54-g00ecf