diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-09-24 02:37:35 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-09-24 16:53:29 +0000 |
commit | 443209bfd91182c71d70f5cb86af403e214497c5 (patch) | |
tree | 03f30cb4e29f1316f43209286a1167f834de9a54 /conf/machine | |
parent | 68b4743b45479d78a5afddf706bcc166f2001886 (diff) | |
download | meta-ti-443209bfd91182c71d70f5cb86af403e214497c5.tar.gz |
conf/machine: mtools and dosfsutils are now in wic depends by default
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/am65xx-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/beagle-x15.conf | 2 | ||||
-rw-r--r-- | conf/machine/beaglebone.conf | 1 | ||||
-rw-r--r-- | 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" | |||
32 | IMAGE_BOOT_FILES = "tispl.bin u-boot.img" | 32 | IMAGE_BOOT_FILES = "tispl.bin u-boot.img" |
33 | WKS_FILE ?= "sdimage-bootpart.wks" | 33 | WKS_FILE ?= "sdimage-bootpart.wks" |
34 | 34 | ||
35 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy" | 35 | 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" | |||
16 | IMAGE_BOOT_FILES = "MLO u-boot.img" | 16 | IMAGE_BOOT_FILES = "MLO u-boot.img" |
17 | IMAGE_FSTYPES += "tar.xz wic.xz" | 17 | IMAGE_FSTYPES += "tar.xz wic.xz" |
18 | 18 | ||
19 | do_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 | ||
16 | WKS_FILE ?= "sdimage-bootpart.wks" | 16 | WKS_FILE ?= "sdimage-bootpart.wks" |
17 | 17 | ||
18 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | ||
19 | IMAGE_BOOT_FILES ?= "u-boot.${UBOOT_SUFFIX} ${SPL_BINARY}" | 18 | IMAGE_BOOT_FILES ?= "u-boot.${UBOOT_SUFFIX} ${SPL_BINARY}" |
20 | 19 | ||
21 | IMAGE_FSTYPES += "tar.xz wic.xz" | 20 | 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" | |||
29 | IMAGE_BOOT_FILES = "tispl.bin u-boot.img" | 29 | IMAGE_BOOT_FILES = "tispl.bin u-boot.img" |
30 | WKS_FILE ?= "sdimage-bootpart.wks" | 30 | WKS_FILE ?= "sdimage-bootpart.wks" |
31 | 31 | ||
32 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy" | 32 | do_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 |
35 | TI_PDK_LIMIT_SOCS = "j721e" | 35 | TI_PDK_LIMIT_SOCS = "j721e" |