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:
7a6ea70
)
linux: Fix install on n2100
author
Oyvind Repvik
<nail@nslu2-linux.org>
Fri, 16 Mar 2007 00:57:50 +0000
(
00:57
+0000)
committer
Oyvind Repvik
<nail@nslu2-linux.org>
Fri, 16 Mar 2007 00:57:50 +0000
(
00:57
+0000)
packages/linux/linux_2.6.20.bb
patch
|
blob
|
history
diff --git
a/packages/linux/linux_2.6.20.bb
b/packages/linux/linux_2.6.20.bb
index
d6a093c
..
c4017f4
100644
(file)
--- a/
packages/linux/linux_2.6.20.bb
+++ b/
packages/linux/linux_2.6.20.bb
@@
-1,7
+1,7
@@
DESCRIPTION = "Linux Kernel"
SECTION = "kernel"
LICENSE = "GPL"
-PR = "r
3
"
+PR = "r
4
"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://defconfig"
@@
-29,5
+29,6
@@
do_configure_prepend() {
}
do_install_append_n2100() {
+ install -d ${DEPLOY_DIR_IMAGE}
install -m 0644 ${S}/arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}
}
\ No newline at end of file