All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: "Quentin Schulz" <quentin.schulz@streamunlimited.com>
To: JH <jupiter.hce@gmail.com>
Cc: kapllaj.elvis@gmail.com, yocto@lists.yoctoproject.org
Subject: Re: [yocto] How to select Linux kernel version?
Date: Thu, 7 Jan 2021 11:25:20 +0100	[thread overview]
Message-ID: <20210107102520.t34e5sf4q7hewvat@qschulz> (raw)
In-Reply-To: <CAA=hcWT=s8VBLkbEkd9mVdCRrScxhNta_Yf+SvqBiMm1ZjGfyw@mail.gmail.com>

Hi,

On Thu, Jan 07, 2021 at 09:07:58PM +1100, JH wrote:
> Thanks kapllaj.
> 
> > On meta-freescale, you find this on
> > meta-freescale-distro/conf/distro/include/fsl-base.inc:
> 
> Yes I use imx6ull, I've looked those config files, nothing set to run 4.19.
> 
> > Now, go to meta-freescale/recipes-kernel/linux folder, and take a look to
> > see what kernels are available for your machine. Note that the linux-imx
> > kernel provides currently on master branch the 5.4 version!
> > For you to select the 5.10 (assuming you are on master branch) you should
> > set:
> >
> > PREFERRED_PROVIDER_virtual/kernel = "linux-fslc"
> 
> I setup PREFERRED_PROVIDER_virtual/kernel = "linux-yocto", I have to
> say, it has been running for a year for 4.19 kernel.
> 
> > Yocto will automatically select the highest available version, but if you
> > would also like to fix the version, provide also that information:
> > PREFERRED_VERSION_linux-fslc = "5.%"
> 
> I know iit should automatically select the highest available version 5.10.
> 
> I set up following in local.conf:
> 
> PREFERRED_PROVIDER_virtual/kernel="linux-yocto"
> PREFERRED_VERSION_linux-yocto="5.10.%"
> 

So we can stop half guessing and help you can you give us the output of:
bitbake -e virtual/kernel | grep -e "^PREFERRED_PROVIDER_"
bitbake -e virtual/kernel | grep -e "^PREFERRED_VERSION_"
bitbake -e virtual/kernel | grep -e "^OVERRIDES="
bitbake-layers show-recipes linux-yocto linux-fslc

Thanks,
Quentin

  reply	other threads:[~2021-01-07 10:25 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-06  6:02 How to select Linux kernel version? JH
2021-01-06  7:09 ` [yocto] " Anuj Mittal
2021-01-06  8:16   ` JH
2021-01-06 12:18     ` kapllaj.elvis
2021-01-07  5:07       ` [yocto] " JH
2021-01-07  8:41         ` kapllaj.elvis
2021-01-07 10:07           ` [yocto] " JH
2021-01-07 10:25             ` Quentin Schulz [this message]
2021-01-08  3:03               ` JH
2021-01-08  8:57                 ` Quentin Schulz
2021-01-08 22:56                   ` JH
2021-01-11  9:19                     ` Quentin Schulz

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=20210107102520.t34e5sf4q7hewvat@qschulz \
    --to=quentin.schulz@streamunlimited.com \
    --cc=jupiter.hce@gmail.com \
    --cc=kapllaj.elvis@gmail.com \
    --cc=yocto@lists.yoctoproject.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.