meta-arm.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm-bsp/linux-yocto: add 5.19 kernel recipe for N1SDP
@ 2023-02-08 13:33 Ross Burton
  2023-02-08 13:33 ` [PATCH 2/2] arm/linux-yocto: remove obsolete 5.19 bbappend Ross Burton
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ross Burton @ 2023-02-08 13:33 UTC (permalink / raw)
  To: meta-arm; +Cc: nd

Currently the N1SDP patches haven't been ported to 6.1 and the
port/testing isn't trivial. Until the relevant team has done the port to
6.1, carry a 5.19 kernel in meta-arm-bsp for N1SDP.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-kernel/linux/linux-yocto_5.19.bb  | 28 +++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.19.bb

diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.19.bb b/meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.19.bb
new file mode 100644
index 00000000..3bd4c756
--- /dev/null
+++ b/meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.19.bb
@@ -0,0 +1,28 @@
+KBRANCH ?= "v5.19/standard/base"
+
+require recipes-kernel/linux/linux-yocto.inc
+
+SRCREV_machine ?= "84f2f8e7a625aae0fa9e7027a2e774b99b646cf7"
+SRCREV_meta ?= "239a6c0d3c3b046971909f1e066380465b0c331d"
+
+SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
+           git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.19;destsuffix=${KMETA}"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
+LINUX_VERSION ?= "5.19.17"
+
+DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
+DEPENDS += "openssl-native util-linux-native"
+DEPENDS += "gmp-native libmpc-native"
+
+PV = "${LINUX_VERSION}+git${SRCPV}"
+
+KMETA = "kernel-meta"
+KCONF_BSP_AUDIT_LEVEL = "1"
+
+# Functionality flags
+KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc"
+KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}"
+KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}"
+KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}"
+KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc", "", d)}"
-- 
2.34.1



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

* [PATCH 2/2] arm/linux-yocto: remove obsolete 5.19 bbappend
  2023-02-08 13:33 [PATCH 1/2] arm-bsp/linux-yocto: add 5.19 kernel recipe for N1SDP Ross Burton
@ 2023-02-08 13:33 ` Ross Burton
  2023-02-12 21:29 ` [PATCH 1/2] arm-bsp/linux-yocto: add 5.19 kernel recipe for N1SDP Jon Mason
  2023-02-17  4:30 ` Jon Mason
  2 siblings, 0 replies; 4+ messages in thread
From: Ross Burton @ 2023-02-08 13:33 UTC (permalink / raw)
  To: meta-arm; +Cc: nd

This bbappend is only used by qemuarm*, which now use 6.1, so this can
be removed.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend | 9 ---------
 1 file changed, 9 deletions(-)
 delete mode 100644 meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend

diff --git a/meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend b/meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend
deleted file mode 100644
index 7dec2f5c..00000000
--- a/meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend
+++ /dev/null
@@ -1,9 +0,0 @@
-# enable arm_ffa regardless on 5.19
-SRC_URI:append:qemuarm = " \
-    file://tee.cfg \
-    file://arm-ffa-transport.cfg \
-"
-SRC_URI:append:qemuarm64 = " \
-    file://tee.cfg \
-    file://arm-ffa-transport.cfg \
-"
-- 
2.34.1



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

* Re: [PATCH 1/2] arm-bsp/linux-yocto: add 5.19 kernel recipe for N1SDP
  2023-02-08 13:33 [PATCH 1/2] arm-bsp/linux-yocto: add 5.19 kernel recipe for N1SDP Ross Burton
  2023-02-08 13:33 ` [PATCH 2/2] arm/linux-yocto: remove obsolete 5.19 bbappend Ross Burton
@ 2023-02-12 21:29 ` Jon Mason
  2023-02-17  4:30 ` Jon Mason
  2 siblings, 0 replies; 4+ messages in thread
From: Jon Mason @ 2023-02-12 21:29 UTC (permalink / raw)
  To: meta-arm, Ross Burton; +Cc: nd

On Wed, 8 Feb 2023 13:33:52 +0000, Ross Burton wrote:
> Currently the N1SDP patches haven't been ported to 6.1 and the
> port/testing isn't trivial. Until the relevant team has done the port to
> 6.1, carry a 5.19 kernel in meta-arm-bsp for N1SDP.

Applied, thanks!

[1/2] arm-bsp/linux-yocto: add 5.19 kernel recipe for N1SDP
      commit: 3d39ae853c91c8464815d3c34b339438ba735c95
[2/2] arm/linux-yocto: remove obsolete 5.19 bbappend
      commit: 0617555fa5ead9bc1ab07b5a4de17e6c3da16f95

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


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

* Re: [PATCH 1/2] arm-bsp/linux-yocto: add 5.19 kernel recipe for N1SDP
  2023-02-08 13:33 [PATCH 1/2] arm-bsp/linux-yocto: add 5.19 kernel recipe for N1SDP Ross Burton
  2023-02-08 13:33 ` [PATCH 2/2] arm/linux-yocto: remove obsolete 5.19 bbappend Ross Burton
  2023-02-12 21:29 ` [PATCH 1/2] arm-bsp/linux-yocto: add 5.19 kernel recipe for N1SDP Jon Mason
@ 2023-02-17  4:30 ` Jon Mason
  2 siblings, 0 replies; 4+ messages in thread
From: Jon Mason @ 2023-02-17  4:30 UTC (permalink / raw)
  To: meta-arm, Ross Burton; +Cc: nd

On Wed, 8 Feb 2023 13:33:52 +0000, Ross Burton wrote:
> Currently the N1SDP patches haven't been ported to 6.1 and the
> port/testing isn't trivial. Until the relevant team has done the port to
> 6.1, carry a 5.19 kernel in meta-arm-bsp for N1SDP.

Applied, thanks!

[1/2] arm-bsp/linux-yocto: add 5.19 kernel recipe for N1SDP
      commit: 3d39ae853c91c8464815d3c34b339438ba735c95
[2/2] arm/linux-yocto: remove obsolete 5.19 bbappend
      commit: 0617555fa5ead9bc1ab07b5a4de17e6c3da16f95

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


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

end of thread, other threads:[~2023-02-17  4:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-08 13:33 [PATCH 1/2] arm-bsp/linux-yocto: add 5.19 kernel recipe for N1SDP Ross Burton
2023-02-08 13:33 ` [PATCH 2/2] arm/linux-yocto: remove obsolete 5.19 bbappend Ross Burton
2023-02-12 21:29 ` [PATCH 1/2] arm-bsp/linux-yocto: add 5.19 kernel recipe for N1SDP Jon Mason
2023-02-17  4:30 ` Jon Mason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).