[oe-commits] org.oe.dev linux-openmoko.inc: catch up with naming changes in linux.inc

mickeyl commit openembedded-commits at lists.openembedded.org
Tue Dec 11 04:04:45 UTC 2007


linux-openmoko.inc: catch up with naming changes in linux.inc
(hey, you could as well have adjusted linux-openmoko.inc while you were doing it...)

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 54e46ae895f38ea974f78b3915266958f65b5909
ViewMTN: http://monotone.openembedded.org/revision/info/54e46ae895f38ea974f78b3915266958f65b5909
Files:
1
packages/linux/linux-openmoko.inc
Diffs:

#
# mt diff -rb38827e0185c62244ba68bcc61d33cd1e789332c -r54e46ae895f38ea974f78b3915266958f65b5909
#
# 
# 
# patch "packages/linux/linux-openmoko.inc"
#  from [b66ff5f175f6e86ae148096aca6dbf2b0e03b644]
#    to [1ea30a4afd856ca9ab5f4ee04ae06a0e9171ddd1]
# 
============================================================
--- packages/linux/linux-openmoko.inc	b66ff5f175f6e86ae148096aca6dbf2b0e03b644
+++ packages/linux/linux-openmoko.inc	1ea30a4afd856ca9ab5f4ee04ae06a0e9171ddd1
@@ -1,8 +1,8 @@ do_deploy_append() {
 # extra stuff we need for openmoko that is not in linux.inc
 
 do_deploy_append() {
-	mv ${DEPLOY_DIR_IMAGE}/modules-${KERNEL_RELEASE}-${PR}-${MACHINE}.tgz ${DEPLOY_DIR_IMAGE}/modules-${PV}-${PR}-${MACHINE_CLASS}.tgz
-	mv ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${PR}-${MACHINE}-${DATETIME}.bin ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${PR}-${MACHINE_CLASS}.bin
+	mv ${DEPLOY_DIR_IMAGE}/modules-${PV}-${PR}-${MACHINE}.tgz ${DEPLOY_DIR_IMAGE}/modules-${PV}-${PR}-${MACHINE_CLASS}.tgz
+	mv ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${PR}-${MACHINE}.bin ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${PR}-${MACHINE_CLASS}.bin
 	rm -f ${KERNEL_IMAGE_SYMLINK_NAME}.bin
 	ln -sf ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${PR}-${MACHINE_CLASS}.bin ${DEPLOY_DIR_IMAGE}/uImage-${MACHINE_CLASS}-latest.bin
 }






More information about the Openembedded-commits mailing list