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:
26
sources/meta-rauc/recipes-core/rauc/rauc.inc
Normal file
26
sources/meta-rauc/recipes-core/rauc/rauc.inc
Normal file
@@ -0,0 +1,26 @@
|
||||
DESCRIPTION = "RAUC update controller for host and target"
|
||||
HOMEPAGE = "https://github.com/rauc/rauc"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
DEPENDS = "openssl glib-2.0 glib-2.0-native"
|
||||
|
||||
inherit meson pkgconfig gettext
|
||||
|
||||
EXTRA_OEMESON += "\
|
||||
-Dtests=false \
|
||||
-Dsystemdunitdir=${systemd_system_unitdir} \
|
||||
-Ddbuspolicydir=${datadir}/dbus-1/system.d \
|
||||
-Ddbussystemservicedir=${datadir}/dbus-1/system-services \
|
||||
-Ddbusinterfacesdir=${datadir}/dbus-1/interfaces \
|
||||
"
|
||||
|
||||
PACKAGECONFIG[nocreate] = "-Dcreate=false,-Dcreate=true,"
|
||||
PACKAGECONFIG[service] = "-Dservice=true,-Dservice=false,dbus,${PN}-service"
|
||||
PACKAGECONFIG[streaming] = "-Dstreaming=true,-Dstreaming=false,libnl"
|
||||
PACKAGECONFIG[network] = "-Dnetwork=true,-Dnetwork=false,curl"
|
||||
PACKAGECONFIG[json] = "-Djson=enabled,-Djson=disabled,json-glib"
|
||||
PACKAGECONFIG[gpt] = "-Dgpt=enabled,-Dgpt=disabled,util-linux"
|
||||
|
||||
FILES:${PN}-dev += "\
|
||||
${datadir}/dbus-1/interfaces/de.pengutronix.rauc.Installer.xml \
|
||||
"
|
||||
Reference in New Issue
Block a user