summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-02-06 15:29:33 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-02-06 15:29:33 +0000
commit0f2c51155fced19180781e179fa5f35b76c2ea4a (patch)
tree08a7e432f22e4cbb5a34e52ec8f15f7c3e612f41 /meta/packages/linux
parent82eaabce95e8c2965b9110999e8bcc62f1662a96 (diff)
downloadpoky-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
Diffstat (limited to 'meta/packages/linux')
-rw-r--r--meta/packages/linux/linux-rp.inc10
-rw-r--r--meta/packages/linux/linux-rp_2.6.23.bb2
-rw-r--r--meta/packages/linux/linux-rp_2.6.24.bb2
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
139do_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}
146do_deploy[dirs] = "${S}"
147addtask deploy before do_package after do_install
148
149do_bootkern() { 139do_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 @@
1require linux-rp.inc 1require linux-rp.inc
2 2
3PR = "r26" 3PR = "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 @@
1require linux-rp.inc 1require linux-rp.inc
2 2
3PR = "r1" 3PR = "r2"
4 4
5DEFAULT_PREFERENCE = "-1" 5DEFAULT_PREFERENCE = "-1"
6DEFAULT_PREFERENCE_collie = "1" 6DEFAULT_PREFERENCE_collie = "1"