summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarta Rybczynska <marta.rybczynska@huawei.com>2022-09-01 16:28:30 +0200
committerIlias Apalodimas <ilias.apalodimas@linaro.org>2022-12-19 12:16:10 +0000
commit8c3e956fee50b75448a4c84cf10817ddaa598f15 (patch)
treeff68db0a1e0d3b6a17c971959fe01db7b938a9f2
parenta1ebbf966447df2d2ca7f6e6ca84271e4d0897f6 (diff)
ledge-minimal: remove uneeded feature_check
feature_check is inherited by this recipe, but not used. It causes a warning. Signed-off-by: Marta Rybczynska <marta.rybczynska@huawei.com> Signed-off-by: Marta Rybczynska <marta.rybczynska@linaro.org>
-rw-r--r--meta-ledge-secure/recipes-samples/images/ledge-minimal.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ledge-secure/recipes-samples/images/ledge-minimal.bb b/meta-ledge-secure/recipes-samples/images/ledge-minimal.bb
index 5057a21..ff6b07f 100644
--- a/meta-ledge-secure/recipes-samples/images/ledge-minimal.bb
+++ b/meta-ledge-secure/recipes-samples/images/ledge-minimal.bb
@@ -2,7 +2,7 @@ SUMMARY = "Minimal image"
LICENSE = "MIT"
-inherit core-image features_check extrausers
+inherit core-image extrausers
IMAGE_FEATURES += "package-management ssh-server-openssh allow-empty-password"
# REQUIRED_DISTRO_FEATURES = "pam systemd"