[oe-commits] Vitus Jensen : linux-n1200_2.6.27-rc9+git: change KERNEL_OUTPUT to a relative path

git version control git at git.openembedded.org
Wed Jun 2 07:09:47 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f00180ced5a02d08204fb9eebafd00c0767c82c4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f00180ced5a02d08204fb9eebafd00c0767c82c4

Author: Vitus Jensen <vjensen at gmx.de>
Date:   Tue Jun  1 13:37:33 2010 +0000

linux-n1200_2.6.27-rc9+git: change KERNEL_OUTPUT to a relative path

deploy method in kernel.bbclass automatically adds {S}

Signed-off-by: Vitus Jensen <vjensen at gmx.de>
Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 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
 





More information about the Openembedded-commits mailing list