From a70e04d9f86e4f81d288de31eca241e0c28daf96 Mon Sep 17 00:00:00 2001 From: Diego Sueiro Date: Fri, 14 Jan 2022 14:58:02 +0000 Subject: [PATCH] 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 Change-Id: I46889ce38b32521d8350534cc590b57b158ad573 Signed-off-by: Jon Mason --- .../linux/linux-yocto/generic-arm64-standard.scc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-arm/recipes-kernel/linux/linux-yocto/generic-arm64-standard.scc diff --git a/meta-arm/recipes-kernel/linux/linux-yocto/generic-arm64-standard.scc b/meta-arm/recipes-kernel/linux/linux-yocto/generic-arm64-standard.scc new file mode 100644 index 00000000..21bff023 --- /dev/null +++ b/meta-arm/recipes-kernel/linux/linux-yocto/generic-arm64-standard.scc @@ -0,0 +1,5 @@ +define KMACHINE generic-arm64 +define KTYPE standard +define KARCH arm64 + +include ktypes/standard/standard.scc