[meta-ti] [PATCH] multi-kernel.inc: repeat do_configure after do_compileconfigs

Cooper Jr., Franklin fcooper at ti.com
Wed Jan 23 04:55:41 PST 2013


Thanks Denys. I'm off doing training so I haven't tried booting up the board with the uImage but from a build I ran I looked at the git repo after compileconfigs task and I see the correct defconfig is now being used. I did find another issue but I have a patch for that I will submit shortly that depends on your patch.

> -----Original Message-----
> From: meta-ti-bounces at yoctoproject.org [mailto:meta-ti-
> bounces at yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Monday, January 21, 2013 8:20 PM
> To: meta-ti at yoctoproject.org
> Subject: [meta-ti] [PATCH] multi-kernel.inc: repeat do_configure after
> do_compileconfigs
> 
> Populate default defconfig into .config and process with oldconfig target
> 
> Signed-off-by: Denys Dmytriyenko <denys at ti.com>
> ---
>  recipes-kernel/linux/multi-kernel.inc | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-kernel/linux/multi-kernel.inc b/recipes-kernel/linux/multi-
> kernel.inc
> index 04bc987..e5ebe56 100644
> --- a/recipes-kernel/linux/multi-kernel.inc
> +++ b/recipes-kernel/linux/multi-kernel.inc
> @@ -95,6 +95,8 @@ do_compileconfigs () {
> 
>        # Restore the regular 'defconfig'
>        cp ${WORKDIR}/defconfig.save ${WORKDIR}/defconfig
> +      cd ${S}
> +      do_configure
>      fi
>  }
> 
> --
> 1.8.1.1
> 
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti



More information about the meta-ti mailing list