Skip to content
Snippets Groups Projects
Commit f48b3eac authored by Luca Seritan's avatar Luca Seritan
Browse files

linux-yocto: Add efi.cfg to machines that have the efi feature


Machines that have the efi feature also need the efi kernel features, so
add these by default.

Signed-off-by: default avatarLuca Seritan <luca.seritan@huawei.com>
parent 00ebe36a
No related branches found
No related tags found
No related merge requests found
...@@ -3,3 +3,7 @@ ...@@ -3,3 +3,7 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
require recipes-kernel/linux/linux-oniro-tweaks-all.inc require recipes-kernel/linux/linux-oniro-tweaks-all.inc
SRC_URI += "file://fix-efi.cfg-drop-acpi-dependency.patch;patchdir=${KMETA}"
KERNEL_FEATURES:append = " ${@bb.utils.contains("MACHINE_FEATURES", "efi", " cfg/efi.scc", "", d)}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment