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-core2-32.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-core2-32.conf')
-rw-r--r-- | conf/machine/intel-core2-32.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf index abe6f901..aa8a5793 100644 --- a/conf/machine/intel-core2-32.conf +++ b/conf/machine/intel-core2-32.conf | |||
@@ -32,4 +32,3 @@ APPEND += "rootwait console=ttyS0,115200 console=ttyPCH0,115200 console=tty0" | |||
32 | 32 | ||
33 | IMAGE_FSTYPES += "wic" | 33 | IMAGE_FSTYPES += "wic" |
34 | WKS_FILE ?= "${@bb.utils.contains_any("EFI_PROVIDER", "systemd-boot rmc-boot", "systemd-bootdisk.wks", "mkefidisk.wks", d)}" | 34 | WKS_FILE ?= "${@bb.utils.contains_any("EFI_PROVIDER", "systemd-boot rmc-boot", "systemd-bootdisk.wks", "mkefidisk.wks", d)}" |
35 | do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | ||