Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] kernel-yocto: fix extra CR in do_kernel_checkout
@ 2011-12-01 23:52 Saul Wold
  2011-12-02  7:55 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2011-12-01 23:52 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@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
 		echo "Fixing up git directory for ${LINUX_KERNEL_TYPE}/${KMACHINE}"
 		rm -rf ${S}
 		mkdir ${S}
-- 
1.7.6.4




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/3] kernel-yocto: fix extra CR in do_kernel_checkout
  2011-12-01 23:52 [PATCH 1/3] kernel-yocto: fix extra CR in do_kernel_checkout Saul Wold
@ 2011-12-02  7:55 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2011-12-02  7:55 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: openembedded-core

On Thu, Dec 1, 2011 at 6:52 PM, Saul Wold <sgw@linux.intel.com> wrote:
> Signed-off-by: Saul Wold <sgw@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@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"



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-02  8:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-01 23:52 [PATCH 1/3] kernel-yocto: fix extra CR in do_kernel_checkout Saul Wold
2011-12-02  7:55 ` Bruce Ashfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox