1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-04 14:10:01 +00:00

meta-arm: Make generic-arm64 kernel cfg based on linux-yocto standard kernel type

By having the generic-arm64 machine using the same kernel config as the
linux-yocto standard kernel type, application layers can rely on the same base
configuration, independently of the target machine.

Also, the kernel-yocto.bbclass searches for .scc files in the FILESEXTRAPATHS.
Hence, we don't need to list generic-arm64-standard.scc in the SRC_URI.

Issue-Id: SCM-3910
Signed-off-by: Diego Sueiro <diego.sueiro@arm.com>
Change-Id: I46889ce38b32521d8350534cc590b57b158ad573
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Diego Sueiro
2022-01-14 14:58:02 +00:00
committed by Jon Mason
parent 940b9afdde
commit a70e04d9f8
@@ -0,0 +1,5 @@
define KMACHINE generic-arm64
define KTYPE standard
define KARCH arm64
include ktypes/standard/standard.scc