- 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)
30 lines
782 B
BlitzBasic
30 lines
782 B
BlitzBasic
# Copyright (C) 2016 Freescale Semiconductor
|
|
# Copyright 2017-2024 NXP
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
DESCRIPTION = "G2D library using i.MX PXP"
|
|
LICENSE = "Proprietary"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca53281cc0caa7e320d4945a896fb837"
|
|
|
|
PROVIDES += "virtual/libg2d"
|
|
|
|
PV = "2.2+git${SRCPV}"
|
|
|
|
SRC_URI = "${IMX_PXP_G2D_SRC};branch=${SRCBRANCH}"
|
|
IMX_PXP_G2D_SRC ?= "git://github.com/nxp-imx/imx-g2d-pxp.git;protocol=https"
|
|
SRCBRANCH = "imx_2.2"
|
|
SRCREV = "5e633f895a84cec809ca98d77c879af3591b3b20"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit use-imx-headers
|
|
|
|
EXTRA_OEMAKE = "PLATFORM=IMX93 INCLUDE='-I${STAGING_INCDIR_IMX}' DEST_DIR=${D}"
|
|
|
|
do_install() {
|
|
oe_runmake install
|
|
}
|
|
|
|
PACKAGE_ARCH = "${MACHINE_SOCARCH}"
|
|
COMPATIBLE_MACHINE = "(mx93-nxp-bsp)"
|