Commit 6e58c9a
committed
image_types_qcom.bbclass: support KVM-aware xbl_config.elf packaging
There is currently no build-time toggle between Gunyah and KVM. This change
adds logic to detect KVM enablement via DISTRO_FEATURES and sets the KVM
variable accordingly. During qcomflash packaging, if KVM is enabled, the
build checks for xbl_config_kvm.elf and fails if it's missing, ensuring the
correct bootloader variant is used to support virtualization features expected
in KVM-enabled Qualcomm builds.
Fixes #1154
Signed-off-by: Keerthivasan Raghavan <[email protected]>1 parent 508ff26 commit 6e58c9a
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
119 | 129 | | |
120 | 130 | | |
121 | 131 | | |
| |||
0 commit comments