[yocto] How to switch kernel version without touching PREFERED VERSION

Gaurang Shastri gmshastri at gmail.com
Wed Feb 18 03:43:35 PST 2015


Well, if you want to use your own kernel source, you can use something like
this:
==
inherit kernel externalsrc
EXTERNALSRC = "/home/xyz/linux-stable"
S = "${EXTERNALSRC}"
...
==

//Gaurang Shastri


On Wed, Feb 18, 2015 at 4:23 PM, Valentin Le bescond <
valentin.lebescond at gmail.com> wrote:

> Hi all,
>
> I'm working an a meta-wolfson layer to add the wolfson audio card support
> to the meta-raspberrypi layer.
>
> It's a very simple set of patche, but they apply to linux kernel 3.10.*
>
> And the PREFERED_VERSION of the machine configuration (raspberrypi.conf)
> is  :
> PREFERRED_VERSION_linux-raspberrypi ?= "3.12.%"
>
> I would like to build my images using
> linux-raspberrypi_3.10.38.bb
> instead of
> linux-raspberrypi_3.12.26.bb
>
> What is the most "best practice" whay to achive this ?
>
> Best regards
>
> Valentin
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150218/8c8a81b1/attachment.html>


More information about the yocto mailing list