From b19520a8e598a4a2893f90b485bca42acfb4cb65 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 22 Apr 2015 19:10:04 -0300 Subject: [PATCH] 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 --- meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend | 3 +-- meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend b/meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend index 5f359a39..0b09379d 100644 --- a/meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend +++ b/meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend @@ -1,3 +1,2 @@ # Set i.MX specific dependencies and device type -DEPENDS += "virtual/libgles2" -EGLINFO_DEVICE = "imx6" +EGLINFO_DEVICE_mx6 = "imx6" diff --git a/meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend b/meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend index 5f359a39..0b09379d 100644 --- a/meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend +++ b/meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend @@ -1,3 +1,2 @@ # Set i.MX specific dependencies and device type -DEPENDS += "virtual/libgles2" -EGLINFO_DEVICE = "imx6" +EGLINFO_DEVICE_mx6 = "imx6" -- 2.40.1