aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-linaro/recipes-linaro/images/linaro-image-lng.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-linaro/recipes-linaro/images/linaro-image-lng.bb b/meta-linaro/recipes-linaro/images/linaro-image-lng.bb
index c3ae56e8..3ea1df01 100644
--- a/meta-linaro/recipes-linaro/images/linaro-image-lng.bb
+++ b/meta-linaro/recipes-linaro/images/linaro-image-lng.bb
@@ -26,6 +26,11 @@ IMAGE_INSTALL += " \
usecpu \
"
+# install the odp-ptest package if ptest is enabled in the
+# DISTRO_FEATURES (configured in local.conf)
+IMAGE_INSTALL += "${@bb.utils.contains( \
+ 'DISTRO_FEATURES', 'ptest', 'odp-ptest', '', d)}"
+
IMAGE_INSTALL_append_armv7a = " \
latency-test \
systemtap \