diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2022-11-28 20:59:47 +0000 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-12-13 18:42:46 +0000 |
commit | 0de85c83a64e98ec6c65c1a8bb8bc85e8d5d0e6a (patch) | |
tree | 9f653a78e253cebd271f7d37efd020a46b727a93 | |
parent | 330682b68d003dca793cb59cad07764c4115bdd8 (diff) |
linux-agl-config: correct override syntax for virtualmachine
Commit dd6fc5dcaa0a027b7651bb365d5dd0f623498f8f as part of SPEC-4052 converted
all overrides to the new syntax, but missed the one used for "virtualmachine"
Bug-AGL: SPEC-4052
Change-Id: I1905c7e3b70b05c4ef06d8b4f240d0e144587fab
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28204
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
(cherry picked from commit d7857179d65c900c38c512536c2ad31244aee8f1)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28243
Reviewed-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r-- | meta-agl-core/recipes-kernel/linux/linux-agl-config.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-core/recipes-kernel/linux/linux-agl-config.inc b/meta-agl-core/recipes-kernel/linux/linux-agl-config.inc index e8dfe5dbb..bdca5d424 100644 --- a/meta-agl-core/recipes-kernel/linux/linux-agl-config.inc +++ b/meta-agl-core/recipes-kernel/linux/linux-agl-config.inc @@ -74,7 +74,7 @@ AGL_KCONFIG_FRAGMENTS:append:qemuarm = " qemuarm.cfg" # OVERRIDES save us some c'n'p below ... OVERRIDES:prepend:qemux86 = "virtualmachine:" OVERRIDES:prepend:qemux86-64 = "virtualmachine:" -AGL_KCONFIG_FRAGMENTS:append_virtualmachine = " vbox-vmware-sata.cfg" +AGL_KCONFIG_FRAGMENTS:append:virtualmachine = " vbox-vmware-sata.cfg" # Extra configuration for using qemux86-64 image on physical hardware AGL_KCONFIG_FRAGMENTS:append:qemux86-64 = " \ |