diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2021-07-31 17:47:03 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-07-31 17:47:03 +0800 |
| commit | 0584f638797a816b29b909d4611d5a099df7bbc1 (patch) | |
| tree | 1ec4bdacf824c304290b5086fd54bba9b84158e2 /CHANGELOG | |
| parent | 7a5e47b6a594eb29dfe84e47f043a49974bc0402 (diff) | |
| download | meta-intel-0584f638797a816b29b909d4611d5a099df7bbc1.tar.gz | |
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 <anuj.mittal@intel.com>
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -64,7 +64,7 @@ without having to use hardware. The virtio drivers are added via | |||
| 64 | KERNEL_FEATURES_INTEL_COMMON. This prevents them from being added to | 64 | KERNEL_FEATURES_INTEL_COMMON. This prevents them from being added to |
| 65 | custom kernels by default. They can be removed by adding the | 65 | custom kernels by default. They can be removed by adding the |
| 66 | following to a conf or kernel bbappend file: | 66 | following to a conf or kernel bbappend file: |
| 67 | KERNEL_FEATURES_INTEL_COMMON_remove = “cfg/virtio.scc” | 67 | KERNEL_FEATURES_INTEL_COMMON:remove = “cfg/virtio.scc” |
| 68 | OVMF firmware is also built and can be used in order to emulate a UEFI | 68 | OVMF firmware is also built and can be used in order to emulate a UEFI |
| 69 | environment. A full runqemu command line for intel-corei7-64 could look | 69 | environment. A full runqemu command line for intel-corei7-64 could look |
| 70 | like this: | 70 | like this: |
| @@ -84,4 +84,4 @@ setting, it will not work in as the primary MACHINE tune as the bootloader needs | |||
| 84 | to be built as a 64bit binary. The setup for this would be as follows: | 84 | to be built as a 64bit binary. The setup for this would be as follows: |
| 85 | require conf/multilib.conf | 85 | require conf/multilib.conf |
| 86 | MULTILIBS = "multilib:libx32 | 86 | MULTILIBS = "multilib:libx32 |
| 87 | DEFAULTTUNE_virtclass-multilib-libx32 = "corei7-64-x32" | 87 | DEFAULTTUNE:virtclass-multilib-libx32 = "corei7-64-x32" |
