blob: db7d581832828fddc868e49e35e5602f19fe9bd5 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001require recipes-core/images/core-image-minimal.bb
2
3DESCRIPTION = "Small image capable of booting a device with a test suite and \
4tools for real-time use. It includes the full meta-toolchain, development \
5headers and libraries to form a standalone SDK."
6DEPENDS = "linux-yocto-rt"
7
8IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks"
9
10IMAGE_INSTALL += "rt-tests hwlatdetect kernel-dev"
11
12LICENSE = "MIT"