[oe-commits] org.oe.dev linux-x86: Add deploying of kernel image again.

florian commit openembedded-commits at lists.openembedded.org
Tue Jul 3 22:58:05 UTC 2007


linux-x86: Add deploying of kernel image again.

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: d77d1f96e4533cd03614206a53447931e0c3acd1
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d77d1f96e4533cd03614206a53447931e0c3acd1
Files:
1
packages/linux/linux-x86_2.6.20.bb
Diffs:

#
# mt diff -r035b260708b79727e8be13177849b2e99a73cf2f -rd77d1f96e4533cd03614206a53447931e0c3acd1
#
# 
# 
# patch "packages/linux/linux-x86_2.6.20.bb"
#  from [b5692bf04a1318c480b98b9968ab4ea4446181d9]
#    to [0f6a1d20b4dcd3f8f28bcd7434bd8c778f6494de]
# 
============================================================
--- packages/linux/linux-x86_2.6.20.bb	b5692bf04a1318c480b98b9968ab4ea4446181d9
+++ packages/linux/linux-x86_2.6.20.bb	0f6a1d20b4dcd3f8f28bcd7434bd8c778f6494de
@@ -1,7 +1,7 @@ LICENSE = "GPL"
 DESCRIPTION = "Linux Kernel for x86 compatible machines"
 SECTION = "kernel"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 " 
 
@@ -29,3 +29,12 @@ do_configure_prepend_i686() {
 	install -m 0644 ${WORKDIR}/i686-defconfig ${S}/.config
 }
 
+
+do_deploy() {
+        install -d ${DEPLOY_DIR_IMAGE}
+        install -m 0644 arch/i386/boot/${KERNEL_IMAGETYPE}  ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME} 
+}   
+
+do_deploy[dirs] = "${S}"
+
+addtask deploy before do_populate_staging after do_compile






More information about the Openembedded-commits mailing list