Skip to content
Snippets Groups Projects
Commit c5ab496f authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

linux-oniro-tweaks-all.inc: Define defconfig for qemuarm-efi based on multi_v7_defconfig


The multi_v7_defconfig file provides the initial support for this
machine but it also provides a good set of extra configs unrelated to
qemu. Some even generate build warnings due to some configs being
dependent on some that are not enabled. As an initial solution we pull
the defconfig in the layer and drop the problematic (warning generating)
configs. The plan is to drop it in the future for a config fragment for
qemu efi boot and reuse the existing BSP configuration from
yocto-kernel-cache of the equivalent qemuarm machine.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
Signed-off-by: default avatarLuca Seritan <luca.seritan@huawei.com>
parent ce4de96a
No related branches found
No related tags found
1 merge request!250Add support for qemuarm/64 machines with EFI
......@@ -21,3 +21,5 @@ SRC_URI += "file://rauc.cfg"
# For the gcc-plugins build of the kernel we need to ensure the right include
# path for headers is picked up to use the natively build dependencies.
export HOSTCXXFLAGS = " -I${RECIPE_SYSROOT_NATIVE}/usr/include"
SRC_URI:append:qemuarm-efi = " file://defconfig"
This diff is collapsed.
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