]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-rp: removed deploy task - kernel.bbclass has own version now
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 6 Feb 2008 15:29:33 +0000 (15:29 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 6 Feb 2008 15:29:33 +0000 (15:29 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3677 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/linux/linux-rp.inc
meta/packages/linux/linux-rp_2.6.23.bb
meta/packages/linux/linux-rp_2.6.24.bb

index 0a46cd695d269fbcd5f3a336dd5b136e6cf5714f..ca3deb95b20984742fbf2a5230e9edf70227ae64 100644 (file)
@@ -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
index a8c5f79f67fd932affb43bd49567b870745df800..49f183a778fe199cebd678abd72b770289e04843 100644 (file)
@@ -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
index 4c9e2937471fa59b888beab91dd80b03b10346d9..95e734ece8ba328da5b8407e432655aee3a2c561 100644 (file)
@@ -1,6 +1,6 @@
 require linux-rp.inc
 
-PR = "r1"
+PR = "r2"
 
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_collie = "1"