summaryrefslogtreecommitdiff
path: root/recipes-graphics
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-03-18 13:21:47 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-07 12:14:28 +0200
commita50963e7aed46f48d78c34c5d123031727982ca8 (patch)
tree93d67830ab4c67c95e6907a321ea6860e7bc5f1b /recipes-graphics
parentb717933ad06d3dd20d129e4ff350b1a20b81b895 (diff)
meta-toradex-tegra: cleanup whitespace use
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/drm/libdrm_%.bbappend18
-rw-r--r--recipes-graphics/eglinfo/eglinfo-x11_%.bbappend4
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend14
-rw-r--r--recipes-graphics/wayland/weston_%.bbappend10
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xorg-1.14.7.inc6
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bb13
6 files changed, 30 insertions, 35 deletions
diff --git a/recipes-graphics/drm/libdrm_%.bbappend b/recipes-graphics/drm/libdrm_%.bbappend
index c035f18..8eee5e2 100644
--- a/recipes-graphics/drm/libdrm_%.bbappend
+++ b/recipes-graphics/drm/libdrm_%.bbappend
@@ -1,16 +1,10 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-SRC_URI += "\
- file://0001-Add-drmModeAddFB2WithModifiers-which-takes-format-mo.patch \
- file://0001-sync-kernel-UAPI.patch \
- "
-PACKAGES += "\
- ${PN}-tegra \
- \
- "
+SRC_URI += " \
+ file://0001-Add-drmModeAddFB2WithModifiers-which-takes-format-mo.patch \
+ file://0001-sync-kernel-UAPI.patch \
+"
+PACKAGES += " ${PN}-tegra"
FILES_${PN}-tegra = "${libdir}/libdrm_tegra.so.*"
-EXTRA_OECONF_append += "\
- --enable-tegra-experimental-api \
- "
-
+EXTRA_OECONF_append += " --enable-tegra-experimental-api"
diff --git a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
index c8b8985..38f2969 100644
--- a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
+++ b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
@@ -8,6 +8,4 @@ EGLINFO_DEVICE_tegra = "generic"
SRCREV = "223817ee37988042db7873cfb5b2e899dfe35c10"
-SRC_URI_append_tegra = " \
- file://eglinfo.patch \
-"
+SRC_URI_append_tegra = " file://eglinfo.patch"
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index f9e039c..84d0dbe 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -31,13 +31,13 @@ EXTRA_OECONF_append_tegra124m = " --enable-texture-float --without-dri-drivers -
DRIDRIVERS_tegra124m = " "
GALLIUMDRIVERS_tegra124m = "tegra"
-SRC_URI_append_tegra124m = "\
- file://0001-gallium-add-renderonly-library.patch \
- file://0004-gallium-add-tegra-support.patch \
- file://0005-tegra-open-card1-instead-of-renderD128.patch \
- file://0006-HACK-make-DRI-work-under-X.patch \
- file://0008-remove-dependency-on-libdrm_tegra.patch \
- "
+SRC_URI_append_tegra124m = " \
+ file://0001-gallium-add-renderonly-library.patch \
+ file://0004-gallium-add-tegra-support.patch \
+ file://0005-tegra-open-card1-instead-of-renderD128.patch \
+ file://0006-HACK-make-DRI-work-under-X.patch \
+ file://0008-remove-dependency-on-libdrm_tegra.patch \
+"
PACKAGE_ARCH_tegra124m = "${MACHINE_ARCH}"
PE_tegra124m = "99"
diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend
index cb57c9b..a5c01b1 100644
--- a/recipes-graphics/wayland/weston_%.bbappend
+++ b/recipes-graphics/wayland/weston_%.bbappend
@@ -5,8 +5,8 @@ PACKAGE_ARCH_tegra124m = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE_tegra124m = "(apalis-tk1-mainline)"
SRC_URI_append_tegra124m = "\
- file://0001-compositor-drm-Add-new-gbm-struct-to-allow-for-a-sep.patch \
- file://0002-compositor-drm-Add-support-for-Tegra-Jetson-TK1.patch \
- file://0003-Add-glFinish-to-DRM-backend-to-avoid-tearing.patch \
- file://0004-use-name-based-detection-of-display-and-render-nodes.patch \
- "
+ file://0001-compositor-drm-Add-new-gbm-struct-to-allow-for-a-sep.patch \
+ file://0002-compositor-drm-Add-support-for-Tegra-Jetson-TK1.patch \
+ file://0003-Add-glFinish-to-DRM-backend-to-avoid-tearing.patch \
+ file://0004-use-name-based-detection-of-display-and-render-nodes.patch \
+"
diff --git a/recipes-graphics/xorg-xserver/xserver-xorg-1.14.7.inc b/recipes-graphics/xorg-xserver/xserver-xorg-1.14.7.inc
index e141582..5fe0a9f 100644
--- a/recipes-graphics/xorg-xserver/xserver-xorg-1.14.7.inc
+++ b/recipes-graphics/xorg-xserver/xserver-xorg-1.14.7.inc
@@ -16,8 +16,10 @@ PE = "2"
INC_PR = "r8"
XORG_PN = "xorg-server"
-SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.bz2"
-SRC_URI += "file://macro_tweak.patch"
+SRC_URI = " \
+ ${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.bz2 \
+ file://macro_tweak.patch \
+"
S = "${WORKDIR}/${XORG_PN}-${PV}"
diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bb b/recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bb
index 515e491..d7ffd7b 100644
--- a/recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bb
+++ b/recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bb
@@ -5,12 +5,13 @@ COMPATIBLE_MACHINE = "(tegra2|tegra3)"
LIC_FILES_CHKSUM = "file://COPYING;md5=bc098b9774ed096943f6c37b5beeef13"
# Misc build failure for master HEAD
-SRC_URI += "file://crosscompile.patch \
- file://fix_open_max_preprocessor_error.patch \
- file://mips64-compiler.patch \
- file://aarch64.patch \
- file://xorg-CVE-2013-6424.patch \
- file://0001-sdksyms.sh-Make-sdksyms.sh-work-with-gcc5.patch \
+SRC_URI += "\
+ file://crosscompile.patch \
+ file://fix_open_max_preprocessor_error.patch \
+ file://mips64-compiler.patch \
+ file://aarch64.patch \
+ file://xorg-CVE-2013-6424.patch \
+ file://0001-sdksyms.sh-Make-sdksyms.sh-work-with-gcc5.patch \
"
SRC_URI_append_tegra = " file://Revert_Use_new_pixman_glyph_cache_t_API_that_will_be_in_pixman0.28.0.patch"