mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +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:
parent
82eaabce95
commit
0f2c51155f
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
require linux-rp.inc
|
||||
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
DEFAULT_PREFERENCE_collie = "1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user