diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-05-01 07:21:51 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-05-01 06:20:42 +0000 |
commit | 484c2d0d126722bcbb1f3aa3eac01472361c145a (patch) | |
tree | fa7abb3c96c47637c639a0ee3c8dfa4758e9cd9c /conf/machine | |
parent | 5d032604eb46e3a710f3c7cd7b57d7b4b4255b8e (diff) | |
download | meta-ti-484c2d0d126722bcbb1f3aa3eac01472361c145a.tar.gz |
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 <denys@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/am65xx-evm.conf | 2 |
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" | |||
27 | WKS_FILE = "sdimage-bootpart.wks" | 27 | WKS_FILE = "sdimage-bootpart.wks" |
28 | IMAGE_BOOT_FILES = "u-boot.img" | 28 | IMAGE_BOOT_FILES = "u-boot.img" |
29 | 29 | ||
30 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | 30 | do_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 |
33 | TI_PDK_LIMIT_SOCS = "am65xx" | 33 | TI_PDK_LIMIT_SOCS = "am65xx" |