mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
systemd: Handle slow to boot mips hwdb update timeouts
This is a temporary workaround to avoid autobuilder failures until https://github.com/systemd/systemd/issues/13581 is resolved. Its being done globally even though its a mips problem for simplicity, it doesn't hurt anything else to have a longer timeout. (From OE-Core rev: 101d1ea3fe2d40ddde3139952545fa7128478f66) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -298,6 +298,11 @@ do_install() {
|
||||
install -Dm 0644 ${WORKDIR}/99-default.preset ${D}${systemd_unitdir}/system-preset/99-default.preset
|
||||
}
|
||||
|
||||
do_install_append () {
|
||||
# Mips qemu is extremely slow, allow more time for the hwdb update
|
||||
# This is a workaround until https://github.com/systemd/systemd/issues/13581 is resolved
|
||||
sed -i -e s#TimeoutSec=90s#TimeoutSec=180s# ${D}${systemd_unitdir}/system/systemd-hwdb-update.service
|
||||
}
|
||||
|
||||
python populate_packages_prepend (){
|
||||
systemdlibdir = d.getVar("rootlibdir")
|
||||
|
||||
Reference in New Issue
Block a user