task-poky-ssh-dropbear: new task recipe for dropbear ssh

This task can be used when IMAGE_FEATURES is set to
ssh-server-dropbear.

(From OE-Core rev: 109dcd84ee1bd15103eb79e415e5404dfd5a2e03)

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Garman 2011-03-12 22:24:49 -08:00 committed by Richard Purdie
parent 849c862af1
commit 0c62497cac
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
DESCRIPTION = "Dropbear SSH task for Poky"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PR = "r0"
PACKAGES = "\
task-poky-ssh-dropbear \
task-poky-ssh-dropbear-dbg \
task-poky-ssh-dropbear-dev \
"
ALLOW_EMPTY = "1"
RDEPENDS_task-poky-ssh-dropbear = "dropbear"
RDEPENDS_task-poky-ssh-dropbear-dbg = "dropbear-dbg"
RDEPENDS_task-poky-ssh-dropbear-dev = "dropbear-dev"