All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] meta-arm: Make generic-arm64 kernel cfg based on linux-yocto standard kernel type
@ 2022-01-14 14:58 Diego Sueiro
  2022-01-17 20:54 ` Jon Mason
  2022-01-29  4:30 ` Jon Mason
  0 siblings, 2 replies; 3+ messages in thread
From: Diego Sueiro @ 2022-01-14 14:58 UTC (permalink / raw)
  To: meta-arm; +Cc: nd, Diego Sueiro

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
---
 .../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 0000000..21bff02
--- /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
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] meta-arm: Make generic-arm64 kernel cfg based on linux-yocto standard kernel type
  2022-01-14 14:58 [PATCH] meta-arm: Make generic-arm64 kernel cfg based on linux-yocto standard kernel type Diego Sueiro
@ 2022-01-17 20:54 ` Jon Mason
  2022-01-29  4:30 ` Jon Mason
  1 sibling, 0 replies; 3+ messages in thread
From: Jon Mason @ 2022-01-17 20:54 UTC (permalink / raw)
  To: meta-arm, Diego Sueiro; +Cc: nd

On Fri, 14 Jan 2022 14:58:02 +0000, Diego Sueiro wrote:
> 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.

Applied, thanks!

[1/1] meta-arm: Make generic-arm64 kernel cfg based on linux-yocto standard kernel type
      commit: a70e04d9f86e4f81d288de31eca241e0c28daf96

Best regards,
-- 
Jon Mason <jon.mason@arm.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] meta-arm: Make generic-arm64 kernel cfg based on linux-yocto standard kernel type
  2022-01-14 14:58 [PATCH] meta-arm: Make generic-arm64 kernel cfg based on linux-yocto standard kernel type Diego Sueiro
  2022-01-17 20:54 ` Jon Mason
@ 2022-01-29  4:30 ` Jon Mason
  1 sibling, 0 replies; 3+ messages in thread
From: Jon Mason @ 2022-01-29  4:30 UTC (permalink / raw)
  To: meta-arm, Diego Sueiro; +Cc: nd

On Fri, 14 Jan 2022 14:58:02 +0000, Diego Sueiro wrote:
> 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.

Applied, thanks!

[1/1] meta-arm: Make generic-arm64 kernel cfg based on linux-yocto standard kernel type
      commit: 9653e905bdf05ac30d15fe81ebf71536d745e2c3

Best regards,
-- 
Jon Mason <jon.mason@arm.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-29  4:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14 14:58 [PATCH] meta-arm: Make generic-arm64 kernel cfg based on linux-yocto standard kernel type Diego Sueiro
2022-01-17 20:54 ` Jon Mason
2022-01-29  4:30 ` Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.