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,30 @@
|
||||
SUMMARY = "NVMe management command line interface"
|
||||
HOMEPAGE = "https://github.com/linux-nvme/nvme-cli"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "GPL-2.0-only & CC0-1.0 & MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022 \
|
||||
file://ccan/licenses/CC0;md5=c17af43b05840255a6fedc5eda9d56cc \
|
||||
file://ccan/licenses/BSD-MIT;md5=838c366f69b72c5df05c96dff79b35f2"
|
||||
DEPENDS = "json-c libnvme"
|
||||
SRCREV = "43b716b982da3df1cf8c4658f7c31b0fe28d377b"
|
||||
|
||||
SRC_URI = "git://github.com/linux-nvme/nvme-cli.git;branch=master;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit bash-completion meson pkgconfig systemd
|
||||
|
||||
EXTRA_OEMESON += "-Dsystemddir=${systemd_unitdir}/system"
|
||||
|
||||
pkg_postinst_ontarget:${PN}() {
|
||||
${sbindir}/nvme gen-hostnqn > ${sysconfdir}/nvme/hostnqn
|
||||
${bindir}/uuidgen > ${sysconfdir}/nvme/hostid
|
||||
}
|
||||
|
||||
PACKAGES =+ "${PN}-dracut ${PN}-zsh-completion"
|
||||
|
||||
FILES:${PN} += "${systemd_system_unitdir}"
|
||||
FILES:${PN}-dracut = "${nonarch_libdir}/dracut/dracut.conf.d"
|
||||
FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions"
|
||||
|
||||
RDEPENDS:${PN} = "util-linux-uuidgen"
|
||||
Reference in New Issue
Block a user