summaryrefslogtreecommitdiff
path: root/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-11-18 15:18:51 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-12-08 02:20:27 +0100
commit54fcd0df1d3a1cc439d347bb7fd48fb92d68c454 (patch)
treefe817479e0a5223dda08912df9a05507c511f0bb /recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
parente4de5cfe2832c04670ac154fa5ae02fa53c75c39 (diff)
eglinfo-x11: add bbappend for tegra
Diffstat (limited to 'recipes-graphics/eglinfo/eglinfo-x11_%.bbappend')
-rw-r--r--recipes-graphics/eglinfo/eglinfo-x11_%.bbappend13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
new file mode 100644
index 0000000..f3eb4fd
--- /dev/null
+++ b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
@@ -0,0 +1,13 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+
+PACKAGE_ARCH_tegra = "${MACHINE_ARCH}"
+
+# Set Tegra specific dependencies and device type
+DEPENDS_tegra += "virtual/libgles2"
+EGLINFO_DEVICE_tegra = "generic"
+
+SRCREV = "223817ee37988042db7873cfb5b2e899dfe35c10"
+
+SRC_URI_append_tegra = " \
+ file://eglinfo.patch \
+"