[oe-commits] org.oe.dev linux: Add do_deploy for n2100

nail commit openembedded-commits at lists.openembedded.org
Wed Mar 14 17:26:13 UTC 2007


linux: Add do_deploy for n2100

Author: nail at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 6fc204c35354ea319370965bba9aed98448036fd
ViewMTN: http://monotone.openembedded.org/revision.psp?id=6fc204c35354ea319370965bba9aed98448036fd
Files:
1
packages/linux/linux_2.6.20.bb
Diffs:

#
# mt diff -rf135e5fbea751388cfca1b6bed6de19b6e5016fe -r6fc204c35354ea319370965bba9aed98448036fd
#
# 
# 
# patch "packages/linux/linux_2.6.20.bb"
#  from [3d724941fc20827f72bdecb3a857d002a7572bcc]
#    to [6e0356bddb96820bcd2597c9010fb6d117d83215]
# 
============================================================
--- packages/linux/linux_2.6.20.bb	3d724941fc20827f72bdecb3a857d002a7572bcc
+++ packages/linux/linux_2.6.20.bb	6e0356bddb96820bcd2597c9010fb6d117d83215
@@ -1,7 +1,7 @@ LICENSE = "GPL"
 DESCRIPTION = "Linux Kernel"
 SECTION = "kernel"
 LICENSE = "GPL"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
            file://defconfig"
@@ -27,3 +27,8 @@ do_configure_prepend() {
 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}
+}






More information about the Openembedded-commits mailing list