diff options
| -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" |
