Skip to content
Snippets Groups Projects
Commit 422b3f78 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

images: Removed feature-check from minimal image

The feature-check isn't used in the minimal image. Yocto shows a warning
because of this, so we remove the include from the minimal image and
move it to the standard/small images.
parent 8aaf562d
No related branches found
No related tags found
1 merge request!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more
......@@ -2,6 +2,8 @@ SUMMARY = "A small SECO North Yocto Image"
include guf-image.inc
inherit features_check
REQUIRED_DISTRO_FEATURES = "wayland"
# ----------------------------------------------
......
SUMMARY = "The standard SECO North Yocto Image"
require guf-image.inc
inherit populate_sdk_qt5
inherit populate_sdk_qt5 features_check
REQUIRED_DISTRO_FEATURES = "wayland"
......
......@@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca
IMAGE_BOOT_FILES = "${KERNEL_IMAGETYPE}"
HOMEPAGE = "https://www.seco.com"
inherit core-image extrausers features_check
inherit core-image extrausers
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment