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 /classes/uefi-comboapp.bbclass | |
| 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 'classes/uefi-comboapp.bbclass')
| -rw-r--r-- | classes/uefi-comboapp.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/uefi-comboapp.bbclass b/classes/uefi-comboapp.bbclass index 4ecc5535..a05e0ca0 100644 --- a/classes/uefi-comboapp.bbclass +++ b/classes/uefi-comboapp.bbclass | |||
| @@ -4,8 +4,8 @@ | |||
| 4 | # it with the efi stub obtained from systemd-boot. | 4 | # it with the efi stub obtained from systemd-boot. |
| 5 | 5 | ||
| 6 | # Don't add syslinux or build an ISO | 6 | # Don't add syslinux or build an ISO |
| 7 | PCBIOS_forcevariable = "0" | 7 | PCBIOS:forcevariable = "0" |
| 8 | NOISO_forcevariable = "1" | 8 | NOISO:forcevariable = "1" |
| 9 | 9 | ||
| 10 | # image-live.bbclass will default INITRD_LIVE to the image INITRD_IMAGE creates. | 10 | # image-live.bbclass will default INITRD_LIVE to the image INITRD_IMAGE creates. |
| 11 | # We want behavior to be consistent whether or not "live" is in IMAGE_FSTYPES, so | 11 | # We want behavior to be consistent whether or not "live" is in IMAGE_FSTYPES, so |
| @@ -138,7 +138,7 @@ build_efi_cfg() { | |||
| 138 | : | 138 | : |
| 139 | } | 139 | } |
| 140 | 140 | ||
| 141 | populate_kernel_append() { | 141 | populate_kernel:append() { |
| 142 | # The kernel and initrd are built into the app, so we don't need these | 142 | # The kernel and initrd are built into the app, so we don't need these |
| 143 | if [ -f $dest/initrd ]; then | 143 | if [ -f $dest/initrd ]; then |
| 144 | rm $dest/initrd | 144 | rm $dest/initrd |
