All of lore.kernel.org
 help / color / mirror / Atom feed
From: zoran.stojsavljevic.de@gmail.com (Zoran S)
To: cip-dev@lists.cip-project.org
Subject: [cip-dev] [isar-cip-core] kernel: change default kernel version to 4.19
Date: Mon, 8 Jul 2019 15:35:29 +0200	[thread overview]
Message-ID: <CAEss1E+BT64EyL8_5PBScGbmrN80BUZX_cUXC1Lm0RkrdBSDrQ@mail.gmail.com> (raw)
In-Reply-To: <a32b7bc1-d028-bf9c-d59b-b82754f0909f@siemens.com>

I think the kernel 5+ should be main pivot point for CIP project for
next two years... But anyway, kernel version for Debian Buster is (by
Ben Hutchinson) already fixed to 4.19... I see/read on many places
that this rule is not ONLY applied on/for CIP (many people/maintainers
follow)... Well!

Zoran
_______

On Mon, Jun 3, 2019 at 1:03 PM Jan Kiszka <jan.kiszka@siemens.com> wrote:
>
> On 03.06.19 09:41, Daniel Sangorrin wrote:
> > To revert to version 4.4 users need to add :opt-4.4.yaml to
> > the kas command line.
> >
> > Signed-off-by: Daniel Sangorrin <daniel.sangorrin@toshiba.co.jp>
> > ---
> >   README.md                 |  2 +-
> >   conf/distro/cip-core.conf |  4 ++--
> >   opt-4.4.yml               | 18 ++++++++++++++++++
> >   3 files changed, 21 insertions(+), 3 deletions(-)
> >   create mode 100644 opt-4.4.yml
> >
> > diff --git a/README.md b/README.md
> > index dfd9ef1..184744a 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.4.yml' to use the kernel version 4.4 instead of 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/conf/distro/cip-core.conf b/conf/distro/cip-core.conf
> > index d06ba3b..4e873de 100644
> > --- a/conf/distro/cip-core.conf
> > +++ b/conf/distro/cip-core.conf
> > @@ -12,7 +12,7 @@
> >   require conf/distro/debian-stretch.conf
> >
> >   KERNEL_NAME ?= "cip"
> > -PREFERRED_VERSION_linux-cip ?= "4.4.%"
> > -PREFERRED_VERSION_linux-cip-rt ?= "4.4.%"
> > +PREFERRED_VERSION_linux-cip ?= "4.19.%"
> > +PREFERRED_VERSION_linux-cip-rt ?= "4.19.%"
> >
> >   WKS_FILE ?= "${MACHINE}.wks"
> > diff --git a/opt-4.4.yml b/opt-4.4.yml
> > new file mode 100644
> > index 0000000..87be777
> > --- /dev/null
> > +++ b/opt-4.4.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.4.%"
> > +    PREFERRED_VERSION_linux-cip-rt = "4.4.%"
> >
>
> Thanks, applied.
>
> Update the (non-rt) kernel versions at this chance as well.
>
> Jan
>
> --
> Siemens AG, Corporate Technology, CT RDA IOT SES-DE
> Corporate Competence Center Embedded Linux
> _______________________________________________
> cip-dev mailing list
> cip-dev at lists.cip-project.org
> https://lists.cip-project.org/mailman/listinfo/cip-dev

      reply	other threads:[~2019-07-08 13:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-03  7:41 [cip-dev] [isar-cip-core] kernel: change default kernel version to 4.19 Daniel Sangorrin
2019-06-03 11:03 ` Jan Kiszka
2019-07-08 13:35   ` Zoran S [this message]

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=CAEss1E+BT64EyL8_5PBScGbmrN80BUZX_cUXC1Lm0RkrdBSDrQ@mail.gmail.com \
    --to=zoran.stojsavljevic.de@gmail.com \
    --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.