[oe-commits] org.oe.dev linux: Make sure to copy the finished kernel to deploy

nail commit openembedded-commits at lists.openembedded.org
Thu Mar 15 11:25:50 UTC 2007


linux: Make sure to copy the finished kernel to deploy

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

#
# mt diff -rb89e1b530711af5b74dadfb5165d37e4a2a9caae -rf0ac883131dac02c3bdb6f69f376ce628a575a95
#
# 
# 
# patch "packages/linux/linux_2.6.20.bb"
#  from [3d724941fc20827f72bdecb3a857d002a7572bcc]
#    to [da108f77f21f4276c0c58a6218acf38ee150acd4]
# 
============================================================
--- packages/linux/linux_2.6.20.bb	3d724941fc20827f72bdecb3a857d002a7572bcc
+++ packages/linux/linux_2.6.20.bb	da108f77f21f4276c0c58a6218acf38ee150acd4
@@ -27,3 +27,7 @@ do_configure_prepend() {
 do_configure_prepend() {
 	install -m 0644 ${WORKDIR}/defconfig ${S}/.config
 }
+
+do_install_append_n2100() {
+	install -m 0644 ${S}/arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}
+}






More information about the Openembedded-commits mailing list