aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/images/core-image-rt-extended.bb
blob: d449e6984063ddee88923ec0fed575af4801efff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require recipes-core/images/core-image-minimal-dev.bb

DEPENDS = "linux-yocto"

IMAGE_FEATURES += "package-management ssh-server-dropbear"
EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks tools-profile dbg-pkgs"

IMAGE_INSTALL = "\
	${CORE_IMAGE_BASE_INSTALL} \
	rt-app \
	schedtool-dl \
	"