summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Bu <alex.bu@qt.io>2022-09-23 15:47:55 +0300
committerAlex Bu <alex.bu@qt.io>2022-09-23 14:10:21 +0000
commit153df7b3cca76517fd2935d008c7d8981fa20a90 (patch)
tree210a24e87714b776db983d7b3488659f1295cc52
parentf43ee714823388a81d05b2d690b3842b0c55cf8b (diff)
add info file to board package
the .info file is missing from the board package, add it to the qbsp content list. Fixes: QTBUG-106784 Change-Id: I43d6a9ad2cb1d1713995ad55cf183624a760ffc8 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--conf/distro/include/b2qt.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/include/b2qt.inc b/conf/distro/include/b2qt.inc
index 23a8a53..812f6e2 100644
--- a/conf/distro/include/b2qt.inc
+++ b/conf/distro/include/b2qt.inc
@@ -35,6 +35,7 @@ DEPLOY_CONF_IMAGE_TYPE = "wic.xz"
QBSP_IMAGE_CONTENT += "\
${IMAGE_LINK_NAME}.wic.xz \
${IMAGE_LINK_NAME}.conf \
+ ${IMAGE_LINK_NAME}.info \
"
DISTRO_FEATURES:remove = "vulkan ld-is-gold webengine"