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:
@@ -0,0 +1,5 @@
|
||||
define KMACHINE generic-arm64
|
||||
define KTYPE standard
|
||||
define KARCH arm64
|
||||
|
||||
include ktypes/standard/standard.scc
|
||||
Reference in New Issue
Block a user