From ad4b257624ee9827dac00f108fb65978157f06ac Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 20 Jan 2021 18:35:25 +0100 Subject: Allow -nogfx boards to start the homescreen This allows to produce working images without restricted licenses. Software rendering will be slow and screen updates take a while. v2: adapted to use WESTON_USE_PIXMAN Bug-AGL: SPEC-3774 Signed-off-by: Jan-Simon Moeller Change-Id: Iaea1985da48985dfe223471a86b04d8921cc8d7a Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25933 Reviewed-by: Scott Murray Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- meta-agl-bsp/conf/include/agl_h3-salvator-x-nogfx.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-agl-bsp/conf/include/agl_h3-salvator-x-nogfx.inc') diff --git a/meta-agl-bsp/conf/include/agl_h3-salvator-x-nogfx.inc b/meta-agl-bsp/conf/include/agl_h3-salvator-x-nogfx.inc index c12026351..3bc9f95c2 100644 --- a/meta-agl-bsp/conf/include/agl_h3-salvator-x-nogfx.inc +++ b/meta-agl-bsp/conf/include/agl_h3-salvator-x-nogfx.inc @@ -8,3 +8,7 @@ DTB_SUFFIX = "r8a7795-salvator-xs" BBMASK += "gles-user-module|kernel-module-gles|wayland-kms|libgbm" # Mask MMP recipes BBMASK += "kernel-module-uvcs-drv|omx-user-module" + +# do use software rendering to display the compositor +# used for images w/o binary-only driver +WESTON_USE_PIXMAN = "1" -- cgit 1.2.3-korg