From 45edb36ac263a9c09ab9d3964cc58b648ed82af0 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 12 Jun 2019 15:15:17 -0400 Subject: meta-agl-bsp: Changes to get imx6qdlsabreauto working with etnaviv Update imx6qdlsabreauto configuration to use open source etnaviv GPU driver instead of Vivante. The previously required weston-ini-conf has been removed as it is not required with etnaviv, and a bbappend has been added for the linux-fslc kernel that this configuration uses so it will pull in the AGL kernel bits. Additionally, the kernel configuration for linux-fslc is tweaked with config fragments to better match the other AGL platforms. Bug-AGL: SPEC-1674, SPEC-2502 Change-Id: Ic40d310b48405ccc7d1435f0fc9f162a129cffe9 Signed-off-by: Scott Murray --- .../recipes-graphics/wayland/weston-ini-conf.bbappend | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-ini-conf.bbappend (limited to 'meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland') diff --git a/meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-ini-conf.bbappend b/meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-ini-conf.bbappend deleted file mode 100644 index ec6cbaccc..000000000 --- a/meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-ini-conf.bbappend +++ /dev/null @@ -1,11 +0,0 @@ -# Currently only works with fbdev backend -# and only one default output - -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -SRC_URI_remove = "file://hdmi-a-1-270.cfg" -SRC_URI += "file://fbdev.cfg" - -do_configure() { - sed -i -e 's/drm-backend/fbdev-backend/' ${WORKDIR}/core.cfg -} -- cgit 1.2.3-korg