| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
QtIvi creates a virtualenv using the python3 binary from the native
sysroot. This virtualenv is also used for the SDK. As it is not intended
for the SDK it is using the wrong interpreter location.
This workaround installs the python3 binary into the nativesdk sysroot
where the qtivi nativesdk recipe can pick it up and copy it into its
virtualenv.
This needs to be improved in future versions and is discussed here:
AUTOSUITE-176
Task-number: AUTOSUITE-179
Change-Id: Ib134231204cc8c6a56f2a93bedb553ecbcbd9123
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Reviewed-by: Tobias Olausson <tobias.olausson@pelagicore.com>
|
|
|
|
|
|
|
| |
The recipe also supports native and nativsdk builds
Change-Id: Iab2b66b7969a1ca7f444eece2f7a74ed3760364b
Reviewed-by: Gordan Markus <gordan.markus@pelagicore.com>
|
|
|
|
|
|
|
|
| |
This is needed to make the python3 binary work
and find its modules
Change-Id: Ief417b4217a11b721990f560b44221f1ad0f8f9d
Reviewed-by: Gordan Markus <gordan.markus@pelagicore.com>
|
|
|
|
|
| |
Change-Id: I3806795c0a0170b5270de2d20399fef844282eaa
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|
|
|
|
|
|
|
|
|
| |
In poky 2.2.1 nativesdk-prebuild-python.bb recipe fails due having
a license defined but no license cheksum. No license file is present
in the recipe src_uri zip file. Added Python-2.0 license file from
poky common licenses folder.
Change-Id: I6cd168efa55c49ad04d71b7c29b2295c2df03b86
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|
|
|
|
|
|
| |
and remove QA warning about missing python in providers
Change-Id: I131b33bda0bb90df3092610478effd61ed3c9e95
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
| |
License changed to GPLv3 + Commercial
Change-Id: I267c97216e717ed29071df064337e1bcf83de973
Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
Copying directly to sysroot left the dll out from the sstate
package. Use the existing functions to get it to correct places.
Change-Id: If7ca3b4918c6ab73a713bcf297046248d20e1ef7
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
|
|
Change-Id: I3cb97636ed064a1e9fd2a45f8fe0b12edba52428
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|