aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitus Jensen <vjensen@gmx.de>2010-06-01 13:37:33 +0000
committerEric Bénard <eric@eukrea.com>2010-06-02 09:04:08 +0200
commitf00180ced5a02d08204fb9eebafd00c0767c82c4 (patch)
tree5639d822135a96fef62597447d590b473d7eb12a
parent12390b6da7c866df9b9ec0d71976e44909864ed4 (diff)
downloadopenembedded-f00180ced5a02d08204fb9eebafd00c0767c82c4.tar.gz
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@gmx.de> Signed-off-by: Eric Bénard <eric@eukrea.com>
-rw-r--r--recipes/linux/linux-n1200_2.6.27-rc9+git.bb2
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 d6751d0173..31a07cd368 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