diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-03-12 22:24:49 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-16 13:54:31 +0000 |
commit | 0c62497cacb362ec402d3f2c5220514f79d3a565 (patch) | |
tree | 1199a15f30c7830b45445675f2cdcf6f6b0c0e31 | |
parent | 849c862af198c163ceb80bfaa8152df3ffe3a0ed (diff) | |
download | poky-0c62497cacb362ec402d3f2c5220514f79d3a565.tar.gz |
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>
-rw-r--r-- | meta/recipes-core/tasks/task-poky-ssh-dropbear.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-core/tasks/task-poky-ssh-dropbear.bb b/meta/recipes-core/tasks/task-poky-ssh-dropbear.bb new file mode 100644 index 0000000000..870d2d9853 --- /dev/null +++ b/meta/recipes-core/tasks/task-poky-ssh-dropbear.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "Dropbear SSH task for Poky" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | ||
4 | file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
5 | PR = "r0" | ||
6 | |||
7 | PACKAGES = "\ | ||
8 | task-poky-ssh-dropbear \ | ||
9 | task-poky-ssh-dropbear-dbg \ | ||
10 | task-poky-ssh-dropbear-dev \ | ||
11 | " | ||
12 | |||
13 | ALLOW_EMPTY = "1" | ||
14 | |||
15 | RDEPENDS_task-poky-ssh-dropbear = "dropbear" | ||
16 | RDEPENDS_task-poky-ssh-dropbear-dbg = "dropbear-dbg" | ||
17 | RDEPENDS_task-poky-ssh-dropbear-dev = "dropbear-dev" | ||