From f00180ced5a02d08204fb9eebafd00c0767c82c4 Mon Sep 17 00:00:00 2001 From: Vitus Jensen Date: Tue, 1 Jun 2010 13:37:33 +0000 Subject: [PATCH] linux-n1200_2.6.27-rc9+git: change KERNEL_OUTPUT to a relative path MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit deploy method in kernel.bbclass automatically adds {S} Signed-off-by: Vitus Jensen Signed-off-by: Eric Bénard --- recipes/linux/linux-n1200_2.6.27-rc9+git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5