diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-07-12 22:08:22 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2018-07-16 16:53:00 +0800 |
commit | c12c16659203d677618871f660c1499152a555a8 (patch) | |
tree | 60967f8f17da1e5a6cef2908312a25b4c9514a07 /conf/machine/intel-corei7-64.conf | |
parent | 7c469177e833a80443b948af63e40176c7dc6bee (diff) | |
download | meta-intel-c12c16659203d677618871f660c1499152a555a8.tar.gz |
rmc: remove
It's not being maintained anymore and the scripts have not been kept in
sync with upstream for quite some time.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'conf/machine/intel-corei7-64.conf')
-rw-r--r-- | conf/machine/intel-corei7-64.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index 4986993b..16006d33 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf | |||
@@ -41,5 +41,5 @@ SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2" | |||
41 | APPEND += "rootwait console=ttyS0,115200 console=tty0" | 41 | 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-microcode.wks", "grub-bootdisk-microcode.wks", d)}" | 44 | WKS_FILE ?= "${@bb.utils.contains_any("EFI_PROVIDER", "systemd-boot", "systemd-bootdisk-microcode.wks", "grub-bootdisk-microcode.wks", d)}" |
45 | WKS_FILE_DEPENDS_append = " intel-microcode" | 45 | WKS_FILE_DEPENDS_append = " intel-microcode" |