diff options
author | Kai Kang <kai.kang@windriver.com> | 2020-12-02 10:21:45 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-06 23:17:28 +0000 |
commit | 12a19ba56e4874777592506ee520fe5a5803c40e (patch) | |
tree | 3349f7ec67fd7329b007fbcdd4a79efe4ed4d363 /meta/recipes.txt | |
parent | 2ab32edca8ebf07be5c38954f8f860f5fa91c59d (diff) | |
download | poky-12a19ba56e4874777592506ee520fe5a5803c40e.tar.gz |
systemd.bbclass: update command to check systemctl available
When use a core image with systemd as docker image, it fails to
install/remove package which calls systemctl in post scripts.
It fails to run systemctl in a container:
bash-5.0# systemctl
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
So replace the criterion command 'type systemctl' with 'systemctl' in
package post scripts to check whether systemctl available.
(From OE-Core rev: a52e66762c0c51918b1ba3d4622759637b6e920a)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes.txt')
0 files changed, 0 insertions, 0 deletions