aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel-support/recipes-core/images/development-image.bb
blob: 36178685d0d3e491820fbf995adf04920360b23d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# ---------------------------------------------------------------------------------------------------------------------
# SPDX-License-Identifier: MIT
# ---------------------------------------------------------------------------------------------------------------------

SUMMARY = "A development/debugging image that fully supports the target \
device hardware."

IMAGE_FEATURES = "${IMAGE_FEATURES_DEVELOPMENT} ${EXTRA_IMAGE_FEATURES}"
IMAGE_FEATURES_DEVELOPMENT ?= "debug-tweaks tools-profile"
IMAGE_FEATURES_DISABLED_DEVELOPMENT ?= ""
IMAGE_FEATURES:remove = "${IMAGE_FEATURES_DISABLED_DEVELOPMENT}"

require recipes-core/images/mel-image.inc