- 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)
28 lines
1017 B
BlitzBasic
28 lines
1017 B
BlitzBasic
SUMMARY = "Alliance for Open Media - AV1 Codec Library"
|
|
DESCRIPTION = "Alliance for Open Media AV1 codec library"
|
|
|
|
LICENSE = "BSD-2-Clause & AOM-Patent-License-1.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=6ea91368c1bbdf877159435572b931f5 \
|
|
file://PATENTS;md5=a111d47497d3bb49e04eef71377eb8ba \
|
|
"
|
|
SRCREV = "6054fae218eda6e53e1e3b4f7ef0fff4877c7bf1"
|
|
SRC_URI = "git://aomedia.googlesource.com/aom;protocol=https;branch=main \
|
|
file://0001-subpel_variance_neon-Provide-prototypes-for-missing-.patch"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake pkgconfig
|
|
|
|
DEPENDS = " nasm-native"
|
|
|
|
EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=1 -DENABLE_TESTS=0 \
|
|
-DPERL_EXECUTABLE=${HOSTTOOLS_DIR}/perl \
|
|
"
|
|
CMAKE_VERBOSE = "VERBOSE=1"
|
|
CFLAGS:append:libc-musl = " -D_GNU_SOURCE"
|
|
EXTRA_OECMAKE:append:arm = " -DENABLE_NEON=OFF"
|
|
|
|
do_generate_toolchain_file:append() {
|
|
echo "set(AOM_AS_FLAGS --debug-prefix-map ${S}=${TARGET_DBGSRC_DIR})" >> ${WORKDIR}/toolchain.cmake
|
|
}
|