mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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
This commit is contained in:
@@ -136,16 +136,6 @@ do_configure() {
|
|||||||
yes '' | oe_runmake oldconfig
|
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() {
|
do_bootkern() {
|
||||||
echo "Copying Kernel"
|
echo "Copying Kernel"
|
||||||
scp ${DEPLOY_DIR_IMAGE}/${KERNEL_SYMLINK_NAME} root@${TARGET_DEVICE_IP}:/zImage-bootkern
|
scp ${DEPLOY_DIR_IMAGE}/${KERNEL_SYMLINK_NAME} root@${TARGET_DEVICE_IP}:/zImage-bootkern
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
require linux-rp.inc
|
require linux-rp.inc
|
||||||
|
|
||||||
PR = "r26"
|
PR = "r27"
|
||||||
|
|
||||||
# Handy URLs
|
# Handy URLs
|
||||||
# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046
|
# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
require linux-rp.inc
|
require linux-rp.inc
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
DEFAULT_PREFERENCE = "-1"
|
DEFAULT_PREFERENCE = "-1"
|
||||||
DEFAULT_PREFERENCE_collie = "1"
|
DEFAULT_PREFERENCE_collie = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user