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.lebesc...@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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to