diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-01 15:38:36 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-09-08 11:24:25 -0300 |
commit | 627c958c61f006e852cd2353c289117424e79bbc (patch) | |
tree | b60a44b3d00428f11415b90ed2e6cca534e812c6 | |
parent | 39f2d81ad5b108abfa814e2655352bfe459af26b (diff) | |
download | meta-freescale-627c958c61f006e852cd2353c289117424e79bbc.tar.gz |
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 <otavio@ossystems.com.br>
-rw-r--r-- | recipes-graphics/eglinfo/eglinfo-fb_%.bbappend | 4 | ||||
-rw-r--r-- | recipes-graphics/eglinfo/eglinfo-x11_%.bbappend | 4 |
2 files changed, 2 insertions, 6 deletions
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 @@ | |||
1 | # Set i.MX specific dependencies and device type | 1 | # Set i.MX specific dependencies and device type |
2 | EGLINFO_DEVICE_mx6q = "imx6" | 2 | EGLINFO_DEVICE_imxgpu3d = "imx6" |
3 | EGLINFO_DEVICE_mx6dl = "imx6" | ||
4 | EGLINFO_DEVICE_mx6sx = "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 @@ | |||
1 | # Set i.MX specific dependencies and device type | 1 | # Set i.MX specific dependencies and device type |
2 | EGLINFO_DEVICE_mx6q = "imx6" | 2 | EGLINFO_DEVICE_imxgpu3d = "imx6" |
3 | EGLINFO_DEVICE_mx6dl = "imx6" | ||
4 | EGLINFO_DEVICE_mx6sx = "imx6" | ||