Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=rauc-hawkbit client service
|
||||
Requires=rauc.service
|
||||
|
||||
[Service]
|
||||
ExecStart=@BINDIR@/rauc-hawkbit-client -c @SYSCONFDIR@/rauc-hawkbit/config.cfg
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -0,0 +1,41 @@
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://COPYING;md5=4fbd65380cdd255951079008b364516c \
|
||||
file://README.rst;beginline=114;endline=132;md5=aff2a45fabc5c8d959b72f97ffc77465 \
|
||||
"
|
||||
|
||||
SUMMARY = "hawkBit client for RAUC"
|
||||
|
||||
DEPENDS = "python3-setuptools-scm-native"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/rauc/rauc-hawkbit.git;protocol=https;branch=master \
|
||||
file://rauc-hawkbit.service \
|
||||
"
|
||||
|
||||
PV = "0.2.0+git${SRCPV}"
|
||||
SRCREV = "47bebb4a011768817f13f7796ec1b4e67edaffc5"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit setuptools3 systemd
|
||||
|
||||
PACKAGES =+ "${PN}-service"
|
||||
SYSTEMD_SERVICE:${PN}-service = "rauc-hawkbit.service"
|
||||
SYSTEMD_PACKAGES = "${PN}-service"
|
||||
|
||||
do_install:append() {
|
||||
install -d ${D}${sysconfdir}/${BPN}/
|
||||
install -m 0644 ${S}/rauc_hawkbit/config.cfg ${D}${sysconfdir}/${BPN}/config.cfg
|
||||
install -d ${D}${systemd_unitdir}/system/
|
||||
install -m 0644 ${WORKDIR}/rauc-hawkbit.service ${D}${systemd_unitdir}/system/
|
||||
sed -i -e 's!@BINDIR@!${bindir}!g' -e 's!@SYSCONFDIR@!${sysconfdir}!g' \
|
||||
${D}${systemd_unitdir}/system/rauc-hawkbit.service
|
||||
}
|
||||
|
||||
RDEPENDS:${PN} += "python3-aiohttp python3-gbulb"
|
||||
FILES:${PN}-service = " \
|
||||
${bindir}/rauc-hawkbit-client \
|
||||
${sysconfdir}/${BPN}/config.cfg \
|
||||
${systemd_unitdir}/system/rauc-hawkbit.service \
|
||||
"
|
||||
Reference in New Issue
Block a user