summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-04-22 19:10:04 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-04-23 13:05:57 -0300
commit98ed45389044518700f96779fc19e0136d36b434 (patch)
tree0d7c1e67e05397a5b91b822a7246758499dd0a5c
parente3cc9452aaa2895bbc8bdd7c8940b4dd2d14213e (diff)
downloadmeta-fsl-arm-98ed45389044518700f96779fc19e0136d36b434.tar.gz
eglinfo: Avoid contaminating other boards
The i.MX6 specific overrides needs to be set using _mx6 OVERRIDE to avoid contaminating other boards. The extra DEPENDS has been removed as the original recipe already depends on virtual/egl so all i.MX6 variants are covered. Change-Id: Id9cdd9a4d46d44b9afc6580784d024a54c45ee4a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-graphics/eglinfo/eglinfo-fb_%.bbappend3
-rw-r--r--recipes-graphics/eglinfo/eglinfo-x11_%.bbappend3
2 files changed, 2 insertions, 4 deletions
diff --git a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend b/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend
index 5f359a3..0b09379 100644
--- a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend
+++ b/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend
@@ -1,3 +1,2 @@
1# Set i.MX specific dependencies and device type 1# Set i.MX specific dependencies and device type
2DEPENDS += "virtual/libgles2" 2EGLINFO_DEVICE_mx6 = "imx6"
3EGLINFO_DEVICE = "imx6"
diff --git a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
index 5f359a3..0b09379 100644
--- a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
+++ b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
@@ -1,3 +1,2 @@
1# Set i.MX specific dependencies and device type 1# Set i.MX specific dependencies and device type
2DEPENDS += "virtual/libgles2" 2EGLINFO_DEVICE_mx6 = "imx6"
3EGLINFO_DEVICE = "imx6"