1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 03:49:20 +00:00

beaglebone-getting-started: active bone101 webserver on boot

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-11-13 14:12:42 +01:00
parent 46a11dce85
commit 77208efef6

View File

@@ -1,8 +1,8 @@
DESCRIPTION = "BeagleBone Getting Started Guide"
PR = "r8"
PR = "r9"
inherit allarch
inherit allarch systemd
LICENSE = "GPLv2+ && MIT && PD && others"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=603591dea023c3c75b48e07cb47ce639"
@@ -21,4 +21,7 @@ do_install() {
install -m 0644 ${WORKDIR}/bone101.service ${D}${base_libdir}/systemd/system
}
SYSTEMD_PACKAGES = "${PN}"
SYSTEMD_SERVICE_${PN} = "bone101.service"
FILES_${PN} += "${datadir}/${PN} ${base_libdir}/systemd/system"