aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt/images/core-image-rt-sdk.bb
blob: 5a67eebbce09b1853e8ebb9301a8b9af721ad2ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Copyright (C) 2011 Intel Corporation.
#

DESCRIPTION = "Small image capable of booting a device with a test suite and \
tools for real-time use. It includes the full meta-toolchain, development \
headers and libraries to form a standalone SDK."
DEPENDS = "linux-yocto-rt"

require recipes-core/images/core-image-minimal.bb

IMAGE_FEATURES += "dev-pkgs tools-sdk"
EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-testapps debug-tweaks"

IMAGE_INSTALL += "rt-tests"

LICENSE = "MIT"