summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-09-24 02:37:35 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-09-24 13:27:33 +0000
commit347d3216d78681d3f6d84d8ed529c6a66050b188 (patch)
treee9af0672c929ba2792af8563fc38742522276962
parentc75bcd668f90db8611a65df878c35d69b764083b (diff)
downloadmeta-ti-347d3216d78681d3f6d84d8ed529c6a66050b188.tar.gz
conf/machine: mtools and dosfsutils are now in wic depends by default
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/am65xx-evm.conf2
-rw-r--r--conf/machine/beagle-x15.conf2
-rw-r--r--conf/machine/beaglebone.conf1
-rw-r--r--conf/machine/j7-evm.conf2
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"
32IMAGE_BOOT_FILES = "tispl.bin u-boot.img" 32IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
33WKS_FILE ?= "sdimage-bootpart.wks" 33WKS_FILE ?= "sdimage-bootpart.wks"
34 34
35do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy" 35do_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"
16IMAGE_BOOT_FILES = "MLO u-boot.img" 16IMAGE_BOOT_FILES = "MLO u-boot.img"
17IMAGE_FSTYPES += "tar.xz wic.xz" 17IMAGE_FSTYPES += "tar.xz wic.xz"
18 18
19do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
20
21# UBI information. Note that this is board and kernel specific. Changes 19# UBI information. Note that this is board and kernel specific. Changes
22# in your kernel port may require changes in these variables. For more 20# in your kernel port may require changes in these variables. For more
23# details about this board please see 21# 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"
15 15
16WKS_FILE ?= "sdimage-bootpart.wks" 16WKS_FILE ?= "sdimage-bootpart.wks"
17 17
18do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
19IMAGE_BOOT_FILES ?= "u-boot.${UBOOT_SUFFIX} ${SPL_BINARY}" 18IMAGE_BOOT_FILES ?= "u-boot.${UBOOT_SUFFIX} ${SPL_BINARY}"
20 19
21IMAGE_FSTYPES += "tar.xz wic.xz" 20IMAGE_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"
29IMAGE_BOOT_FILES = "tispl.bin u-boot.img" 29IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
30WKS_FILE ?= "sdimage-bootpart.wks" 30WKS_FILE ?= "sdimage-bootpart.wks"
31 31
32do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy" 32do_image_wic[depends] += "u-boot:do_deploy"
33 33
34# Set the list of device targets for ti-pdk class recipes 34# Set the list of device targets for ti-pdk class recipes
35TI_PDK_LIMIT_SOCS = "j721e" 35TI_PDK_LIMIT_SOCS = "j721e"