1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

meta-rt: add an -rt-sdk image

Add images including the SDK without the addition of the grapical environment or
packages.

(From OE-Core rev: c594579fe1d9a8c97f2dcf8fbec9fc401e73c667)

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Darren Hart
2011-07-22 12:56:29 -07:00
committed by Richard Purdie
parent a197c6faf6
commit eca7687996
+15
View File
@@ -0,0 +1,15 @@
#
# Copyright (C) 2011 Intel Corporation.
#
DESCRIPTION = "Real-Time Linux Image with SDK support"
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"