diff options
author | Lorenzo Tilve <ltilve@igalia.com> | 2021-02-02 11:54:39 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2021-02-02 12:55:35 +0100 |
commit | 1f35f571b8bf96ff29b80c5750998a2f31391887 (patch) | |
tree | 6d9a1b919be30118d8725435291107a417ee7f8f /recipes-wam/wam | |
parent | 6195e3941ed7af426d5a92015c4d2658a9406895 (diff) |
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 <ltilve@igalia.com>
Change-Id: Id528f8e3270e4f5417fbfda4cdb6a10b001cd6bb
Diffstat (limited to 'recipes-wam/wam')
-rw-r--r-- | recipes-wam/wam/wam_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |