aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-driver
AgeCommit message (Collapse)Author
2018-08-30xf86-video-imx-vivante: Update to 6.2.4.p1.6Tom Hochstein
This is a version change only to keep the naming consistent. The SRCREV is unchanged from 6.2.4.p1.2. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-08-02xf86-video-imx-vivante: Set linker flags properlyTom Hochstein
Append LDFLAGS to LFLAGS instead of replacing LFLAGS. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-06-26imx-gpu-viv: Rename package for libgalTom Hochstein
Change virtual/libgal-x11 to libgal-imx since there are no other providers and it is not X11-specific. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-06-26xf86-video-imx-vivante: Remove fb from nameTom Hochstein
The driver is no longer only for framebuffer, so remove the designation from the name. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-06-26xf86-video-imxfb-vivante: Update to version 6.2.4.p1.2Fabio Berton
- Remove .inc file to use only one .bb file - Update O.S. Systems License - Remove unused patch - Set SDKTARGETSYSROOT to use STAGING_DIR_HOST - Remove unnecessary CFLAGS Change-Id: I5c6c56fe2ad3bd12aa13cdc426ba6f34f441d4b7 Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2018-03-15xf86-video-imxfb-vivante: Upgrade to 6.2.2.p0Tom Hochstein
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-11-28xf86-video-armada: Bump to 04748ffFabio Estevam
Bump to 04748ff, which contains the following changes: 04748ff etnaviv: avoid out of bounds accelerated picture accesses e907c63 etnaviv: add default string for error codes 33eaf05 etnaviv: add coordinates to Xrender Composite debug c191212 etnaviv: fix stale cache_timer pointer 1c4b212 etnaviv: fix timeout calculation This fixes GUI text corruption on imx6q when running a core-image-sato image. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-11-20Revert "xf86-video-imxfb-vivante: Change SRC_URI to point to git"Otavio Salvador
This reverts commit fb66d5010363083ea8d84160b74c62dad67f9a13. The commit does an upgrade to the driver without upgrading the other components. We are reverting this as it must be part of the GPU upgrade patchset. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-10-28xf86-video-imxfb-vivante: Change SRC_URI to point to gitDaiane Angolini
Change SRC_URI to point to git repo on Code Aurora as it mirrors the git.freescale.com. It also changes the working directory to reflect the git structure. Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-05-30xf86-video-armada: addTrevor Woerner
If the user enables "use-mainline-bsp" in MACHINEOVERRIDES, assume they want to use the open-source, reverse-engineered etnaviv drm x11 driver. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-03-09xf86-video-imxfb-vivante: cleanupMax Krummenacher
The build starts since commit meta-fsl-arm da0581341a58dfe393a829b3c402330c73589963 with the make file in ${S} which is actually named Makefile, thus there is no need to override base.do_compile or pass the directory and name of the make file in EXTRA_OEMAKE. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-03-09xorg-driver: remove the local copies of xorg-driver-*.incMax Krummenacher
recipes-graphics/xorg-driver/xorg-driver-common.inc is identical to the copy in openembedded-core. xorg-driver-video.inc lacks the automatic addition of xorg-driver-abi-<ABI> to RDEPENDS. (and constructs DEPENDS differently but with the same effect) xf86-video-fbdev must now provide the full relative path for its include file. fixes: WARNING: xf86-video-imxfb-vivante-3_5.0.11.p8.6-r0 do_package_qa: QA Issue: Package xf86-video-imxfb-vivante contains Xorg driver (vivante_drv.so) but no xorg-abi- dependencies [xorg-driver-abi] and likely but not tested fixes the same warning for xf86-video-fbdev used for PPC devices. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18xf86-video-imx-fb-vivante: Upgrade to 5.0.11.p8.6Lauren Post
Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-23xf86-video-imxfb-vivante: obey LDFLAGS settingsOtavio Salvador
The gcc-cross default linker hash has been changed in OE-Core:fa436aeb, due that the broken recipes (which were not respecting the set LDFLAGS settings) are now exposed. This fixes the error setting the need Make flags so the build system obey the LDFLAGS setting. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-06-02xf86-video-imxfb-vivante: Upgrade to 5.0.11.p8.4Lauren Post
Fix to fallback to software path when transform is not supported Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19xf86-video-imxfb-vivante: Update graphics to 5.0.11-p8.3 versionTom Hochstein
- Update version - Remove upstreamed patch Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19xf86-video-imxfb-vivante: Upgrade to 5.0.11.p7.4 versionNeena Busireddy
- License changed to MIT. - Remove the upstreamed patch. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19xf86-video-imxfb-vivante: Stop using swaprep.h headerOtavio Salvador
The 'swaprep.h' is an internal Xorg header and is not being installed anymore. The swap features are provided by the 'misc.h' header now. Fixes [YOCTO: #8737] Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19xf86-video-imxfb-vivante: Stop using Git to write local versionOtavio Salvador
The standard version does not use a Git repository so we should not use Git to identify the commit of the build as it can end getting the version from a wrong repository and can be misleading. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19xf86-video-imxfb-vivante: Move patches attribution to the recipeOtavio Salvador
The patches applied on top of the source code are version specific and should not be listed in the '.inc' file. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19xf86-video-imxfb-vivante: Stop running 'make' in debug modeOtavio Salvador
There is no need to run 'make' in debug mode, by default, as it increases log size and build time for no good reason. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19xf86-video-imxfb-vivante: Upgrade to 5.0.11.p7.1 versionLauren Post
- Add a COPYING-GPL file and update files to use this file The license is now provided in the package. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19xf86-video-imxfb-vivante: don't drop GCC 5.2 patchMax Krummenacher
Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19xf86-video-imxfb-vivante: forward port GCC5.2 patchMax Krummenacher
Port to 5.0.11.p6.3-beta. Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19Drop Freescale official Linux kernel for i.MX23, i.MX28 and i.MX5 SoC familiesOtavio Salvador
The Linux kernel provided by Freescale for i.MX28 and i.MX5 is too old (2.6.35.3) and there are no plans to upgrade it, as the OE-Core is going to use GCC 5.2 as default compiler soon and it is not possible to compile this kernel with the new toolchain, thus the removal. The metadata related to the i.MX23, i.MX28 and i.MX5 SoC family, which is dependant of this Linux kernel support, has been removed in this commit so if someone ever wants to bring it back it is easy to find out all the necessary changes. The recipes affected are: - alsa-state - amd-gpu-x11-bin - gtk+3 - imx-lib - imx-test - imx-vpu - libfslcodec - linux-imx - mesa - qt4-embedded-free - qt4-x11-free - qtbase - xf86-video-imxfb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
2016-04-19xf86-video-imxfb-vivante: Fix gcc 5.2 build breakTom Hochstein
Fix build break with gcc 5.2 caused by warnings being treated as errors. Signed-off-by: Tom Hochstein <Tom.Hochstein@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19xf86-video-imxfb-vivante: Upgrade to 5.0.11.p6.3Lauren Post
Released with 3.14.38-6QP_beta release. Upgrade to version 5.0.11.p6.3 to align with imx-gpu-viv upgrade. - Fixes for Xrandr rotation, and video modes not displaying correctly. - Fixes for Xrandr not displaying correctly with PXP. - Fix for alignment in xorg.conf to notify EXA driver the display engine. - Add GC2000+ support. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-28Move meta-fsl-ppc content to layer rootOtavio Salvador
This commit is just a rename of all contents of meta-fsl-ppc subdirectory to this layer's root, merging the contents of common files, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-16Move meta-fsl-arm content to layer rootOtavio Salvador
The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>