- 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)
27 lines
807 B
BlitzBasic
27 lines
807 B
BlitzBasic
SUMMARY = "U-Boot libraries and tools to access environment"
|
|
|
|
DESCRIPTION = "This package contains tools and libraries to read \
|
|
and modify U-Boot environment. \
|
|
It provides a hardware-independent replacement for fw_printenv/setenv utilities \
|
|
provided by U-Boot"
|
|
|
|
HOMEPAGE = "https://github.com/sbabic/libubootenv"
|
|
LICENSE = "LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-or-later.txt;md5=4fbd65380cdd255951079008b364516c"
|
|
SECTION = "libs"
|
|
|
|
SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https;branch=master"
|
|
SRCREV = "3f4d15e36ceb58085b08dd13f3f2788e9299877b"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake lib_package
|
|
|
|
EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"
|
|
|
|
DEPENDS = "zlib libyaml"
|
|
PROVIDES += "u-boot-fw-utils"
|
|
RPROVIDES:${PN}-bin += "u-boot-fw-utils"
|
|
|
|
BBCLASSEXTEND = "native"
|