All of lore.kernel.org
 help / color / mirror / Atom feed
From: daniel.sangorrin@toshiba.co.jp (Daniel Sangorrin)
To: cip-dev@lists.cip-project.org
Subject: [cip-dev] [isar-cip-core] kernel: add yml file for 4.19 kernels
Date: Mon,  3 Jun 2019 16:25:31 +0900	[thread overview]
Message-ID: <20190603072531.28135-1-daniel.sangorrin@toshiba.co.jp> (raw)

Currently 4.4 is used by default, as specified in
conf/distro/cip-core.conf. I guess you can override
the PREFERRED_VERSION_linux variables on the board's yaml
but having this as build option is convenient.

Signed-off-by: Daniel Sangorrin <daniel.sangorrin@toshiba.co.jp>
---
 README.md    |  2 +-
 opt-4.19.yml | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)
 create mode 100644 opt-4.19.yml

diff --git a/README.md b/README.md
index dfd9ef1..f90c649 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ This image can be run using `start-qemu.sh x86`.
 
 The BeagleBone Black target is selected by `... kas.yml:board-bbb.yml`. In
 order to build the image with the PREEMPT-RT kernel, append `:opt-rt.yml` to
-the above.
+the above. Append ':opt-4.19.yml' to use the kernel version 4.19.
 
 Physical targets will generate ready-to-boot images under
 `build/tmp/deploy/images/`. To flash, e.g., the BeagleBone Black image to an SD
diff --git a/opt-4.19.yml b/opt-4.19.yml
new file mode 100644
index 0000000..94306b4
--- /dev/null
+++ b/opt-4.19.yml
@@ -0,0 +1,18 @@
+#
+# CIP Core, generic profile
+#
+# Copyright (c) Toshiba corp., 2019
+#
+# Authors:
+#  Daniel Sangorrin <daniel.sangorrin@toshiba.co.jp>
+#
+# SPDX-License-Identifier: MIT
+#
+
+header:
+  version: 8
+
+local_conf_header:
+  kernel-version: |
+    PREFERRED_VERSION_linux-cip = "4.19.%"
+    PREFERRED_VERSION_linux-cip-rt = "4.19.%"
-- 
2.17.1

             reply	other threads:[~2019-06-03  7:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-03  7:25 Daniel Sangorrin [this message]
2019-06-03  7:32 ` [cip-dev] [isar-cip-core] kernel: add yml file for 4.19 kernels Jan Kiszka
2019-06-03  7:41   ` daniel.sangorrin at toshiba.co.jp

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=20190603072531.28135-1-daniel.sangorrin@toshiba.co.jp \
    --to=daniel.sangorrin@toshiba.co.jp \
    --cc=cip-dev@lists.cip-project.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.