summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/dropbear
Commit message (Collapse)AuthorAgeFilesLines
* dropbear: move systemd support to meta-systemdAndreas Müller2012-07-164-46/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* dropbear: update bbappend to match update recipe in oe-coreKoen Kooi2012-03-191-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dropbear: remove unneeded systemd code / use ${systemd_unitdir}Andreas Müller2012-02-231-11/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dropbear: cleanup packagingOtavio Salvador2011-12-151-9/+2
| | | | | | | | | * the symbolic link required to disable the sysvinit init script is now done during the do_install task so making the recipe simple * convert to use PRINC to bump PR on bbappend Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* dropbear 2011.54 bbappend: switch to PRINC to work around a bug in ↵Koen Kooi2011-12-101-1/+1
| | | | | | | | bb.utils.vercmp: | ERROR: Package version for package dropbear-dbg went backwards which would break package feeds from (0:2011.54-r0 to 0:2011.54-r0.meta-oe.1) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dropbear: move dropbear-systemd to a bbappendOtavio Salvador2011-12-095-40/+33
| | | | | | | While on it, the recipe has been updated to use systemd.bbclass and cleaned up. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* dropbear-systemd: config files for socket-based activation of dropbearKoen Kooi2011-06-194-0/+69
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>