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:
committed by
Richard Purdie
parent
a197c6faf6
commit
eca7687996
@@ -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"
|
||||
Reference in New Issue
Block a user