diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-06 15:29:33 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-06 15:29:33 +0000 |
| commit | 0f2c51155fced19180781e179fa5f35b76c2ea4a (patch) | |
| tree | 08a7e432f22e4cbb5a34e52ec8f15f7c3e612f41 | |
| parent | 82eaabce95e8c2965b9110999e8bcc62f1662a96 (diff) | |
| download | poky-0f2c51155fced19180781e179fa5f35b76c2ea4a.tar.gz | |
linux-rp: removed deploy task - kernel.bbclass has own version now
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3677 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/linux/linux-rp.inc | 10 | ||||
| -rw-r--r-- | meta/packages/linux/linux-rp_2.6.23.bb | 2 | ||||
| -rw-r--r-- | meta/packages/linux/linux-rp_2.6.24.bb | 2 |
3 files changed, 2 insertions, 12 deletions
diff --git a/meta/packages/linux/linux-rp.inc b/meta/packages/linux/linux-rp.inc index 0a46cd695d..ca3deb95b2 100644 --- a/meta/packages/linux/linux-rp.inc +++ b/meta/packages/linux/linux-rp.inc | |||
| @@ -136,16 +136,6 @@ do_configure() { | |||
| 136 | yes '' | oe_runmake oldconfig | 136 | yes '' | oe_runmake oldconfig |
| 137 | } | 137 | } |
| 138 | 138 | ||
| 139 | do_deploy() { | ||
| 140 | install -d ${DEPLOY_DIR_IMAGE} | ||
| 141 | install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_DEPLOY_NAME} | ||
| 142 | cd ${DEPLOY_DIR_IMAGE} | ||
| 143 | ln -sf ${KERNEL_DEPLOY_NAME} ${KERNEL_SYMLINK_NAME} | ||
| 144 | tar -cvzf ${DEPLOY_DIR_IMAGE}/modules-${KERNEL_VERSION}-${MACHINE}.tgz -C ${D} lib | ||
| 145 | } | ||
| 146 | do_deploy[dirs] = "${S}" | ||
| 147 | addtask deploy before do_package after do_install | ||
| 148 | |||
| 149 | do_bootkern() { | 139 | do_bootkern() { |
| 150 | echo "Copying Kernel" | 140 | echo "Copying Kernel" |
| 151 | scp ${DEPLOY_DIR_IMAGE}/${KERNEL_SYMLINK_NAME} root@${TARGET_DEVICE_IP}:/zImage-bootkern | 141 | scp ${DEPLOY_DIR_IMAGE}/${KERNEL_SYMLINK_NAME} root@${TARGET_DEVICE_IP}:/zImage-bootkern |
diff --git a/meta/packages/linux/linux-rp_2.6.23.bb b/meta/packages/linux/linux-rp_2.6.23.bb index a8c5f79f67..49f183a778 100644 --- a/meta/packages/linux/linux-rp_2.6.23.bb +++ b/meta/packages/linux/linux-rp_2.6.23.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require linux-rp.inc | 1 | require linux-rp.inc |
| 2 | 2 | ||
| 3 | PR = "r26" | 3 | PR = "r27" |
| 4 | 4 | ||
| 5 | # Handy URLs | 5 | # Handy URLs |
| 6 | # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 | 6 | # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 |
diff --git a/meta/packages/linux/linux-rp_2.6.24.bb b/meta/packages/linux/linux-rp_2.6.24.bb index 4c9e293747..95e734ece8 100644 --- a/meta/packages/linux/linux-rp_2.6.24.bb +++ b/meta/packages/linux/linux-rp_2.6.24.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require linux-rp.inc | 1 | require linux-rp.inc |
| 2 | 2 | ||
| 3 | PR = "r1" | 3 | PR = "r2" |
| 4 | 4 | ||
| 5 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
| 6 | DEFAULT_PREFERENCE_collie = "1" | 6 | DEFAULT_PREFERENCE_collie = "1" |
