From 24396b28f0137464cd82b9a19f705c1db180ead2 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 2 Sep 2015 16:49:45 -0300 Subject: Rework i.MX6 UltraLite support to not use other i.MX6 code The i.MX6 UltraLite is very different from the other i.MX6 SoCs and the current BSP infrastructure needs to be reworked to allow for more granullar control of the features each SoC provide to control the changes to be applied for the SoC peripherals support. For now, it is not possible to express this clearly in the BSP so the current change is to revert some of the changes done for the i.MX6 UltraLite to be enabled and make sure that the boards using the SoC does not inherit the 'mx6' override. Signed-off-by: Otavio Salvador --- recipes-graphics/wayland/weston_%.bbappend | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'recipes-graphics/wayland') diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend index a254f07..a7496da 100644 --- a/recipes-graphics/wayland/weston_%.bbappend +++ b/recipes-graphics/wayland/weston_%.bbappend @@ -1,11 +1,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -# only install patch for mx6 with a GPU -GPU_PATCH = "file://0001-MGS-840-Add-i.MX6-support-for-weston.patch" -SRC_URI_append_mx6q = " ${GPU_PATCH}" -SRC_URI_append_mx6dl = " ${GPU_PATCH}" -SRC_URI_append_mx6sx = " ${GPU_PATCH}" -SRC_URI_append_mx6sl = " ${GPU_PATCH}" +SRC_URI_append_mx6 = " file://0001-MGS-840-Add-i.MX6-support-for-weston.patch" PACKAGECONFIG_append_mx6q = " cairo-glesv2" PACKAGECONFIG_append_mx6dl = " cairo-glesv2" -- cgit v1.2.3-54-g00ecf