summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/busybox
Commit message (Collapse)AuthorAgeFilesLines
* busybox/meta-oe: follow oe-core to 1.20.2Andreas Müller2012-08-241-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* busybox: move systemd support to meta-systemdAndreas Müller2012-07-163-39/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* busybox 1.19.4 bbapped: create dir before installing into it, fixes build ↵Koen Kooi2012-04-271-1/+2
| | | | | | | failures on the autobuilder Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
* busybox: update bbappend to match update recipe in oe-coreKoen Kooi2012-03-191-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* busybox: remove unneeded systemd code / use ${systemd_unitdir}Andreas Müller2012-02-231-10/+5
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* busybox: create /etc/default on do_installAndreas Oberritter2012-02-201-0/+1
| | | | | | | | | | | * Currently, it's blindly assumed that /etc/default exists, when busybox-syslog gets copied into it. This only works by chance and only if CONFIG_HWCLOCK=y is set. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* busybox: fix busybox-syslog systemd service fileOtavio Salvador2012-02-012-2/+2
| | | | | | | | The service file had the 'Wants' in 'Service' group instead of the 'Unit' group. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* busybox: add systemd support for syslog serviceOtavio Salvador2012-01-094-0/+52
This uses a busybox-syslog default file to pass options to syslogd. For it, the 'OPTIONS' variable needs to be set. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>