[meta-ti] [thud/master][PATCH] conf/machine: mtools and dosfsutils are now in wic depends by default
Denys Dmytriyenko
denys at ti.com
Mon Sep 23 13:37:35 PDT 2019
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
conf/machine/am65xx-evm.conf | 2 +-
conf/machine/beagle-x15.conf | 2 --
conf/machine/beaglebone.conf | 1 -
conf/machine/j7-evm.conf | 2 +-
4 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
index 0652a0af..cc15d73f 100644
--- a/conf/machine/am65xx-evm.conf
+++ b/conf/machine/am65xx-evm.conf
@@ -32,4 +32,4 @@ OPTEEOUTPUTMACHINE = "k3"
IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
WKS_FILE ?= "sdimage-bootpart.wks"
-do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy"
+do_image_wic[depends] += "u-boot:do_deploy"
diff --git a/conf/machine/beagle-x15.conf b/conf/machine/beagle-x15.conf
index 1386ff05..d5e05ec7 100644
--- a/conf/machine/beagle-x15.conf
+++ b/conf/machine/beagle-x15.conf
@@ -16,8 +16,6 @@ WKS_FILE ?= "sdimage-bootpart.wks"
IMAGE_BOOT_FILES = "MLO u-boot.img"
IMAGE_FSTYPES += "tar.xz wic.xz"
-do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
-
# UBI information. Note that this is board and kernel specific. Changes
# in your kernel port may require changes in these variables. For more
# details about this board please see
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
index 69db4215..d8fd4062 100644
--- a/conf/machine/beaglebone.conf
+++ b/conf/machine/beaglebone.conf
@@ -15,7 +15,6 @@ SERIAL_CONSOLES = "115200;ttyS0"
WKS_FILE ?= "sdimage-bootpart.wks"
-do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
IMAGE_BOOT_FILES ?= "u-boot.${UBOOT_SUFFIX} ${SPL_BINARY}"
IMAGE_FSTYPES += "tar.xz wic.xz"
diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf
index da3cc8e7..0a0c5bd5 100644
--- a/conf/machine/j7-evm.conf
+++ b/conf/machine/j7-evm.conf
@@ -29,7 +29,7 @@ OPTEEOUTPUTMACHINE = "k3"
IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
WKS_FILE ?= "sdimage-bootpart.wks"
-do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy"
+do_image_wic[depends] += "u-boot:do_deploy"
# Set the list of device targets for ti-pdk class recipes
TI_PDK_LIMIT_SOCS = "j721e"
--
2.17.1
More information about the meta-ti
mailing list