All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: xenomai@xenomai.org
Subject: [xenomai-images][PATCH 3/5] linux-xenomai: Add 5.4 recipe and make it default
Date: Fri, 11 Jun 2021 22:13:10 +0200	[thread overview]
Message-ID: <73be0c2eba0da87a487708b29fcbf31899bbf03a.1623442392.git.jan.kiszka@siemens.com> (raw)
In-Reply-To: <cover.1623442392.git.jan.kiszka@siemens.com>

From: Jan Kiszka <jan.kiszka@siemens.com>

This is currently our most recent stable kernel.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 conf/distro/include/xenomai-version.inc   |  2 +-
 recipes-kernel/linux/linux-xenomai_5.4.bb | 26 +++++++++++++++++++++++
 2 files changed, 27 insertions(+), 1 deletion(-)
 create mode 100644 recipes-kernel/linux/linux-xenomai_5.4.bb

diff --git a/conf/distro/include/xenomai-version.inc b/conf/distro/include/xenomai-version.inc
index 9bf3087..24e0dd6 100644
--- a/conf/distro/include/xenomai-version.inc
+++ b/conf/distro/include/xenomai-version.inc
@@ -9,7 +9,7 @@
 # SPDX-License-Identifier: MIT
 #
 
-XENOMAI_DEFAULT_KERNEL_VERSION = "4.19%"
+XENOMAI_DEFAULT_KERNEL_VERSION = "5.4%"
 XENOMAI_3_0_VERSION_LIST = "3.0 3.0% 3.0.% 3.0.10"
 XENOMAI_3_0_KERNEL_VERSION = "4.4%"
 # if PREFERRED_VERSION_xenomai contains any item from XENOMAI_3_0_VERSION_LIST use
diff --git a/recipes-kernel/linux/linux-xenomai_5.4.bb b/recipes-kernel/linux/linux-xenomai_5.4.bb
new file mode 100644
index 0000000..9f070cf
--- /dev/null
+++ b/recipes-kernel/linux/linux-xenomai_5.4.bb
@@ -0,0 +1,26 @@
+#
+# Xenomai Real-Time System
+#
+# Copyright (c) Siemens AG, 2021
+#
+# Authors:
+#  Jan Kiszka <jan.kiszka@siemens.com>
+#
+# SPDX-License-Identifier: MIT
+#
+
+require recipes-kernel/linux/linux-xenomai.inc
+
+SRC_URI_append_amd64 = " git://github.com/xenomai-ci/ipipe-x86.git;protocol=https;nobranch=1"
+SRCREV_amd64 ?= "ipipe-core-5.4.124-x86-5"
+PV_amd64 ?= "5.4.124+"
+
+SRC_URI_append_arm64 = " git://github.com/xenomai-ci/ipipe-arm64.git;protocol=https;nobranch=1"
+SRCREV_arm64 ?= "ipipe-core-5.4.119-arm64-2"
+PV_arm64 ?= "5.4.119+"
+
+SRC_URI_append_armhf = " git://github.com/xenomai-ci/ipipe-arm.git;protocol=https;nobranch=1"
+SRCREV_armhf ?= "ipipe-core-5.4.119-arm-2"
+PV_armhf ?= "5.4.119+"
+
+S = "${WORKDIR}/git"
-- 
2.26.2



  parent reply	other threads:[~2021-06-11 20:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-11 20:13 [xenomai-images][PATCH 0/5] Update versions, add 5.10 kernel Jan Kiszka
2021-06-11 20:13 ` [xenomai-images][PATCH 1/5] linux-xenomai: Update to latest 4.4 and 4.19 ipipe releases Jan Kiszka
2021-06-11 20:13 ` [xenomai-images][PATCH 2/5] xenomai: Update to 3.1.1 Jan Kiszka
2021-06-11 20:13 ` Jan Kiszka [this message]
2021-06-11 20:13 ` [xenomai-images][PATCH 4/5] linux-xenomai: Add support for 5.10 to latest recipe Jan Kiszka
2021-06-11 20:13 ` [xenomai-images][PATCH 5/5] ci: Add kernel 5.10 to xenomai_next build Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=73be0c2eba0da87a487708b29fcbf31899bbf03a.1623442392.git.jan.kiszka@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.