[yocto] in-tree defconfig

Daniel. danielhilst at gmail.com
Wed Dec 9 19:13:12 PST 2015


Hey Robert,

I've done this by prepending kernel configure task. It just copies the
*_defconfig file to WORKDIR as defconfig.

do_configure_prepend() {
    cp ${S}/arch/arm/configs/my_defconfig ${WORKDIR}/defconfig
}

Regards,
- dhs

2015-12-09 21:43 GMT-02:00 Robert Berger <gmane at reliableembeddedsystems.com>:
> Hi,
>
> This seems to do the trick:
>
> https://github.com/RobertBerger/meta-mainline/blob/jethro-training-v4.1.x/multi-v7-ml/recipes-kernel/linux/linux-yocto-custom.inc
>
> Regards,
>
> Robert
>
>
>
> ..."The scientific name for an animal that doesn't either run from or
> fight its enemies is lunch." - Michael Friedman
>
> My public pgp key is available,at:
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x90320BF1
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



-- 
"Do or do not. There is no try"
  Yoda Master



More information about the yocto mailing list