From 0584f638797a816b29b909d4611d5a099df7bbc1 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Sat, 31 Jul 2021 17:47:03 +0800 Subject: Convert to new override syntax Use the convert-overrides.py to convert to new syntax and manually fix some additional changes. Signed-off-by: Anuj Mittal --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index a99cbb1f..2ed8af05 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -64,7 +64,7 @@ without having to use hardware. The virtio drivers are added via KERNEL_FEATURES_INTEL_COMMON. This prevents them from being added to custom kernels by default. They can be removed by adding the following to a conf or kernel bbappend file: - KERNEL_FEATURES_INTEL_COMMON_remove = “cfg/virtio.scc” + KERNEL_FEATURES_INTEL_COMMON:remove = “cfg/virtio.scc” OVMF firmware is also built and can be used in order to emulate a UEFI environment. A full runqemu command line for intel-corei7-64 could look like this: @@ -84,4 +84,4 @@ setting, it will not work in as the primary MACHINE tune as the bootloader needs to be built as a 64bit binary. The setup for this would be as follows: require conf/multilib.conf MULTILIBS = "multilib:libx32 - DEFAULTTUNE_virtclass-multilib-libx32 = "corei7-64-x32" + DEFAULTTUNE:virtclass-multilib-libx32 = "corei7-64-x32" -- cgit v1.2.3-54-g00ecf