]> code.ossystems Code Review - openembedded-core.git/commitdiff
rt: Add hwlatdetect to rt images
authorDarren Hart <dvhart@linux.intel.com>
Wed, 12 Sep 2012 04:17:07 +0000 (21:17 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Sep 2012 14:11:12 +0000 (15:11 +0100)
This adds the newly separated hwlatdetect package to the rt images.
While this pulls in a python dependency, it is worth have hwlatdetect
installed by default on these images as they are intended to assist in
the evaluation of platforms for use in real-time environments.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-rt/images/core-image-rt-sdk.bb
meta/recipes-rt/images/core-image-rt.bb

index d3bf3e9ce2a3dca2d73953385ad36645e0feee27..58f983f894c4a2172458df12460363da3a518ad6 100644 (file)
@@ -7,6 +7,6 @@ DEPENDS = "linux-yocto-rt"
 
 IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug tools-profile tools-testapps debug-tweaks"
 
-IMAGE_INSTALL += "rt-tests kernel-dev"
+IMAGE_INSTALL += "rt-tests hwlatdetect kernel-dev"
 
 LICENSE = "MIT"
index f749bfe767d265dc5f47711b5d2b3b099b5fd3ba..cab6f8b749e6976faa1efedb2ecbbacb19bc63c4 100644 (file)
@@ -4,6 +4,6 @@ DESCRIPTION = "A small image just capable of allowing a device to boot plus a \
 real-time test suite and tools appropriate for real-time use."
 DEPENDS = "linux-yocto-rt"
 
-IMAGE_INSTALL += "rt-tests"
+IMAGE_INSTALL += "rt-tests hwlatdetect"
 
 LICENSE = "MIT"