diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2014-02-02 23:16:15 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-03 18:12:55 -0200 |
commit | caea34d0a4109720fba93897ea4a84a72b26189a (patch) | |
tree | 56c11d260b9c92f7cbdff0f9cbd3ec6cfb4bf0c1 | |
parent | 4d2f05a9bad2c8d177dd461586787e7b43b6253c (diff) | |
download | meta-fsl-arm-caea34d0a4109720fba93897ea4a84a72b26189a.tar.gz |
eglinfo: Add i.MX6 specific support
Change-Id: I1ae9dc8350827fd31ffc89338b00b9bc939d3f2b
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
-rw-r--r-- | recipes-graphics/eglinfo/eglinfo-fb_1.0.bbappend | 3 | ||||
-rw-r--r-- | recipes-graphics/eglinfo/eglinfo-x11_1.0.bbappend | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes-graphics/eglinfo/eglinfo-fb_1.0.bbappend b/recipes-graphics/eglinfo/eglinfo-fb_1.0.bbappend new file mode 100644 index 0000000..5f359a3 --- /dev/null +++ b/recipes-graphics/eglinfo/eglinfo-fb_1.0.bbappend | |||
@@ -0,0 +1,3 @@ | |||
1 | # Set i.MX specific dependencies and device type | ||
2 | DEPENDS += "virtual/libgles2" | ||
3 | EGLINFO_DEVICE = "imx6" | ||
diff --git a/recipes-graphics/eglinfo/eglinfo-x11_1.0.bbappend b/recipes-graphics/eglinfo/eglinfo-x11_1.0.bbappend new file mode 100644 index 0000000..5f359a3 --- /dev/null +++ b/recipes-graphics/eglinfo/eglinfo-x11_1.0.bbappend | |||
@@ -0,0 +1,3 @@ | |||
1 | # Set i.MX specific dependencies and device type | ||
2 | DEPENDS += "virtual/libgles2" | ||
3 | EGLINFO_DEVICE = "imx6" | ||