summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-05-01 07:21:51 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-05-01 02:23:42 +0000
commitc3d567403f069f2862f5b4cc208892bf95abc7f7 (patch)
tree58995f38912fa90699c2bf0287abc7a95cbbde99
parent34af242cd285e5aa4e689324016062b9306f1574 (diff)
downloadmeta-ti-ti2019.01-rc2.tar.gz
am65xx-evm: workaround for YOCTO #13280 bugti2019.01-rc2
Force dependency to workaround [YOCTO #13280]: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13280 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/am65xx-evm.conf2
1 files changed, 1 insertions, 1 deletions
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"
27WKS_FILE = "sdimage-bootpart.wks" 27WKS_FILE = "sdimage-bootpart.wks"
28IMAGE_BOOT_FILES = "u-boot.img" 28IMAGE_BOOT_FILES = "u-boot.img"
29 29
30do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" 30do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy"
31 31
32# Set the list of device targets for ti-pdk class recipes 32# Set the list of device targets for ti-pdk class recipes
33TI_PDK_LIMIT_SOCS = "am65xx" 33TI_PDK_LIMIT_SOCS = "am65xx"