From: Otavio Salvador Date: Fri, 1 Jul 2016 18:38:36 +0000 (-0300) Subject: eglinfo: Refactor code to use the new overrides X-Git-Tag: 2.2~266 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=627c958c61f006e852cd2353c289117424e79bbc;p=meta-freescale.git eglinfo: Refactor code to use the new overrides The recipe has been reworked to use the 'imxgpu3d' feature override. Change-Id: I070f22de1ad8455cb090e034f5f4aee5470269c4 Signed-off-by: Otavio Salvador --- diff --git a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend b/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend index 0fd67814..7aa0e50f 100644 --- a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend +++ b/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend @@ -1,4 +1,2 @@ # Set i.MX specific dependencies and device type -EGLINFO_DEVICE_mx6q = "imx6" -EGLINFO_DEVICE_mx6dl = "imx6" -EGLINFO_DEVICE_mx6sx = "imx6" +EGLINFO_DEVICE_imxgpu3d = "imx6" diff --git a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend index 0fd67814..7aa0e50f 100644 --- a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend +++ b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend @@ -1,4 +1,2 @@ # Set i.MX specific dependencies and device type -EGLINFO_DEVICE_mx6q = "imx6" -EGLINFO_DEVICE_mx6dl = "imx6" -EGLINFO_DEVICE_mx6sx = "imx6" +EGLINFO_DEVICE_imxgpu3d = "imx6"