diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2017-11-17 13:38:14 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-11-17 13:39:10 +0000 |
commit | 86e061a015a75185d9e5cef8d20c3e230c3c7424 (patch) | |
tree | 4bacf69b1bf57260bcec2dc3ad7a845f67201fc0 /files | |
parent | 0af8477aaa48831eff9669466413266e8a26f98e (diff) | |
download | meta-boot2qt-86e061a015a75185d9e5cef8d20c3e230c3c7424.tar.gz |
qbsp: various improvements to qbsp creation
Now using the same component name and installation paths
as are done with components from online installer.
Modify the component description from recipe, so it's different
for boot2qt and automotive qbsps.
Change-Id: Ie43fa00e438b9ec2e219eda052f728e7c0754644
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'files')
-rw-r--r-- | files/qbsp/base_package.xml | 2 | ||||
-rw-r--r-- | files/qbsp/image_package.xml | 4 | ||||
-rw-r--r-- | files/qbsp/toolchain_package.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/files/qbsp/base_package.xml b/files/qbsp/base_package.xml index 28261d5..80a02e8 100644 --- a/files/qbsp/base_package.xml +++ b/files/qbsp/base_package.xml | |||
@@ -3,6 +3,6 @@ | |||
3 | <Version>@VERSION@</Version> | 3 | <Version>@VERSION@</Version> |
4 | <ReleaseDate>@RELEASEDATE@</ReleaseDate> | 4 | <ReleaseDate>@RELEASEDATE@</ReleaseDate> |
5 | <DisplayName>@NAME@</DisplayName> | 5 | <DisplayName>@NAME@</DisplayName> |
6 | <Description>Boot to Qt for @NAME@ with Embedded Linux baselayer</Description> | 6 | <Description>@NAME@ for @TARGET@</Description> |
7 | <Dependencies>@LICENSEDEPENDENCY@</Dependencies> | 7 | <Dependencies>@LICENSEDEPENDENCY@</Dependencies> |
8 | </Package> | 8 | </Package> |
diff --git a/files/qbsp/image_package.xml b/files/qbsp/image_package.xml index 1eaf69c..a3fe0cc 100644 --- a/files/qbsp/image_package.xml +++ b/files/qbsp/image_package.xml | |||
@@ -2,7 +2,7 @@ | |||
2 | <Package> | 2 | <Package> |
3 | <Version>@VERSION@</Version> | 3 | <Version>@VERSION@</Version> |
4 | <ReleaseDate>@RELEASEDATE@</ReleaseDate> | 4 | <ReleaseDate>@RELEASEDATE@</ReleaseDate> |
5 | <DisplayName>@NAME@ Linux System</DisplayName> | 5 | <DisplayName>@MACHINE@ Linux System</DisplayName> |
6 | <Description>SD-Card image for @NAME@ hardware with Embedded Linux baselayer</Description> | 6 | <Description>System image for @TARGET@ hardware</Description> |
7 | <DownloadableArchives>image.7z</DownloadableArchives> | 7 | <DownloadableArchives>image.7z</DownloadableArchives> |
8 | </Package> | 8 | </Package> |
diff --git a/files/qbsp/toolchain_package.xml b/files/qbsp/toolchain_package.xml index 85a2c67..b578fc9 100644 --- a/files/qbsp/toolchain_package.xml +++ b/files/qbsp/toolchain_package.xml | |||
@@ -2,8 +2,8 @@ | |||
2 | <Package> | 2 | <Package> |
3 | <Version>@VERSION@</Version> | 3 | <Version>@VERSION@</Version> |
4 | <ReleaseDate>@RELEASEDATE@</ReleaseDate> | 4 | <ReleaseDate>@RELEASEDATE@</ReleaseDate> |
5 | <DisplayName>@NAME@ Linux Toolchain</DisplayName> | 5 | <DisplayName>@MACHINE@ Linux Toolchain</DisplayName> |
6 | <Description>Toolchain and system root for @NAME@ with Embedded Linux baselayer</Description> | 6 | <Description>Toolchain and system root for @TARGET@</Description> |
7 | <DownloadableArchives>toolchain.7z</DownloadableArchives> | 7 | <DownloadableArchives>toolchain.7z</DownloadableArchives> |
8 | <Dependencies>qt.tools.qtcreator</Dependencies> | 8 | <Dependencies>qt.tools.qtcreator</Dependencies> |
9 | <Script>installscript.qs</Script> | 9 | <Script>installscript.qs</Script> |