From feceeb931c9c940026e93753c37ad9e0721fe47d Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 8 Mar 2023 15:29:34 +0200 Subject: [PATCH] homescreen_git: Bump SRCREV to support 0.0.21 AGL compositor version This SRCREV bump update is required to add support for the 0.0.21 AGL compositor version. With it, we change the default homescreen with multiple surfaces to just using a single background surface and explicitly set an activation area. In more detail the following changes have been added: - 444b2a68a homescreen: Only keep the multiple surfaces approach in CI - 4c7852e6f homescreenhandler: Avoid using a stale wl_output - 7ff53ae1b meson.build: Bump to the latest agl-compositor version - bb4c83e29 homescreen: Add support for defining an activation area Change-Id: I23dfa8c8304b0493f29f38c2afb4a4837980a357 Signed-off-by: Marius Vlad --- recipes-demo/homescreen/homescreen_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-demo/homescreen/homescreen_git.bb b/recipes-demo/homescreen/homescreen_git.bb index 4f03ce823..f86c9a788 100644 --- a/recipes-demo/homescreen/homescreen_git.bb +++ b/recipes-demo/homescreen/homescreen_git.bb @@ -25,7 +25,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/homescreen;protocol=http file://homescreen.conf \ file://homescreen.token \ " -SRCREV = "d4f3ddfbad7a64937f00f13ba964e18d33effbb0" +SRCREV = "444b2a68a503caaf0d58729d8297ef179215e3c1" S = "${WORKDIR}/git" -- 2.16.6