summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-driver
Commit message (Collapse)AuthorAgeFilesLines
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-251-1/+0
| | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Fix variable assignment whitespaceRichard Purdie2025-01-311-1/+1
| | | | | | | | | | | | Recipes are much more readable with whitespace around the assignment operators. Fix various assignments in meta-openembedded recipes to show this is definitely the preferred formatting. This fixes recipes with larger numbers of issues but there are just under 100 other references left to fix. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-mga: upgrade 2.0.1 -> 2.1.0Wang Mingyu2024-10-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-input-tslib: update UPSTREAM_CHECK_* variables to fix devtool upgradesFaiz HAMMOUCHE2024-07-241-0/+2
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status Signed-off-by: Faiz HAMMOUCHE <faiz.hammouche@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* recipes: Start WORKDIR -> UNPACKDIR transitionKhem Raj2024-05-231-1/+1
| | | | | | | Replace references of WORKDIR with UNPACKDIR where it makes sense to do so in preparation for changing the default value of UNPACKDIR. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Drop remaining PR values from recipesMartin Jansa2024-03-171-1/+0
| | | | | | | | | | | | * as oe-core did in: https://git.openembedded.org/openembedded-core/commit/?id=d4c346e8ab * when people are have to maintain own PRs for recipes in oe-core, they might add them for meta-oe recipes at the same time when upgrading to next LTS Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-mga: upgrade 2.0.0 -> 2.0.1alperak2023-12-072-73/+3
| | | | | | | | | | | | | | | | * checkfile.patch removed because fixed in the new version -> https://gitlab.freedesktop.org/xorg/driver/xf86-video-mga/-/commit/f227f2f286123a9ca64b567783825a2c18b87971 * License-Update: Fixed the typo in a word. "MERCHANTIBILITY" -> "MERCHANTABILITY" Changelog: * Fix uninitialized read in MGAEnableSecondOutPut * gitlab CI: add a basic build test * Fix spelling/wording issues * Build xz tarballs instead of bzip2 * configure.ac: fix cross-compilation Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-input-void: upgrade 1.4.1 -> 1.4.2alperak2023-12-071-2/+2
| | | | | | | | | | | | | | | | | | Changelog: * InitValuatorAxisStruct: Add missing line breaks * InputDriverRec: Resolve -Wmissing-field-initializers warning * gitlab CI: stop requiring Signed-off-by in commits * gitlab CI: add a basic build test * Build xz tarballs instead of bzip2 * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration * autogen: add default patch prefix * autogen.sh: use quoted string variables * autogen.sh: use exec instead of waiting for configure to finish Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-ati: upgrade 19.1.0 -> 22.0.0alperak2023-12-071-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | * SRC_URI && features_check removed because already defined in xorg-driver-common.inc Changelog: * Don't set SourceValidate pointer to NULL * radeon_glamor_wrappers.c: Convert from ISO-8859-1 to UTF-8 * gitlab CI: enable gitlab's builtin static analysis * gitlab CI: enable commit & merge request checks * Fix spelling/wording issues * Build xz tarballs instead of bzip2 * Only include dri.h with older versions of xserver * Add GitLab CI pipeline * Guard local variable info only used with glamor * ati: cleanup terminology to use primary/secondary * Fix return value check of drmIoctl() * Don't crash X server if GPU acceleration is not available * Handle NULL fb_ptr in pixmap_get_fb * Fix link failure with gcc 10 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0Wang Mingyu2023-03-221-2/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-amdgpu: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2022-12-091-0/+2
| | | | | | | | | | | | | Fix the below yocto compliance issue: ERROR: Nothing PROVIDES 'virtual/libgbm' (but /build/layers/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-amdgpu_22.0.0.bb DEPENDS on or otherwise requires it). Close matches: virtual/libc virtual/libomxil virtual/libusb0 ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'xf86-video-amdgpu', 'virtual/libgbm'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-amdgpu: add new recipe xf86-video-amdgpuVincent Davis Jr2022-10-281-0/+22
| | | | | | | | Supports the Xorg driver for AMD Radeon GPUs that utilizes the amdgpu kernel driver. Signed-off-by: Vincent Davis Jr <vince@underview.tech> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-ati: Update 19.1.0 -> 19.1.0+7a6a34afDaniel Gomez2022-09-294-428/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ATI/AMD Radeon video driver for the Xorg X server - Switch to git in SRC_URI This video driver hasn't released any package in the last 2+ years. Switch recipe to use git instead of release tarball to get the latest version of it. - Drop patches already upstreamed. - Add PACKAGECONFIG support: udev and glamor. - Add mesa driver runtime dependencies and libegl as glamor runtime dependency. - Add ${PN}-config package. - Fix mesa RDEPENDS. The radeonsi, r600, r300 and swrast are part of the mesa-megadriver package. Error: The following packages have unmet dependencies: xf86-video-amdgpu : Depends: mesa-driver-radeon but it is not installable xf86-video-ati : Depends: mesa-driver-radeon but it is not installable Recommends: linux-firmware-radeon but it is not going to be installed E: Unable to correct problems, you have held broken packages. - Update 19.1.0 tarball to git 7a6a34af rev. Changelog: 7a6a34af Don't set SourceValidate pointer to NULL 983a779b radeon_glamor_wrappers.c: Convert from ISO-8859-1 to UTF-8 a25ca015 gitlab CI: enable gitlab's builtin static analysis 7b940097 gitlab CI: enable commit & merge request checks 8fc442d6 Fix spelling/wording issues 11d549d5 Build xz tarballs instead of bzip2 5eba006e Only include dri.h with older versions of xserver ecced3b3 Add GitLab CI pipeline 77d9ab03 Guard local variable info only used with glamor 3c7c84ed Guard local variable priv only used with glamor 8da3e456 ati: cleanup terminology to use primary/secondary 38453924 Fix return value check of drmIoctl() c0eb5dbd Don't crash X server if GPU acceleration is not available 4d84cf43 Handle NULL fb_ptr in pixmap_get_fb f223035f Fix link failure with gcc 10 b9bd8097 Bump version for 19.1.0 release 2faaecc6 Don't unreference FBs of pixmaps from different screens in LeaveVT 2cbbd864 Don't set up black scanout buffer if LeaveVT is called from CloseScreen c7ed12cb Don't disable page flipping completely with SW cursor 33803c85 present: Check that we can get a KMS FB for flipping fee737e8 Remove dri2_drawable_crtc parameter consider_disabled 2a3f2d20 dri2: Re-use previous CRTC when possible if pick_best_crtc returns NULL d5f5bc58 dri2: reply to client for WaitMSC request in any case f758908d dri3: Always flush glamor before sharing pixmap storage with clients d1d8e3c8 Retry get_fb_ptr in get_fb Signed-off-by: Daniel Gomez <daniel@qtec.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-nouveau: Do not treat implicit-function-declaration as errorKhem Raj2022-09-051-0/+2
| | | | | | clang 15 treats it as error by default. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-nouveau: fixup driver for new X server ABIKhem Raj2021-11-132-0/+67
| | | | | | Backport relevant patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-ati: Upgrade to 19.1.0Khem Raj2021-11-132-5/+374
| | | | | | | | | | Backport a patch to fix build issue [1] Disabling glamor causing [2] so enable it [1] https://bugs.gentoo.org/737170 [2] https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/-/issues/186 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-nouveau: upgrade 1.0.16 -> 1.0.17zhengruoqin2021-09-071-2/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-input-tslib: update to 1.1.1Oleksandr Kravchuk2021-08-271-4/+4
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-035-9/+9
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-ati: Fix link failure with gcc 10Khem Raj2020-08-132-0/+36
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-input-void: Drop INC_PRKhem Raj2020-05-061-1/+1
| | | | | | It includes include files from OE-core where this is dropped now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: rename distro_features_check to features_checkDenys Dmytriyenko2019-11-212-2/+2
| | | | | | | Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-input-tslib: Upgrade 0.0.6 -> 0.0.7Adrian Bunk2019-11-017-327/+20
| | | | | | | | | | New upstream location. Patches applied upstream removed. Remove obsolete HAL file. COPYING is now clearer on the licensing. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-nouveau: update to 1.0.16Oleksandr Kravchuk2019-09-201-3/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-ati: upgrade 18.0.1 -> 19.0.1Changqing Li2019-06-151-2/+2
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-mga: upgrade 1.6.5 -> 2.0.0Changqing Li2019-02-221-2/+2
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xorg-driver: xf86-video-ati: Remove x86 COMPATIBLE_MACHINEAlistair Francis2019-01-161-2/+0
| | | | | | | | The ATI drivers can work on non-x86 platforms such as RISC-V, remove the x86 specific COMPATIBLE_MACHINE requirement. Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-ati: 7.8.0 -> 18.0.1Changqing Li2018-07-201-2/+4
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-armsoc: add new packageArmin Kuster2018-07-121-0/+14
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-nouveau: Remove obsolete depsKhem Raj2018-05-261-2/+2
| | | | | | All protos are now in xorgproto Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xorg: Replace depreciated *proto depends with xorgprotoRobert Yang2018-05-172-3/+3
| | | | | | | | The oe-core commit 9d236bd40ef8598c78c1ea807d658467700505e2 has removed *proto, we also need to do so in meta-openembedded. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xorg-drivers: Add opengl distro flag requirement to ati and nouveauMark Hatle2017-09-132-0/+7
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* recipes: remove blacklisted recipesMartin Jansa2017-08-3110-677/+0
| | | | | | | | * as PNBLACKLIST message says, these recipes are blacklisted for long time and nobody showed any interest to fix them * remove all unused .patch and .inc files as well Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-nouveau: bump version to 1.0.15Szombathelyi György2017-07-241-5/+2
| | | | | Signed-off-by: Gyorgy Szombathelyi <gyurco@freemail.hu> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-mga: add new recipeJackie Huang2017-06-052-0/+89
| | | | | | | mga is an Xorg driver for Matrox video cards Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: add removal date to PNBLACKLIST messagesMartin Jansa2017-04-054-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * based on discussion in pndeprecated thread: https://patchwork.openembedded.org/patch/137573/ update the messages to warn possible users that the recipe will be removed before the end of the next development cycle (before Yocto 2.4 is released). * updated with: sed -i 's/^\(PNBLACKLIST.*".*\)"/\1 - the recipe will be removed on 2017-09-01 unless the issue is fixed"/g' `git grep PNBLACKLIST | sed 's/:.*//g' | sort -u | xargs` * then noticed couple recipes being blacklisted only based on DISTRO_FEATURES, so removed those: meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.17.bb meta-oe/recipes-connectivity/bluez/bluez-hcidump_2.5.bb meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb meta-oe/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb meta-oe/recipes-navigation/gypsy/gypsy.inc meta-oe/recipes-navigation/navit/navit.inc meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb * if it isn't fixed by this date, it's fair game to be removed whenever someone gets around to i Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-input-tslib: Replace 'lib' with ${nonarch_base_libdir} for placing udev ↵Amarnath Valluri2017-02-231-3/+3
| | | | | | | rules. Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-edbus exquisite elementary libeweather unionfs-fuse xfsprogs gmtk ↵Martin Jansa2017-02-132-0/+4
| | | | | | | | | devilspie2 gnome-backgrounds gnome-desktop gnome-mime-data gtk-engines gtksourceview2 libgnomekbd libidl-native onboard libgpewidget ubi-utils-klibc kexec-tools-klibc gupnp-igd gupnp-tools dvb-apps gstreamer mpd crda netcat-openbsd wireshark gnokii libmbim mosh networkmanager-openvpn libtelepathy dbus-daemon-proxy libdbus-c++ php vala-dbus-binding-tool collectd libgxim pywbem gtkhtml2 fbida fontforge libsexy wayland-fits xstdcmap xf86-video-glamo font-adobe-100dpi font-adobe-utopia-100dpi font-bh-100dpi font-bh-lucidatypewriter-100dpi font-misc-misc crash a2jmidid libsdl2-mixer libsdl-mixer minidlna sylpheed libsdl2-ttf libsdl-ttf ode pidgin postgresql syslog-ng usb-modeswitch xdg-user-dirs gateone python3-cryptography-vectors python3-ndg-httpsclient python-cryptography-vectors python-pbr bundler netdata menulibre openzone xfce4-verve-plugin iperf terminus-font xf86-video-nouveau ipmiutil klibc-utils pmbw multipath-tools gparted, gnome-system-monitor, php, vala-dbus-binding-tool, gtkmathview, lmsensors, postgresql: Blacklist * fails repeatedly as reported in: http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111112.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-ati: upgrade to 7.8.0Belal, Awais2017-01-101-2/+2
| | | | | | | | This updates the package version from 7.6.1 to 7.8.0 which fixes the current do_compile failures as well. Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: remove trailing spacesMartin Jansa2016-08-221-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-ati: Set RRECOMMENDS to linux-firmware-radeonHeghedus Razvan2016-08-151-1/+1
| | | | | | | | | xf86-video-ati has linux-firmware in RRECOMMENDS_${PN} because it needs linux-firmware-radeon. But beside linux-firmware-radeon, linux-firmware adds unneeded packages, these packages having ~ 110MB. Signed-off-by: Heghedus Razvan <razvan.heghedus@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-ati: update to 7.6.1Koen Kooi2016-01-061-4/+7
| | | | | | | | | | Glamor support needs work in the xorg recipe as well as testing, it produced weird artefacts in the picture on my HD6450 when I enabled it a few months ago. Anyway, glamor wasn't enabled in 7.2.0 so no actual change. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-nouveau: update to 1.0.12Koen Kooi2016-01-061-2/+3
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-geode: blacklist, fails to buildMartin Jansa2015-10-131-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-input-void: upgrade 1.4.0 -> 1.4.1Li xin2015-08-181-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-glamo: fix build with xserver 1.16Martin Jansa2014-12-172-0/+30
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* PNBLACKLIST: use weak assignmentsMartin Jansa2014-12-171-1/+1
| | | | | | | * this makes it easier to unblacklist it from local.conf which is parsed before the recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-geode: fix build with new glibc-2.20Martin Jansa2014-10-062-0/+42
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>