From 0ad4faa58b11d61af7e5f112929d70860dbd9365 Mon Sep 17 00:00:00 2001 From: Lorenzo Tilve Date: Tue, 2 Feb 2021 11:54:39 +0100 Subject: [PATCH] wam: Fix startup issue on qemux86-64 There was an issue on WAM startup related with the initialization of the pmlog that was causing a crash on qemu. Update the WAM version to avoid that crash. It includes a revert on a change added to the logging system that triggered memory errors on qemu, and which with the fix for user-data-dir creation, allow WAM to startup correctly. https://github.com/Igalia/webosose-wam/commit/8a1ec2f3e474199a689ae71a12ba70a230770c0d BUG-AGL: SPEC-3780 BUG-AGL: SPEC-3781 Signed-off-by: Lorenzo Tilve Change-Id: Id528f8e3270e4f5417fbfda4cdb6a10b001cd6bb (cherry picked from commit 1f35f571b8bf96ff29b80c5750998a2f31391887) --- recipes-wam/wam/wam_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-wam/wam/wam_git.bb b/recipes-wam/wam/wam_git.bb index cf2d5fad7..536b71f94 100644 --- a/recipes-wam/wam/wam_git.bb +++ b/recipes-wam/wam/wam_git.bb @@ -33,7 +33,7 @@ SRC_URI = "\ file://trunc-webapp-roles.patch \ " S = "${WORKDIR}/git" -SRCREV = "a9f18b049d319865514f5f92b248ecdf9c09761d" +SRCREV = "8a1ec2f3e474199a689ae71a12ba70a230770c0d" do_install_append() { install -d ${D}${sysconfdir}/wam -- 2.16.6