diff options
Diffstat (limited to 'templates/feature')
-rw-r--r-- | templates/feature/agl-jailhouse/50_local.conf.inc | 22 | ||||
-rw-r--r-- | templates/feature/agl-lxc/50_local.conf.inc | 2 | ||||
-rw-r--r-- | templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc | 2 |
3 files changed, 13 insertions, 13 deletions
diff --git a/templates/feature/agl-jailhouse/50_local.conf.inc b/templates/feature/agl-jailhouse/50_local.conf.inc index 620c0a5f..4b5e42f4 100644 --- a/templates/feature/agl-jailhouse/50_local.conf.inc +++ b/templates/feature/agl-jailhouse/50_local.conf.inc @@ -1,20 +1,20 @@ #### JAILHOUSE -IMAGE_INSTALL_append = " jailhouse jailhouse-demos" +IMAGE_INSTALL:append = " jailhouse jailhouse-demos" PREFERRED_VERSION_linux-raspberrypi = "5.4%" -RPI_KERNEL_DEVICETREE_OVERLAYS_append = " overlays/jailhouse-memory.dtbo" +RPI_KERNEL_DEVICETREE_OVERLAYS:append = " overlays/jailhouse-memory.dtbo" #Qemu Boot Config # qemu flags for jailhouse -QB_OPT_APPEND_append = " -device intel-iommu,intremap=on,x-buggy-eim=on -device intel-hda,addr=1b.0 -device hda-duplex -serial none -serial stdio -serial telnet:localhost:4321,server,nowait -serial telnet:localhost:5432,server,nowait" +QB_OPT_APPEND:append = " -device intel-iommu,intremap=on,x-buggy-eim=on -device intel-hda,addr=1b.0 -device hda-duplex -serial none -serial stdio -serial telnet:localhost:4321,server,nowait -serial telnet:localhost:5432,server,nowait" QB_MEM = "-m 2048" # use override with higher priority than x86-64 -QB_MACHINE_qemux86-64 = "-machine q35,kernel_irqchip=split -smp 4" -QB_CPU_qemux86-64 = "-enable-kvm" -QB_CPU_KVM_qemux86-64 = "-cpu host,-kvm-pv-eoi,-kvm-pv-ipi,-kvm-asyncpf,-kvm-steal-time,-kvmclock,-invpcid,-hypervisor" +QB_MACHINE:qemux86-64 = "-machine q35,kernel_irqchip=split -smp 4" +QB_CPU:qemux86-64 = "-enable-kvm" +QB_CPU_KVM:qemux86-64 = "-cpu host,-kvm-pv-eoi,-kvm-pv-ipi,-kvm-asyncpf,-kvm-steal-time,-kvmclock,-invpcid,-hypervisor" -QB_KERNEL_CMDLINE_APPEND_append = " intel_iommu=off memmap=82M$0x22000000" +QB_KERNEL_CMDLINE_APPEND:append = " intel_iommu=off memmap=82M$0x22000000" QB_KERNEL_ROOT = "/dev/vda" QB_SERIAL_OPT = "-serial none -serial stdio -serial telnet:localhost:4321,server,nowait -serial telnet:localhost:5432,server,nowait -vga virtio" @@ -33,10 +33,10 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-jailhouse-custom" # prevent most external kernel module from being built MOST_DRIVERS = "" -LTTNGUST_forcevariable := "" -LTTNGTOOLS_forcevariable := "" -LTTNGMODULES_forcevariable := "" +LTTNGUST:forcevariable := "" +LTTNGTOOLS:forcevariable := "" +LTTNGMODULES:forcevariable := "" # Disable perf build -PERF_forcevariable := "" +PERF:forcevariable := "" diff --git a/templates/feature/agl-lxc/50_local.conf.inc b/templates/feature/agl-lxc/50_local.conf.inc index 3c652b41..5c5fc4ac 100644 --- a/templates/feature/agl-lxc/50_local.conf.inc +++ b/templates/feature/agl-lxc/50_local.conf.inc @@ -5,4 +5,4 @@ BBMULTICONFIG = "agl-container-guest" # in case of linux container is not necessary to the 'virtualization'. # This should be revisited when upgrading past dunfell, as less of # the extra configuration may be enabled in the future. -INHERIT_remove = "sanity-meta-virt" +INHERIT:remove = "sanity-meta-virt" diff --git a/templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc b/templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc index ab41cdbd..088268ab 100644 --- a/templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc +++ b/templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc @@ -12,4 +12,4 @@ BBFILES += "${METADIR}/external/alexa-auto-sdk/extensions/experimental/system-au # For now, tweak the layer's compatibility to allow using with zeus, # since we know it works without major issues. -LAYERSERIES_COMPAT_aac_append = " dunfell"
\ No newline at end of file +LAYERSERIES_COMPAT_aac:append = " dunfell"
\ No newline at end of file |