[oe-commits] org.oe.dev linux.inc: add PV into uboot comment

koen commit openembedded-commits at lists.openembedded.org
Sat Aug 25 20:49:26 UTC 2007


linux.inc: add PV into uboot comment

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 8ae475c0143b6d98f3471fe738ec908cded6e02d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=8ae475c0143b6d98f3471fe738ec908cded6e02d
Files:
1
packages/linux/linux.inc
Diffs:

#
# mt diff -rd18feb1d8e89b47d73a2b64e512f5ca4dcbb85fa -r8ae475c0143b6d98f3471fe738ec908cded6e02d
#
# 
# 
# patch "packages/linux/linux.inc"
#  from [dc3b9967453c0f1b6a4df03cd2af7dcb8f517b02]
#    to [acd09fd5582e642f6a65a35eceb99a809355eb33]
# 
============================================================
--- packages/linux/linux.inc	dc3b9967453c0f1b6a4df03cd2af7dcb8f517b02
+++ packages/linux/linux.inc	acd09fd5582e642f6a65a35eceb99a809355eb33
@@ -64,7 +64,7 @@ do_deploy() {
             ${OBJCOPY} -O binary -R .note -R .comment -S vmlinux linux.bin
             rm -f linux.bin.gz
             gzip -9 linux.bin
-            uboot-mkimage -A ${ARCH} -O linux -T kernel -C gzip -a ${UBOOT_ENTRYPOINT} -e ${UBOOT_ENTRYPOINT} -n "${DISTRO_NAME} Kernel for ${MACHINE}" -d linux.bin.gz ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${PR}-${MACHINE}-${DATETIME}.bin
+            uboot-mkimage -A ${ARCH} -O linux -T kernel -C gzip -a ${UBOOT_ENTRYPOINT} -e ${UBOOT_ENTRYPOINT} -n "${DISTRO_NAME}/${PV}/${MACHINE}" -d linux.bin.gz ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${PR}-${MACHINE}-${DATETIME}.bin
             rm -f linux.bin.gz
         fi
 }






More information about the Openembedded-commits mailing list