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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user