linux-n1200_2.6.27-rc9+git: change KERNEL_OUTPUT to a relative path
authorVitus Jensen <vjensen@gmx.de>
Tue, 1 Jun 2010 13:37:33 +0000 (13:37 +0000)
committerEric Bénard <eric@eukrea.com>
Wed, 2 Jun 2010 07:04:08 +0000 (09:04 +0200)
deploy method in kernel.bbclass automatically adds {S}

Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Signed-off-by: Eric Bénard <eric@eukrea.com>
recipes/linux/linux-n1200_2.6.27-rc9+git.bb

index d6751d0..31a07cd 100644 (file)
@@ -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