[OE-core] [PATCH 1/3] kernel-yocto: fix extra CR in do_kernel_checkout

Bruce Ashfield bruce.ashfield at gmail.com
Fri Dec 2 07:55:27 UTC 2011


On Thu, Dec 1, 2011 at 6:52 PM, Saul Wold <sgw at linux.intel.com> wrote:
> Signed-off-by: Saul Wold <sgw at linux.intel.com>
> ---
>  meta/classes/kernel-yocto.bbclass |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass
> index ad14aac..79f82e3 100644
> --- a/meta/classes/kernel-yocto.bbclass
> +++ b/meta/classes/kernel-yocto.bbclass
> @@ -53,8 +53,7 @@ do_patch() {
>  }
>
>  do_kernel_checkout() {
> -       if [ -d $
> -{WORKDIR}/git/.git/refs/remotes/origin ]; then
> +       if [ -d ${WORKDIR}/git/.git/refs/remotes/origin ]; then

Ouch. Thanks for the fix. Working in hotels .. is less than ideal.

Bruce

>                echo "Fixing up git directory for ${LINUX_KERNEL_TYPE}/${KMACHINE}"
>                rm -rf ${S}
>                mkdir ${S}
> --
> 1.7.6.4
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"




More information about the Openembedded-core mailing list