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 /meta/packages/linux | |
parent | 82eaabce95e8c2965b9110999e8bcc62f1662a96 (diff) | |
download | openembedded-core-0f2c51155fced19180781e179fa5f35b76c2ea4a.tar.gz openembedded-core-0f2c51155fced19180781e179fa5f35b76c2ea4a.tar.bz2 openembedded-core-0f2c51155fced19180781e179fa5f35b76c2ea4a.zip |
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
Diffstat (limited to 'meta/packages/linux')
-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() { yes '' | oe_runmake oldconfig } -do_deploy() { - install -d ${DEPLOY_DIR_IMAGE} - install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_DEPLOY_NAME} - cd ${DEPLOY_DIR_IMAGE} - ln -sf ${KERNEL_DEPLOY_NAME} ${KERNEL_SYMLINK_NAME} - tar -cvzf ${DEPLOY_DIR_IMAGE}/modules-${KERNEL_VERSION}-${MACHINE}.tgz -C ${D} lib -} -do_deploy[dirs] = "${S}" -addtask deploy before do_package after do_install - do_bootkern() { echo "Copying Kernel" 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 @@ require linux-rp.inc -PR = "r26" +PR = "r27" # Handy URLs # 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 @@ require linux-rp.inc -PR = "r1" +PR = "r2" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_collie = "1" |