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:
f11b1c7
)
linux: Add do_deploy for n2100
author
Oyvind Repvik
<nail@nslu2-linux.org>
Wed, 14 Mar 2007 11:19:10 +0000
(11:19 +0000)
committer
Oyvind Repvik
<nail@nslu2-linux.org>
Wed, 14 Mar 2007 11:19:10 +0000
(11:19 +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
9fb8909
..
9ea1a77
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"
@@
-27,3
+27,8
@@
KERNEL_IMAGETYPE_n2100 = "zImage"
do_configure_prepend() {
install -m 0644 ${WORKDIR}/defconfig ${S}/.config
}
+
+do_deploy_n2100() {
+ install -d ${DEPLOY_DIR_IMAGE}
+ install -m 0644 arch/${ARCH}/boot/images/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}
+}