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,5 @@
|
||||
# create /dev/input/touchscreenX symlink, tag xf86-input-tslib as driver
|
||||
SUBSYSTEM=="input", KERNEL=="event[0-9]*", ATTRS{modalias}=="input:*-e0*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen%n", ENV{x11_driver}="tslib"
|
||||
SUBSYSTEM=="input", KERNEL=="event[0-9]*", ATTRS{modalias}=="ads7846", SYMLINK+="input/touchscreen%n", ENV{x11_driver}="tslib"
|
||||
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
require recipes-graphics/xorg-driver/xorg-driver-input.inc
|
||||
|
||||
SUMMARY = "X.Org X server -- tslib input driver"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f1524518264f7776a9707c19c8affbbf"
|
||||
|
||||
DEPENDS += "tslib"
|
||||
RRECOMMENDS:${PN} += "tslib-calibrate"
|
||||
|
||||
SRC_URI = "https://github.com/merge/xf86-input-tslib/releases/download/${PV}/xf86-input-tslib-${PV}.tar.xz \
|
||||
file://99-xf86-input-tslib.rules \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "b596168c4ed2f1023212dc828ce49cbe82a0bbd1aac3c5e2958154d78870ca88"
|
||||
|
||||
do_install:append() {
|
||||
install -d ${D}${nonarch_base_libdir}/udev/rules.d
|
||||
install -m 0644 ${WORKDIR}/99-xf86-input-tslib.rules ${D}${nonarch_base_libdir}/udev/rules.d/
|
||||
}
|
||||
|
||||
FILES:${PN} += "${nonarch_base_libdir}/udev"
|
||||
@@ -0,0 +1,7 @@
|
||||
require recipes-graphics/xorg-driver/xorg-driver-input.inc
|
||||
SUMMARY = "X.Org X server -- void input driver"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4be6a915bfbf111cd88706fc6a6f141b"
|
||||
|
||||
XORG_DRIVER_COMPRESSOR = ".tar.xz"
|
||||
SRC_URI[sha256sum] = "a211d8e21ce0e2ed8af5b8a2e8d4409d70c9c7e5ee528f5e6002ad279bf07885"
|
||||
@@ -0,0 +1,23 @@
|
||||
require recipes-graphics/xorg-driver/xorg-driver-video.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=aabff1606551f9461ccf567739af63dc"
|
||||
|
||||
SUMMARY = "X.Org X server -- AMD Radeon GPU display driver"
|
||||
|
||||
DESCRIPTION = "Xorg driver for AMD Radeon GPUs using the amdgpu kernel driver"
|
||||
|
||||
SRC_URI[sha256sum] = "08c38287d39b999fd61ecb6e7b23d5079762e2b4b2179b3567973ed9aaf71222"
|
||||
|
||||
XORG_DRIVER_COMPRESSOR = ".tar.gz"
|
||||
DEPENDS += "virtual/libx11 libdrm virtual/libgbm xorgproto"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES += "opengl"
|
||||
|
||||
PACKAGECONFIG ??= "udev glamor"
|
||||
PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev"
|
||||
PACKAGECONFIG[glamor] = "--enable-glamor,--disable-glamor"
|
||||
|
||||
RRECOMMENDS:${PN} += "linux-firmware-amdgpu"
|
||||
|
||||
FILES:${PN}-config = "${datadir}/X11/xorg.conf.d"
|
||||
FILES:${PN} += "${datadir}/X11"
|
||||
@@ -0,0 +1,14 @@
|
||||
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"
|
||||
@@ -0,0 +1,33 @@
|
||||
require recipes-graphics/xorg-driver/xorg-driver-video.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=aabff1606551f9461ccf567739af63dc"
|
||||
|
||||
SUMMARY = "X.Org X server -- ATI Radeon video driver"
|
||||
|
||||
DESCRIPTION = "Open-source X.org graphics driver for ATI Radeon graphics"
|
||||
|
||||
DEPENDS += "virtual/libx11 libxvmc drm \
|
||||
virtual/libgl xorgproto libpciaccess"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES += "opengl"
|
||||
|
||||
XORG_DRIVER_COMPRESSOR = ".tar.xz"
|
||||
SRC_URI[sha256sum] = "c8c8bb56d3f6227c97e59c3a3c85a25133584ceb82ab5bc05a902a743ab7bf6d"
|
||||
|
||||
PACKAGECONFIG ??= "udev"
|
||||
PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev"
|
||||
PACKAGECONFIG[glamor] = "--enable-glamor,--disable-glamor"
|
||||
|
||||
RDEPENDS:${PN}:append = "\
|
||||
${@bb.utils.contains('PACKAGECONFIG', 'glamor', 'libegl', '', d)} \
|
||||
mesa-megadriver \
|
||||
xserver-xorg-extension-glx \
|
||||
xserver-xorg-module-exa \
|
||||
"
|
||||
|
||||
RRECOMMENDS:${PN} += "linux-firmware-radeon"
|
||||
|
||||
PACKAGES =+ "${PN}-config"
|
||||
|
||||
FILES:${PN}-config = "${datadir}/X11/xorg.conf.d"
|
||||
FILES:${PN} += "${datadir}/X11"
|
||||
@@ -0,0 +1,19 @@
|
||||
require recipes-graphics/xorg-driver/xorg-driver-video.inc
|
||||
|
||||
SUMMARY = "X.Org X server -- Matrox MGA display driver"
|
||||
|
||||
DESCRIPTION = "mga is an Xorg driver for Matrox video cards"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4aa220f495ce9be5ce4243d21ebac14f"
|
||||
|
||||
DEPENDS += "virtual/libx11 libpciaccess"
|
||||
|
||||
COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'
|
||||
|
||||
XORG_DRIVER_COMPRESSOR = ".tar.xz"
|
||||
SRC_URI[sha256sum] = "27a33b70837965bb4a5f27fd260be085ca5bba837a4e62907f093c2f205603ab"
|
||||
|
||||
PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri', '', d)}"
|
||||
PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,drm xorgproto,xserver-xorg-extension-dri"
|
||||
|
||||
RDEPENDS:${PN} = "xserver-xorg-module-exa"
|
||||
@@ -0,0 +1,66 @@
|
||||
From 7ae2f6ba4cbf29fc3f1b08579b838679a3301cb3 Mon Sep 17 00:00:00 2001
|
||||
From: Dave Airlie <airlied@redhat.com>
|
||||
Date: Mon, 13 Jul 2020 09:20:15 +1000
|
||||
Subject: [PATCH] nouveau: fixup driver for new X server ABI
|
||||
|
||||
Upstream-Status: Backport [https://cgit.freedesktop.org/nouveau/xf86-video-nouveau/commit/?id=e80e73ced69b15662103d0fd6837db4ce6c6eb5b]
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
src/compat-api.h | 4 ++++
|
||||
src/nouveau_exa.c | 2 +-
|
||||
src/nv_driver.c | 6 +++---
|
||||
3 files changed, 8 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/src/compat-api.h b/src/compat-api.h
|
||||
index fde2f4b..8a1fcf9 100644
|
||||
--- a/src/compat-api.h
|
||||
+++ b/src/compat-api.h
|
||||
@@ -102,4 +102,8 @@
|
||||
|
||||
#endif
|
||||
|
||||
+#if ABI_VIDEODRV_VERSION < SET_ABI_VERSION(25, 2)
|
||||
+#define secondary_dst slave_dst
|
||||
+#endif
|
||||
+
|
||||
#endif
|
||||
diff --git a/src/nouveau_exa.c b/src/nouveau_exa.c
|
||||
index 55df6f8..db3b112 100644
|
||||
--- a/src/nouveau_exa.c
|
||||
+++ b/src/nouveau_exa.c
|
||||
@@ -157,7 +157,7 @@ nouveau_exa_destroy_pixmap(ScreenPtr pScreen, void *priv)
|
||||
|
||||
#ifdef NOUVEAU_PIXMAP_SHARING
|
||||
static Bool
|
||||
-nouveau_exa_share_pixmap_backing(PixmapPtr ppix, ScreenPtr slave, void **handle_p)
|
||||
+nouveau_exa_share_pixmap_backing(PixmapPtr ppix, ScreenPtr secondary, void **handle_p)
|
||||
{
|
||||
struct nouveau_bo *bo = nouveau_pixmap_bo(ppix);
|
||||
struct nouveau_pixmap *nvpix = nouveau_pixmap(ppix);
|
||||
diff --git a/src/nv_driver.c b/src/nv_driver.c
|
||||
index e72a6b6..f9ab4af 100644
|
||||
--- a/src/nv_driver.c
|
||||
+++ b/src/nv_driver.c
|
||||
@@ -559,16 +559,16 @@ redisplay_dirty(ScreenPtr screen, PixmapDirtyUpdatePtr dirty)
|
||||
{
|
||||
RegionRec pixregion;
|
||||
|
||||
- PixmapRegionInit(&pixregion, dirty->slave_dst);
|
||||
+ PixmapRegionInit(&pixregion, dirty->secondary_dst);
|
||||
|
||||
- DamageRegionAppend(&dirty->slave_dst->drawable, &pixregion);
|
||||
+ DamageRegionAppend(&dirty->secondary_dst->drawable, &pixregion);
|
||||
#ifdef HAS_DIRTYTRACKING_ROTATION
|
||||
PixmapSyncDirtyHelper(dirty);
|
||||
#else
|
||||
PixmapSyncDirtyHelper(dirty, &pixregion);
|
||||
#endif
|
||||
|
||||
- DamageRegionProcessPending(&dirty->slave_dst->drawable);
|
||||
+ DamageRegionProcessPending(&dirty->secondary_dst->drawable);
|
||||
RegionUninit(&pixregion);
|
||||
}
|
||||
|
||||
--
|
||||
2.33.1
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
require recipes-graphics/xorg-driver/xorg-driver-video.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4641deddaa80fe7ca88e944e1fd94a94"
|
||||
|
||||
SUMMARY = "X.Org X server -- nouveau video driver"
|
||||
|
||||
DESCRIPTION = "Open-source X.org graphics driver for NVIDIA graphics"
|
||||
|
||||
DEPENDS += "virtual/libx11 libxvmc drm xorgproto \
|
||||
virtual/libgl libpciaccess"
|
||||
RDEPENDS:${PN} += "xserver-xorg-module-exa"
|
||||
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES += "opengl"
|
||||
|
||||
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
|
||||
|
||||
CFLAGS += "-Wno-error=implicit-function-declaration"
|
||||
|
||||
SRC_URI += "file://0001-nouveau-fixup-driver-for-new-X-server-ABI.patch"
|
||||
SRC_URI[sha256sum] = "499322e27a55c8183166bf2dd1e47d085eb834143e0d7036baba8427b90c156b"
|
||||
Reference in New Issue
Block a user