git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12390b6
)
linux-n1200_2.6.27-rc9+git: change KERNEL_OUTPUT to a relative path
author
Vitus Jensen
<vjensen@gmx.de>
Tue, 1 Jun 2010 13:37:33 +0000
(13:37 +0000)
committer
Eric 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
patch
|
blob
|
history
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
(file)
--- 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