diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-08 11:12:49 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-08 11:12:49 +0000 |
commit | 0dbb63938621532b8240c927c46e77abda4a2660 (patch) | |
tree | 8593fbc385cc83766eba54f1ddd889470e042a3b /meta/packages | |
parent | 1498e12f6740ba77258b1398bfe3406302c4b13a (diff) | |
download | poky-0dbb63938621532b8240c927c46e77abda4a2660.tar.gz |
linux-openmoko: removed not needed deploy task
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3724 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/linux/linux-openmoko.inc | 8 | ||||
-rw-r--r-- | meta/packages/linux/linux-openmoko_2.6.22.5.bb | 2 |
2 files changed, 1 insertions, 9 deletions
diff --git a/meta/packages/linux/linux-openmoko.inc b/meta/packages/linux/linux-openmoko.inc index fc4a547fd7..910c6549ef 100644 --- a/meta/packages/linux/linux-openmoko.inc +++ b/meta/packages/linux/linux-openmoko.inc | |||
@@ -1,9 +1 @@ | |||
1 | # extra stuff we need for openmoko that is not in linux.inc | # extra stuff we need for openmoko that is not in linux.inc | |
2 | |||
3 | do_deploy_append() { | ||
4 | mv ${DEPLOY_DIR_IMAGE}/modules-${KERNEL_RELEASE}-${PR}-${MACHINE}.tgz ${DEPLOY_DIR_IMAGE}/modules-${PV}-${PR}-${MACHINE_CLASS}.tgz | ||
5 | mv ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${PR}-${MACHINE}-${DATETIME}.bin ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${PR}-${MACHINE_CLASS}.bin | ||
6 | rm -f ${KERNEL_IMAGE_SYMLINK_NAME}.bin | ||
7 | ln -sf ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${PR}-${MACHINE_CLASS}.bin ${DEPLOY_DIR_IMAGE}/uImage-${MACHINE_CLASS}-latest.bin | ||
8 | } | ||
9 | |||
diff --git a/meta/packages/linux/linux-openmoko_2.6.22.5.bb b/meta/packages/linux/linux-openmoko_2.6.22.5.bb index 348537e4d2..a7f78fc977 100644 --- a/meta/packages/linux/linux-openmoko_2.6.22.5.bb +++ b/meta/packages/linux/linux-openmoko_2.6.22.5.bb | |||
@@ -9,7 +9,7 @@ KERNEL_RELEASE = "2.6.22.5" | |||
9 | #PV = "${VANILLA_VERSION}+${KERNEL_RELEASE}-moko11+svnr${SRCREV}" | 9 | #PV = "${VANILLA_VERSION}+${KERNEL_RELEASE}-moko11+svnr${SRCREV}" |
10 | 10 | ||
11 | PV = "${KERNEL_RELEASE}-moko11+svnr${SRCREV}" | 11 | PV = "${KERNEL_RELEASE}-moko11+svnr${SRCREV}" |
12 | PR = "r6" | 12 | PR = "r7" |
13 | 13 | ||
14 | KERNEL_IMAGETYPE = "uImage" | 14 | KERNEL_IMAGETYPE = "uImage" |
15 | UBOOT_ENTRYPOINT = "30008000" | 15 | UBOOT_ENTRYPOINT = "30008000" |