]> code.ossystems Code Review - meta-freescale.git/commitdiff
eglinfo: Avoid contaminating other boards
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 22 Apr 2015 22:10:04 +0000 (19:10 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 23 Apr 2015 16:05:57 +0000 (13:05 -0300)
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>
meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend
meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend

index 5f359a39e71225e2f06132fadac13be42e70a249..0b09379d918e523fe9ee2f3cdaeff4706fcd7cd8 100644 (file)
@@ -1,3 +1,2 @@
 # Set i.MX specific dependencies and device type
-DEPENDS += "virtual/libgles2"
-EGLINFO_DEVICE = "imx6"
+EGLINFO_DEVICE_mx6 = "imx6"
index 5f359a39e71225e2f06132fadac13be42e70a249..0b09379d918e523fe9ee2f3cdaeff4706fcd7cd8 100644 (file)
@@ -1,3 +1,2 @@
 # Set i.MX specific dependencies and device type
-DEPENDS += "virtual/libgles2"
-EGLINFO_DEVICE = "imx6"
+EGLINFO_DEVICE_mx6 = "imx6"