[yocto] Custom kernel in Yocto/dylan branch.

Javi Roman javiroman at kernel-labs.org
Wed Jun 12 05:37:30 PDT 2013


Hi!

Thank you for your help.

Finally I've had to change the meta/classes/kernel.bbclass in order to
fix the copy of defconfig to .config:

-  if [ -f "${WORKDIR}/defconfig" ] && [ ! -f "${B}/.config" ]; then
+ if [ -f "${WORKDIR}/defconfig" ]; then
                cp "${WORKDIR}/defconfig" "${B}/.config"
fi

I don't know the exact problem, and I'm trying to find out it.

Cheers.

Javi Roman


On Tue, Jun 11, 2013 at 5:34 PM, Paul Eggleton
<paul.eggleton at linux.intel.com> wrote:
> On Tuesday 11 June 2013 16:47:53 Javi Roman wrote:
>> With
>>
>> SRC_URI_append = "file://defconfig"
>
> Does your actual recipe have a leading space in the value? _append won't add
> this for you so you have to do it explicitly.
>
> Cheers,
> Paul
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre



More information about the yocto mailing list