diff options
author | 2021-10-18 14:07:53 +0200 | |
---|---|---|
committer | 2021-10-18 14:19:32 +0200 | |
commit | 1d9b82cd1023fa90495f94977cb3783e3d5b4fdb (patch) | |
tree | 592b3581e0ce94db3f0eff9d2b5e9310082f6f5c /meta-agl-core/scripts | |
parent | 1b0d65113b277610135b5599c8810ca7a4e3df4c (diff) |
WIP: rm appfw
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Icdaeadfb5d2193f3a4c535168c88da6073423e67
Diffstat (limited to 'meta-agl-core/scripts')
-rwxr-xr-x | meta-agl-core/scripts/run-yocto-check-layer-feature-enabled.sh | 2 | ||||
-rwxr-xr-x | meta-agl-core/scripts/run-yocto-check-layer.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-core/scripts/run-yocto-check-layer-feature-enabled.sh b/meta-agl-core/scripts/run-yocto-check-layer-feature-enabled.sh index fec73069e..f00ccc665 100755 --- a/meta-agl-core/scripts/run-yocto-check-layer-feature-enabled.sh +++ b/meta-agl-core/scripts/run-yocto-check-layer-feature-enabled.sh @@ -20,7 +20,7 @@ AGL_EXTRA_IMAGE_FSTYPES ?= "" # important settings imported from poky-agl.conf # we do not import -DISTRO_FEATURES:append = " systemd smack" +DISTRO_FEATURES:append = " systemd" DISTRO_FEATURES_BACKFILL_CONSIDERED:append = " sysvinit" VIRTUAL-RUNTIME_init_manager = "systemd" diff --git a/meta-agl-core/scripts/run-yocto-check-layer.sh b/meta-agl-core/scripts/run-yocto-check-layer.sh index 369ed98b4..71eaedb70 100755 --- a/meta-agl-core/scripts/run-yocto-check-layer.sh +++ b/meta-agl-core/scripts/run-yocto-check-layer.sh @@ -20,7 +20,7 @@ AGL_EXTRA_IMAGE_FSTYPES ?= "" # important settings imported from poky-agl.conf # we do not import -DISTRO_FEATURES:append = " systemd smack" +DISTRO_FEATURES:append = " systemd" DISTRO_FEATURES_BACKFILL_CONSIDERED:append = " sysvinit" VIRTUAL-RUNTIME_init_manager = "systemd" |