mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
acpid: fix acpid boot error
when booting board,the acpid daemon display some error information. the information as follow: acpid: opendir(/etc/acpi/events): No such file or directory the path "/etc/acpi/events" does not exist,so building the directory to fix the bug. (From OE-Core rev: 8c0cc8815919c23033a4bb937331c2650c8aee4e) Signed-off-by: Baogen Shang <baogen.shang@windriver.com> Signed-off-by: Jeff Polk <jeff.polk@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6a3a4ba267
commit
637ad2f819
@@ -2,6 +2,7 @@
|
||||
|
||||
test -x /usr/sbin/acpid || exit 0
|
||||
test -d /proc/acpi || exit 0
|
||||
mkdir -p /etc/acpi/events
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
|
||||
Reference in New Issue
Block a user