diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-25 20:27:16 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-25 20:27:16 +0000 |
commit | e935721a564f8423d9d34a6e7028f044da841d85 (patch) | |
tree | e1b67263e929e06af387c56d5545cc8eeaa2095a /packages/linux | |
parent | f0a01416c3b1ebe855b2c2b90740b255c6731ee4 (diff) |
linux.inc: add PV into uboot comment
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc index ae7308bb81..4a09c92975 100644 --- a/packages/linux/linux.inc +++ b/packages/linux/linux.inc @@ -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 } |