diff options
author | Lorenzo Tilve <ltilve@igalia.com> | 2021-02-02 11:54:39 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-02-02 18:07:57 +0000 |
commit | 0ad4faa58b11d61af7e5f112929d70860dbd9365 (patch) | |
tree | 8fbdeadae83b4c8a937c1b1559f7715ee487e70a | |
parent | def51558c5f967d9a420b21829c70e47771abaeb (diff) |
wam: Fix startup issue on qemux86-64koi_10.93.1koi/10.93.110.93.1
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
(cherry picked from commit 1f35f571b8bf96ff29b80c5750998a2f31391887)
-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 |