diff mbox series

[1/6] arm-bsp/linux-yocto-rt: include linux-arm-platforms unconditionally

Message ID 20240422133739.190536-1-ross.burton@arm.com
State New
Headers show
Series [1/6] arm-bsp/linux-yocto-rt: include linux-arm-platforms unconditionally | expand

Commit Message

Ross Burton April 22, 2024, 1:37 p.m. UTC
Every platform should have the chance to try the -rt patches.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm-bsp/recipes-kernel/linux/linux-yocto-rt_%.bbappend | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Comments

Jon Mason April 24, 2024, 2:12 p.m. UTC | #1
On Mon, 22 Apr 2024 13:37:34 +0000, Ross Burton wrote:
> Every platform should have the chance to try the -rt patches.
> 
> 

Applied, thanks!

[1/6] arm-bsp/linux-yocto-rt: include linux-arm-platforms unconditionally
      commit: 196caca51ba9783a7a207ac11b879bc4aa9effc6
[2/6] ci/testimage: don't :append to IMAGE_FEATURES
      commit: 77ebe8b8cc3219f798ad716d942d6a82286572ce
[3/6] CI: add genericarm64
      commit: 9c6330a0b15e07dd351d60d871053938ac053245
[4/6] arm-bsp: add new sbsa-ref machine
      commit: a86f62f1449ce0e341ccf1a1004a1177e4db4e9d
[5/6] arm: remove generic-arm64 and qemu-generic-arm64
      commit: 10e23fe1dfa66513dbda668d807ea3e384eff49c
[6/6] CI: sort jobs alphabetically
      commit: 0fabb8c3dd3c5f961eec7f1e075874294da14db5

Best regards,
diff mbox series

Patch

diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-yocto-rt_%.bbappend b/meta-arm-bsp/recipes-kernel/linux/linux-yocto-rt_%.bbappend
index b1efabf3..db850eab 100644
--- a/meta-arm-bsp/recipes-kernel/linux/linux-yocto-rt_%.bbappend
+++ b/meta-arm-bsp/recipes-kernel/linux/linux-yocto-rt_%.bbappend
@@ -1,5 +1,3 @@ 
-# Only enable linux-yocto-rt for n1sdp and the Armv8-R AArch64 AEM FVP
-LINUX_YOCTO_RT_REQUIRE ?= ""
-LINUX_YOCTO_RT_REQUIRE:n1sdp = "linux-arm-platforms.inc"
+# Add support for Arm Platforms (boards or simulators)
 
-require ${LINUX_YOCTO_RT_REQUIRE}
+require linux-arm-platforms.inc