The i.MX6 specific overrides needs to be set using _mx6 OVERRIDE to
avoid contaminating other boards.

Change-Id: Id9cdd9a4d46d44b9afc6580784d024a54c45ee4a
Signed-off-by: Otavio Salvador <[email protected]>
---
 recipes-graphics/eglinfo/eglinfo-fb_%.bbappend  | 4 ++--
 recipes-graphics/eglinfo/eglinfo-x11_%.bbappend | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend 
b/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend
index 5f359a3..a6cb635 100644
--- a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend
+++ b/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend
@@ -1,3 +1,3 @@
 # Set i.MX specific dependencies and device type
-DEPENDS += "virtual/libgles2"
-EGLINFO_DEVICE = "imx6"
+DEPENDS_append_mx6 += "virtual/libgles2"
+EGLINFO_DEVICE_mx6 = "imx6"
diff --git a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend 
b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
index 5f359a3..a6cb635 100644
--- a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
+++ b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
@@ -1,3 +1,3 @@
 # Set i.MX specific dependencies and device type
-DEPENDS += "virtual/libgles2"
-EGLINFO_DEVICE = "imx6"
+DEPENDS_append_mx6 += "virtual/libgles2"
+EGLINFO_DEVICE_mx6 = "imx6"
-- 
2.1.4

-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to