diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2019-01-10 12:39:17 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2019-01-11 08:48:04 +0000 |
commit | 409ebc3c48b0923790b239c5bc0d381b68e38782 (patch) | |
tree | d8b4e69d9df01880e34603609fc88ac48dbcebd1 /meta-boot2qt-distro/recipes-qt | |
parent | 402191df19faa576e8b0635d7864868739af274b (diff) | |
download | meta-boot2qt-409ebc3c48b0923790b239c5bc0d381b68e38782.tar.gz |
Use tools-profile IMAGE_FEATURE
Use tools-profile to bring valgrind and perf to the image.
valgrind is not available for all architectures and including
it in the image caused build failure.
Change-Id: Ibdcd7098d0375d200416942779b2e36a89913d9d
Fixes: QTBUG-70379
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'meta-boot2qt-distro/recipes-qt')
3 files changed, 4 insertions, 1 deletions
diff --git a/meta-boot2qt-distro/recipes-qt/images/b2qt-automation-qt5-image.bb b/meta-boot2qt-distro/recipes-qt/images/b2qt-automation-qt5-image.bb index 25bfb4d..2442a39 100644 --- a/meta-boot2qt-distro/recipes-qt/images/b2qt-automation-qt5-image.bb +++ b/meta-boot2qt-distro/recipes-qt/images/b2qt-automation-qt5-image.bb | |||
@@ -37,6 +37,7 @@ IMAGE_FEATURES += "\ | |||
37 | package-management \ | 37 | package-management \ |
38 | ssh-server-dropbear \ | 38 | ssh-server-dropbear \ |
39 | tools-debug \ | 39 | tools-debug \ |
40 | tools-profile \ | ||
40 | debug-tweaks \ | 41 | debug-tweaks \ |
41 | hwcodecs \ | 42 | hwcodecs \ |
42 | " | 43 | " |
diff --git a/meta-boot2qt-distro/recipes-qt/images/b2qt-automotive-qt5-image.bb b/meta-boot2qt-distro/recipes-qt/images/b2qt-automotive-qt5-image.bb index b9c5fd0..eb5232e 100644 --- a/meta-boot2qt-distro/recipes-qt/images/b2qt-automotive-qt5-image.bb +++ b/meta-boot2qt-distro/recipes-qt/images/b2qt-automotive-qt5-image.bb | |||
@@ -37,6 +37,7 @@ IMAGE_FEATURES += "\ | |||
37 | package-management \ | 37 | package-management \ |
38 | ssh-server-dropbear \ | 38 | ssh-server-dropbear \ |
39 | tools-debug \ | 39 | tools-debug \ |
40 | tools-profile \ | ||
40 | debug-tweaks \ | 41 | debug-tweaks \ |
41 | hwcodecs \ | 42 | hwcodecs \ |
42 | " | 43 | " |
diff --git a/meta-boot2qt-distro/recipes-qt/images/b2qt-embedded-qt5-image.bb b/meta-boot2qt-distro/recipes-qt/images/b2qt-embedded-qt5-image.bb index 3ccfa09..1c49bc4 100644 --- a/meta-boot2qt-distro/recipes-qt/images/b2qt-embedded-qt5-image.bb +++ b/meta-boot2qt-distro/recipes-qt/images/b2qt-embedded-qt5-image.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | ############################################################################ | 1 | ############################################################################ |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2016 The Qt Company Ltd. | 3 | ## Copyright (C) 2019 The Qt Company Ltd. |
4 | ## Contact: https://www.qt.io/licensing/ | 4 | ## Contact: https://www.qt.io/licensing/ |
5 | ## | 5 | ## |
6 | ## This file is part of the Boot to Qt meta layer. | 6 | ## This file is part of the Boot to Qt meta layer. |
@@ -37,6 +37,7 @@ IMAGE_FEATURES += "\ | |||
37 | package-management \ | 37 | package-management \ |
38 | ssh-server-dropbear \ | 38 | ssh-server-dropbear \ |
39 | tools-debug \ | 39 | tools-debug \ |
40 | tools-profile \ | ||
40 | debug-tweaks \ | 41 | debug-tweaks \ |
41 | hwcodecs \ | 42 | hwcodecs \ |
42 | " | 43 | " |