- 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)
17 lines
659 B
PHP
17 lines
659 B
PHP
# Copyright (C) 2012-2016 Freescale Semiconductor
|
|
# Copyright 2017-2024 NXP
|
|
# Copyright (C) 2018 O.S. Systems Software LTDA.
|
|
SECTION = "base"
|
|
LICENSE = "Proprietary"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb372b5d7f12181de23ef480f225f3"
|
|
|
|
# Note: This .inc file is used from differently named recipes, so the package
|
|
# name must be hard-coded, i.e., ${BPN} cannot be used.
|
|
SRC_URI = "${FSL_MIRROR}/firmware-imx-${PV}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true"
|
|
IMX_SRCREV_ABBREV = "5af0ceb"
|
|
SRC_URI[sha256sum] = "61f925e606ab020b1a36f3f7f7e459c6847f5b9dbc79421f9ef86e8fc124eb2f"
|
|
|
|
S = "${WORKDIR}/firmware-imx-${PV}-${IMX_SRCREV_ABBREV}"
|
|
|
|
inherit fsl-eula-unpack
|