- 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)
15 lines
473 B
BlitzBasic
15 lines
473 B
BlitzBasic
require recipes-graphics/xorg-driver/xorg-driver-video.inc
|
|
|
|
SUMMARY = "X.Org X server -- ARM SOC display driver"
|
|
LICENSE = "MIT & GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602"
|
|
|
|
DEPENDS += "virtual/libx11 libdrm xorgproto"
|
|
|
|
SRCREV = "8bbdb2ae3bb8ef649999a8da33ddbe11a04763b8"
|
|
SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-armsoc;branch=master"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
RDEPENDS:${PN} += "xserver-xorg-module-exa"
|