summaryrefslogtreecommitdiff
path: root/recipes/images/angstrom-qt-x11-image.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-08-21 09:56:30 +0200
committerMax Krummenacher <max.oss.09@gmail.com>2015-10-12 15:15:41 +0200
commit7cc773c7cbc8a130e9b66f24b9023a74f6c71a90 (patch)
tree1bba013987651bb6967bece6f6c2fff568175250 /recipes/images/angstrom-qt-x11-image.bb
parentfc19b717407dbf6b4c97b1fdf38005f2cf57f552 (diff)
images: install eglinfo-x11 only in x11 based imagesV2.4-next
Diffstat (limited to 'recipes/images/angstrom-qt-x11-image.bb')
-rw-r--r--recipes/images/angstrom-qt-x11-image.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/images/angstrom-qt-x11-image.bb b/recipes/images/angstrom-qt-x11-image.bb
index f561535..76498f7 100644
--- a/recipes/images/angstrom-qt-x11-image.bb
+++ b/recipes/images/angstrom-qt-x11-image.bb
@@ -134,6 +134,13 @@ IMAGE_INSTALL_QT4 = " \
icu \
"
+IMAGE_INSTALL_append_tegra = " \
+ eglinfo-x11 \
+"
+IMAGE_INSTALL_append_mx6 = " \
+ eglinfo-x11 \
+"
+
IMAGE_INSTALL += " \
${IMAGE_INSTALL_QT4} \
\