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

linux-oniro-tweaks-all.inc: Define defconfig for qemuarm64-efi based on arm64 defconfig


The arm64 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 qemuarm64 machine.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
Signed-off-by: default avatarLuca Seritan <luca.seritan@huawei.com>
parent c5ab496f
No related branches found
No related tags found
1 merge request!250Add support for qemuarm/64 machines with EFI
...@@ -23,3 +23,4 @@ SRC_URI += "file://rauc.cfg" ...@@ -23,3 +23,4 @@ SRC_URI += "file://rauc.cfg"
export HOSTCXXFLAGS = " -I${RECIPE_SYSROOT_NATIVE}/usr/include" export HOSTCXXFLAGS = " -I${RECIPE_SYSROOT_NATIVE}/usr/include"
SRC_URI:append:qemuarm-efi = " file://defconfig" SRC_URI:append:qemuarm-efi = " file://defconfig"
SRC_URI:append:qemuarm64-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