diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-02-13 19:32:37 +0800 |
---|---|---|
committer | California Sullivan <california.l.sullivan@intel.com> | 2018-02-16 15:44:01 -0800 |
commit | c71d3ab21655c6a3754c6a02ac603ac2a683d1c9 (patch) | |
tree | 30ec81fc282eb9c53beffcd20bfcf58b5c6443ff /conf/machine/intel-corei7-64.conf | |
parent | b76785739c91ba2291091c82895184b4445d68af (diff) | |
download | meta-intel-c71d3ab21655c6a3754c6a02ac603ac2a683d1c9.tar.gz |
conf/machine/intel-*: remove do_image_wic depends
These dependencies on native tools needed by wic images have already been
added by image_types_wic bbclass. Appending here results in same dependencies
being added twice.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Diffstat (limited to 'conf/machine/intel-corei7-64.conf')
-rw-r--r-- | conf/machine/intel-corei7-64.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index 8b36b361..78c52eed 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf | |||
@@ -42,4 +42,3 @@ APPEND += "rootwait console=ttyS0,115200 console=tty0" | |||
42 | 42 | ||
43 | IMAGE_FSTYPES += "wic" | 43 | IMAGE_FSTYPES += "wic" |
44 | WKS_FILE ?= "${@bb.utils.contains_any("EFI_PROVIDER", "systemd-boot rmc-boot", "systemd-bootdisk.wks", "mkefidisk.wks", d)}" | 44 | WKS_FILE ?= "${@bb.utils.contains_any("EFI_PROVIDER", "systemd-boot rmc-boot", "systemd-bootdisk.wks", "mkefidisk.wks", d)}" |
45 | do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | ||