diff options
| author | Alex Bu <alex.bu@qt.io> | 2022-09-23 15:52:01 +0300 |
|---|---|---|
| committer | Alex Bu <alex.bu@qt.io> | 2022-11-03 14:27:35 +0000 |
| commit | b895d5b0c51fab9b2edad6736544d0b3896e4d2f (patch) | |
| tree | f8b87cfc15d1441b0fbe856b51f9e40dfff4a957 | |
| parent | 575afee9792b40a6ab23f999d91b5564e7950765 (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: Ia031e131e728b36695950e75dff26df96bed41a6
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| -rw-r--r-- | conf/distro/include/b2qt.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/include/b2qt.inc b/conf/distro/include/b2qt.inc index a44113d..978fdff 100644 --- a/conf/distro/include/b2qt.inc +++ b/conf/distro/include/b2qt.inc @@ -45,6 +45,7 @@ DEPLOY_CONF_IMAGE_TYPE = "wic.xz" QBSP_IMAGE_CONTENT += "\ ${IMAGE_LINK_NAME}.${DEPLOY_CONF_IMAGE_TYPE} \ ${IMAGE_LINK_NAME}.conf \ + ${IMAGE_LINK_NAME}.info \ " # Define ROOTFS_MAXSIZE to 3GB |
