aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel/recipes-core/images/console-image.bb
blob: 09f07ab72a6f434dee211fb21c238c0e4a606b47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ---------------------------------------------------------------------------------------------------------------------
# SPDX-License-Identifier: MIT
# ---------------------------------------------------------------------------------------------------------------------

SUMMARY = "A console-only image that fully supports the target device \
hardware."

# We want a package manager in our basic console image
IMAGE_FEATURES += "package-management"

# We want libgcc to always be available, even if nothing needs it, as its size
# is minimal, and it's often needed by third party (or QA) binaries
IMAGE_INSTALL:append:mel = " libgcc"

LICENSE = "MIT"

inherit core-image

IMAGE_FEATURES .= "${@bb.utils.contains('COMBINED_FEATURES', 'alsa', ' tools-audio', '', d)}"
IMAGE_INSTALL += " quota connman"