mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
This task can be used when IMAGE_FEATURES is set to ssh-server-openssh. (From OE-Core rev: 23bfd4e65d6ad79198a189df4ba08794e7dc2614) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
526 B
BlitzBasic
18 lines
526 B
BlitzBasic
DESCRIPTION = "OpenSSH 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-openssh \
|
|
task-poky-ssh-openssh-dbg \
|
|
task-poky-ssh-openssh-dev \
|
|
"
|
|
|
|
ALLOW_EMPTY = "1"
|
|
|
|
RDEPENDS_task-poky-ssh-openssh = "openssh"
|
|
RDEPENDS_task-poky-ssh-openssh-dbg = "openssh-dbg"
|
|
RDEPENDS_task-poky-ssh-openssh-dev = "openssh-dev"
|