summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)Author
2016-09-29trdx-nv-binaries: mv all files into recipes-bsp/trdx-nv-binariesMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-29tegrastats: mv all files into recipes-bsp/tegrastatsMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-29xorg-xserver: mv all files into recipes-graphics/xorg-xserver/Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-06-30recipes/xorg-xserver/xserver-xf86-config: integrate apalis-tk1Marcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-06-30tegrastats: integrate tk1 binary from l4t r21.4Marcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-30nvsamples: fix build QA warningMax Krummenacher
Address the following warnings: WARNING: QA Issue: nvsamples rdepends on libice, but it isn't a build dependency? [build-deps] WARNING: QA Issue: nvsamples rdepends on libsm, but it isn't a build dependency? [build-deps] Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-30xorg-xserver: switch Vybrid to DRM based DCU driver (modesetting)Stefan Agner
With the Linux 4.4 kernel a new DRM driver for the Display Controller Unit (DCU) is available. To make direct use of the DRM driver use the Xorg modesetting driver instead of the fbdev driver. This also allows to use xrandr. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-14trdx-nv-binaries: drop DEPENDS and ignore build-deps warningMax Krummenacher
As we inject binary only drivers drop the DEPENDS and skip the checks if all referenced shared objects have been built as a dependency. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-14trdx-nv-binaries: use oe to deploy the license filesMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2015-10-30joe: drop recipe in favour of meta-openembeddedMax Krummenacher
meta-openembedded provides a recipe for joe, use that one.
2015-05-18apalis/colibri_t30: libgstomx fix to validate input frame rateMarcel Ziswiler
OpenMAX-IL implementation library aka libgstomx, evaluation version with fix to validate input frame rate.
2015-05-12tegrastats: add RDEPENDS for tegrastats-gtkMax Krummenacher
This fixes: WARNING: QA Issue: tegrastats-gtk requires libpangocairo-1.0.so.0, libpango-1.0.so.0, libcairo.so.2, libpangoft2-1.0.so.0, libgtk-x11-2.0.so.0, libgdk-x11-2.0.so.0, but no providers in its RDEPENDS [file-rdeps]
2015-05-12licenses: fix license string to known values or formatMax Krummenacher
2015-05-12recipes: replace short DESCRIPTION with SUMMARYMax Krummenacher
The SUMMARY variable gives a short description of the package (<72 chars). A missing DESCRIPTION is automatically set to the content of SUMMARY.
2015-05-12recipes: don't use ${PN} as a recipe name placeholderMax Krummenacher
${PN} might be extended with some magic prefix, so don't use it in SRC_URI assignments et. al.
2015-03-31trdx-nv-binaries: remove QA warningsMax Krummenacher
build-deps: add the following to DEPENDS which are referenced by the binaries: libxv gstreamer libpcre alsa-lib gst-plugins-base Don't check for file-rdeps
2015-03-31tegrastat: split out a GTK packageMax Krummenacher
2015-01-26trdx-nv-binaries: don't include X11 headers in eglplatform.hMax Krummenacher
Use the exact base types as X11 defines them. Newer compilers through errors when mixing unsigned with unsigned long and the likes.
2014-12-18Colibri T20: Integrate NVIDIA L4T R16.5 for T20Marcel Ziswiler
Integrate L4T R16.5 for T20 currently exclusively distributed via NVIDIA's partner portal. Should supposedly fix some memory leaks in gstreamer resp. its OpenMAX wrapper thereof.
2014-11-24Apalis/Colibri T30: Integrate NVIDIA L4T R16.5 for T30Marcel Ziswiler
Integrate L4T R16.5 currently exclusively distributed via NVIDIA's partner portal and for T30 only. Should supposedly fix some memory leaks in gstreamer resp. its OpenMAX wrapper thereof. While at it: - Unpack OpenMAX IL headers with overwrite option - Cleanup recipe and delete unused files
2014-10-06trdx-nv-binaries: don't include X11 headers in eglplatform.hMax Krummenacher
Qt5 uses tokens which would be renamed through defines in the X11 headers. So don't inject these defines into Qt5 sources through eglplatform.h. gcc 4.8 is more strict on type mismatch in assignments, so use correct variable type for the EGLNativeDisplayType pointer.
2014-10-06nvsamples: address build race conditionMax Krummenacher
On a fast server nvsamples rarly failed due to missing references. Don't use parallel make and use a symlink instead of a copy operation to move the related lib to its deployment place.
2014-08-04build warnings: remove warnings already strippedMax Krummenacher
Change to new way of inhibiting warning from INHIBIT_PACKAGE_DEBUG_SPLIT = "1" to INSANE_SKIP_${PN} = "already-stripped"
2014-08-04bbappends: remove the deprecated PRINC variableMax Krummenacher
2014-06-25opengl es: replace "eglplatform.h" file.raul
For qt5 khronos headers needs more definitions.
2014-04-30xorg-xserver: fix comments in xorg.conf filesMarcel Ziswiler
Fix comments in xorg.conf files for the Tegras.
2014-04-05trdx-nv-binaries: provide the khronos headers locallyMax Krummenacher
Provide the tarball locally rather than download it as the tarball is regularly changed and thus breaking the recipe.
2014-04-01glmark2: remove recipe in favor of meta-openemebeddedMax Krummenacher
2014-04-01glmark2: make sure libpng V1.2 and gles is installedMax Krummenacher
2014-03-17trdx-nv-binaries: update to L4T R16.4Max Krummenacher
- update binary userspace drivers to R16.4 - remove old versions - use the SOC Family tegra2 / tegra3 for file paths
2014-01-23xorg-xserver: add entry for fusion touchscreen driverStefan Agner
2014-01-23xorg-xserver: extended default xorg.confStefan Agner
Add sections for both monitor outputs, add example configuration to disable an output as well as select prefered mode.
2013-11-21Machine: use the changed machinename colibri-vfMax Krummenacher
2013-11-05Updated checksums of khronos_headers.tgzStefan Agner
2013-10-23glmark2: add missing dependenciesMax Krummenacher
2013-10-10colibri-vf50: add the machine, kernel and u-bootMax Krummenacher
- also add the relevant configuration files
2013-10-09xserver: remove bbappend for version 1.11.2Max Krummenacher
2013-10-07tegrastats: add --once, --help optionsMax Krummenacher
2013-09-22tegrastats: remove dependency on gtk for cmdline toolMax Krummenacher
2013-09-22trdx-nv-binaries: fix khronos checksum changesMax Krummenacher
while at it add PROVIDES for EGL, GLES 1.1, 2.0 use SOC FAMILY to simplify recipe
2013-09-22xserver: update to version 14, remove pixman_glyph_cacheMax Krummenacher
With the propriatry GPU driver, some text is not rendered. e.g. like in this report http://slopjong.de/2012/11/19/problem-with-font-rendering/ -> remvert the relevant patch
2013-09-22inhibit missing debug info warnings in binary packageMax Krummenacher
2013-09-22remove obsolete filesMax Krummenacher
2013-09-22libxi: provide dummy recipe - libxi.bbappend in a layer breaks buildMax Krummenacher
2013-09-22nv-binaries: oe-core required changesMax Krummenacher
- xserver driver api now at version 13 - conflicting wpasupplicant.conf renamed - move debug info into the dbg package
2013-09-22nvgstplayer: libpcre*.so symlinks to existing libs in newer oe-coreMax Krummenacher
2013-08-26xserver: move all xserver stuff in the same directoryMax Krummenacher
2013-08-12trdx-nv-binaries: checksum change in khronos_headers.tgzMax Krummenacher
khronos_headers.tgz has been updated with newer stuff from the khronos registry. As the file download is not version controlled a download will fail due to changed checksums.
2013-07-10tegrastats: correctly detect if running on T30Max Krummenacher
2013-06-07nv-binaries: update to L4T R16.3Max Krummenacher