Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH] linux-n1200_2.6.27-rc9+git: change KERNEL_OUTPUT to a relative path
@ 2010-06-01 23:37 Vitus Jensen
  2010-06-02  4:27 ` Vitus Jensen
  2010-06-02  7:09 ` Eric Bénard
  0 siblings, 2 replies; 3+ messages in thread
From: Vitus Jensen @ 2010-06-01 23:37 UTC (permalink / raw)
  To: Openembedded-devel; +Cc: Vitus Jensen

deploy method in kernel.bbclass automatically adds {S}

Signed-off-by: Vitus Jensen <vjensen@gmx.de>
---
 recipes/linux/linux-n1200_2.6.27-rc9+git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux-n1200_2.6.27-rc9+git.bb b/recipes/linux/linux-n1200_2.6.27-rc9+git.bb
index d6751d0..31a07cd 100644
--- a/recipes/linux/linux-n1200_2.6.27-rc9+git.bb
+++ b/recipes/linux/linux-n1200_2.6.27-rc9+git.bb
@@ -13,7 +13,7 @@ S = "${WORKDIR}/linux-2.6.27-foonas-git"
 export ARCH="powerpc"
 
 # Bootloader is not device tree aware
-KERNEL_OUTPUT = "${S}/arch/powerpc/boot/cuImage.thecus_n1200"
+KERNEL_OUTPUT = "arch/powerpc/boot/cuImage.thecus_n1200"
 
 require linux.inc
 
-- 
1.6.4.4




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

* Re: [PATCH] linux-n1200_2.6.27-rc9+git: change KERNEL_OUTPUT to a relative path
  2010-06-01 23:37 [PATCH] linux-n1200_2.6.27-rc9+git: change KERNEL_OUTPUT to a relative path Vitus Jensen
@ 2010-06-02  4:27 ` Vitus Jensen
  2010-06-02  7:09 ` Eric Bénard
  1 sibling, 0 replies; 3+ messages in thread
From: Vitus Jensen @ 2010-06-02  4:27 UTC (permalink / raw)
  To: openembedded-devel

On Wed, 2 Jun 2010, Vitus Jensen wrote:

> deploy method in kernel.bbclass automatically adds {S}
>
> Signed-off-by: Vitus Jensen <vjensen@gmx.de>

Without this patch do_deploy fails (cannot stat {S}/{S}/arch/powerpc/....)

n1200 is now a (the only) buildable ppc603e-based machine :-o

-- 
Vitus Jensen, Hannover, Germany, Universe (current)
pgp public key available from keyservers



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

* Re: [PATCH] linux-n1200_2.6.27-rc9+git: change KERNEL_OUTPUT to a relative path
  2010-06-01 23:37 [PATCH] linux-n1200_2.6.27-rc9+git: change KERNEL_OUTPUT to a relative path Vitus Jensen
  2010-06-02  4:27 ` Vitus Jensen
@ 2010-06-02  7:09 ` Eric Bénard
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Bénard @ 2010-06-02  7:09 UTC (permalink / raw)
  To: Vitus Jensen; +Cc: openembedded-devel

Le 02/06/2010 01:37, Vitus Jensen a écrit :
> deploy method in kernel.bbclass automatically adds {S}
>
> Signed-off-by: Vitus Jensen<vjensen@gmx.de>
> ---
>   recipes/linux/linux-n1200_2.6.27-rc9+git.bb |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/linux/linux-n1200_2.6.27-rc9+git.bb b/recipes/linux/linux-n1200_2.6.27-rc9+git.bb
> index d6751d0..31a07cd 100644
> --- a/recipes/linux/linux-n1200_2.6.27-rc9+git.bb
> +++ b/recipes/linux/linux-n1200_2.6.27-rc9+git.bb
> @@ -13,7 +13,7 @@ S = "${WORKDIR}/linux-2.6.27-foonas-git"
>   export ARCH="powerpc"
>
>   # Bootloader is not device tree aware
> -KERNEL_OUTPUT = "${S}/arch/powerpc/boot/cuImage.thecus_n1200"
> +KERNEL_OUTPUT = "arch/powerpc/boot/cuImage.thecus_n1200"
>
>   require linux.inc
>
applied thanks
Eric



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

end of thread, other threads:[~2010-06-02  7:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-01 23:37 [PATCH] linux-n1200_2.6.27-rc9+git: change KERNEL_OUTPUT to a relative path Vitus Jensen
2010-06-02  4:27 ` Vitus Jensen
2010-06-02  7:09 ` Eric Bénard

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