Hi Wally,

On 02/19/2015 05:52 PM, Nikolay Dimitrov wrote:
Hi Wally,

On 02/19/2015 04:37 PM, Wally Yeh wrote:
Hi, Otavio:
     I just build a fresh yocto dizzy on my parent's computer, and
found there's no Nikolay V2 patch on linux-imx. where could I get it?
the V1 patch I get is from Nikolay's meta-freescale thread:

https://lists.yoctoproject.org/pipermail/meta-freescale/2015-February/012718.html


Please check with "repo info" that you're using "dizzy", and then do
"repo sync". Then verify that the following patch is available:

sources/meta-fsl-arm/recipes-kernel/linux/linux-imx-3.10.17/0002-ARM-imx6sl-Disable-imx6sl-specific-code-when-imx6sl-.patch


Also, this recipe...

sources/meta-fsl-arm/recipes-kernel/linux/linux-imx_3.10.17.bb

...should contain the text:

SRC_URI +=
"file://0001-ARM-clk-imx6q-fix-video-divider-for-revision-1.0-of-.patch \

file://0002-ARM-imx6sl-Disable-imx6sl-specific-code-when-imx6sl-.patch \
"

If you're building kernel 3.10.17, there is zero chance for this to not
work.

There's one case when these patches won't be applied to your kernel -
it's when you're working on a custom board and you're using your own
recipe for building FSL kernel 3.10.17.

You can solve this by:
1. Place your kernel recipe in meta-fsl-arm/recipes-kernel/linux
alongside the Freescale's ones (not cool, but works)
2. Copy the patches in your custom layer and enable them in your
SRC_URI var (much better)

Kind regards,
Nikolay
--
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to