aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2023-08-15 11:25:32 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-08-22 11:29:43 +0000
commita23dbc420f59841f7b5a4995b8f6536cf89c7a4c (patch)
treee28ff98395bae4fa296fd9ee368afa299a8d5194
parentf33839779e9f3b230f1536b0f67396694df5a034 (diff)
buildinfo: add distro code name build info file
DISTRO_CODENAME is usually the Yocto version code name and can be used to identify git branch used for the build. Change-Id: I7af79f057fad76d1b549e984a2820d8bd6993538 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit 192024a0bb1970835a508fe443ecee1ae7d1f215) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--meta-boot2qt/classes/deploy-buildinfo.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-boot2qt/classes/deploy-buildinfo.bbclass b/meta-boot2qt/classes/deploy-buildinfo.bbclass
index 0a7a7500..5d489b83 100644
--- a/meta-boot2qt/classes/deploy-buildinfo.bbclass
+++ b/meta-boot2qt/classes/deploy-buildinfo.bbclass
@@ -29,7 +29,7 @@
inherit image-buildinfo
-IMAGE_BUILDINFO_VARS:append = " QT_VERSION TARGET_SYSROOT"
+IMAGE_BUILDINFO_VARS:append = " DISTRO_CODENAME QT_VERSION TARGET_SYSROOT"
TARGET_SYSROOT = "${REAL_MULTIMACH_TARGET_SYS}"