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:
c35a432
)
linux-uml: fix after kernel.bbclass changes
author
Koen Kooi
<koen@openembedded.org>
Fri, 16 Apr 2010 13:03:00 +0000
(15:03 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 16 Apr 2010 13:03:00 +0000
(15:03 +0200)
recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb
patch
|
blob
|
history
diff --git
a/recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb
b/recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb
index
a3ef092
..
437dcbc
100644
(file)
--- a/
recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb
+++ b/
recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb
@@
-5,7
+5,7
@@
KV = "${@bb.data.getVar('PV',d,True).split('-')[0]}"
RCV = "${@bb.data.getVar('PV',d,True).split('-')[1]}"
MMV = "${@bb.data.getVar('PV',d,True).split('-')[2]}"
LV = "2.6.10"
-PR = "r
3
"
+PR = "r
4
"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${LV}.tar.bz2;name=kernel \
${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-${KV}-${RCV}.bz2;patch=1;name=patch \
@@
-50,7
+50,7
@@
do_compile() {
kernel_do_compile
}
-do_
stage
_prepend() {
+do_
install
_prepend() {
install -d arch/um/boot/
ln -sf ${S}/linux arch/um/boot/linux
}