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,27 @@
|
||||
DESCRIPTION = "Secure Object"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
||||
DEPENDS = "openssl optee-os-qoriq optee-client-qoriq"
|
||||
RDEPENDS:${PN} = "bash libcrypto libssl"
|
||||
|
||||
DEPENDS += "python3-pycryptodomex-native"
|
||||
|
||||
inherit python3native
|
||||
|
||||
LDFLAGS += "${TOOLCHAIN_OPTIONS}"
|
||||
|
||||
SRC_URI = "git://github.com/nxp-qoriq/secure_obj;protocol=https;nobranch=1"
|
||||
SRCREV = "4706a6534ec09f9a46bfe305c5e49badca32b4c6"
|
||||
|
||||
WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}"
|
||||
export SECURE_STORAGE_PATH = "${S}/secure_storage_ta/ta/"
|
||||
export OPTEE_CLIENT_EXPORT = "${RECIPE_SYSROOT}/usr"
|
||||
|
||||
EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}"'
|
||||
|
||||
ALLOW_EMPTY:${PN} = "1"
|
||||
INHIBIT_PACKAGE_STRIP = "1"
|
||||
PARALLEL_MAKE = ""
|
||||
INSANE_SKIP:${PN} = "ldflags"
|
||||
COMPATIBLE_MACHINE = "(qoriq-arm64)"
|
||||
DEBUG_BUILD = "1"
|
||||
Reference in New Issue
Block a user