<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-boot2qt.git/scripts/upload.sh, branch v5.7.1</title>
<subtitle>Mirror of https://code.qt.io/cgit/yocto/meta-boot2qt.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-boot2qt.git/atom?h=v5.7.1</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/atom?h=v5.7.1'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/'/>
<updated>2016-05-18T09:31:21+00:00</updated>
<entry>
<title>Update license headers</title>
<updated>2016-05-18T09:31:21+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2016-05-11T10:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=edc4f9274cc129d3550a0249c4e500db7f81a9af'/>
<id>urn:sha1:edc4f9274cc129d3550a0249c4e500db7f81a9af</id>
<content type='text'>
License changed to GPLv3 + Commercial

Change-Id: I267c97216e717ed29071df064337e1bcf83de973
Reviewed-by: Kalle Viironen &lt;kalle.viironen@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Fix to NVidia's tegra configurations.</title>
<updated>2016-05-05T08:16:14+00:00</updated>
<author>
<name>Teemu Holappa</name>
<email>teemu.holappa@theqtcompany.com</email>
</author>
<published>2016-04-13T12:47:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=86ce53afdeb5fbf863100231b83521bf34375930'/>
<id>urn:sha1:86ce53afdeb5fbf863100231b83521bf34375930</id>
<content type='text'>
Changed both nvidia-logan and tegra-t18x to use the same metalayer from the Vibrante 4.0 SDK.
Kernel sources and libraries are stored into the internal CI repository.
These definitions can be overridden by SDK folder using following environment variables:

export KERN_DIR=~/Vibrante4.0_RC1/vibrante-t186ref-linux_src/kernel
export PLATFORM_TOPDIR=~/Vibrante4.0_RC1/vibrante-t186ref-linux
export TOOLCHAIN_PATH=~/Vibrante4.0_RC1/toolchains/tegra-4.9-nv
export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE TOOLCHAIN_PATH KERN_DIR PLATFORM_TOPDIR"

Change-Id: If58a0fcbe01daa9a55dd041b79a9d80a90fde284
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
</entry>
<entry>
<title>nvidia-t18x support</title>
<updated>2016-03-22T14:16:00+00:00</updated>
<author>
<name>Louai Al-Khanji</name>
<email>louai.al-khanji@theqtcompany.com</email>
</author>
<published>2016-03-11T07:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=431c82aefd72d6eb7a73b704bc7c6dadcd9295c5'/>
<id>urn:sha1:431c82aefd72d6eb7a73b704bc7c6dadcd9295c5</id>
<content type='text'>
Steps to use this:

Set up vibrante installation, mine looks like this:
$ ls -l ~/VibranteSDK
total 234880
drwxrwxr-x 1 louai louai       298 Mar 20  2014 eclipse
-r-xr-xr-x 1 louai louai 171826846 Jan  4 09:59 NVIDIA_Tegra_Graphics_Debugger_2.1_linux-v4l_l4t-egl.run
-r--r--r-- 1 louai louai  68688729 Jan  4 09:59 NVIDIA_Tegra_System_Profiler_2.5-linux-x64.tar.gz
drwxr-xr-x 1 louai louai       262 Jan  5 14:50 toolchains
drwxrwxr-x 1 louai louai        34 Jan  5 13:55 vibrante-oss-src
drwxr-xr-x 1 louai louai        12 Jan  4 09:47 vibrante-t186ref-cuda
drwxrwxr-x 1 louai louai       264 Feb 10 10:50 vibrante-t186ref-foundation
drwxr-xr-x 1 louai louai       164 Jan  5 14:49 vibrante-t186ref-foundation_src
drwxrwxr-x 1 louai louai       228 Jan  5 13:56 vibrante-t186ref-linux
drwxr-xr-x 1 louai louai       314 Feb 10 10:58 vibrante-t186ref-linux_sr

Set up Yocto build dir:
$ mkdir ~/work
$ cd ~/work
$ ~/tqtc-b2qt/yocto-meta/b2qt-init-build-env init --device tegra-t18x

Add NVIDIA's Yocto things:
$ mkdir ~/work/sources/nvidia-layer
$ cd ~/work/sources/nvidia-layer
$ tar xf ~/VibranteSDK/vibrante-t186ref-linux_src/yocto/nvidia-layer.tgz
$ cd -

Set up build environment:
$ export MACHINE=tegra-t18x
$ . setup-environment.sh

Set the following environment variables:
$ export KERN_DIR=~/VibranteSDK/vibrante-t186ref-linux_src/kernel
$ export PLATFORM_TOPDIR=~/VibranteSDK/vibrante-t186ref-linux
$ export TOOLCHAIN_PATH=~/VibranteSDK/toolchains/tegra-4.9-nv
$ export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE TOOLCHAIN_PATH KERN_DIR PLATFORM_TOPDIR"

Add NVLAYER_DIR to local.conf:
$ echo 'NVLAYER_DIR = "${TOPDIR}/../sources/nvidia-layer"' &gt;&gt; conf/local.conf

Build your image:
$ bitbake b2qt-embedded-qt5-image

Flash your board:

$ cd $PLATFORM_TOPDIR
$ mv targetfs targetfs-old
$ cd targetfs &amp;&amp; tar xf /path/to/rootfs.tar.bz2
$ cd ../../vibrante-t186ref-foundation/utils/scripts/bootburn
$ ./bootburn.sh -b p2382-t186

Change-Id: I4209cd0c19a007c4457460fd67342fc579c2a735
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Deploy build artifacts to 5.7 folder</title>
<updated>2016-03-17T11:58:29+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-02-22T14:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=ccec3da8bfeef0e86a153772130212e36f68e8c8'/>
<id>urn:sha1:ccec3da8bfeef0e86a153772130212e36f68e8c8</id>
<content type='text'>
Change-Id: Icf6e9610d26aa4c073b49655d691570ba099f5ff
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Update license headers</title>
<updated>2016-02-09T10:15:02+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-02-09T06:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=e58e1e259754a721f108c3732d638c803ab70aaa'/>
<id>urn:sha1:e58e1e259754a721f108c3732d638c803ab70aaa</id>
<content type='text'>
Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Upload mingw32 toolchain</title>
<updated>2016-02-05T07:09:21+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-02-04T08:02:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=69be2add7d12081c0d4bd5e34b38f889a1f6dc80'/>
<id>urn:sha1:69be2add7d12081c0d4bd5e34b38f889a1f6dc80</id>
<content type='text'>
Change-Id: I993eed21313dc91daa46197d9d19363a839953ce
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
Reviewed-by: David Schulz &lt;david.schulz@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Rename toolchain output file</title>
<updated>2015-12-29T11:08:31+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2015-12-14T13:32:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=582ab675784f07f84e22f5d15ea516261d2a05f9'/>
<id>urn:sha1:582ab675784f07f84e22f5d15ea516261d2a05f9</id>
<content type='text'>
Rename the toolchain output to use both SDKMACHINE and MACHINE in the name,
so that we don't need to rename it when uploading. This also adds -mingw32
into the windows SDK name.

Change-Id: Id70c8bc456a15d263579eefdaa2a0e136741d0ba
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Package and upload nvidia-logan image</title>
<updated>2015-12-15T14:25:50+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2015-12-14T13:32:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=c5819686bde9598d435eb52047fcb4cf0f2a6ae0'/>
<id>urn:sha1:c5819686bde9598d435eb52047fcb4cf0f2a6ae0</id>
<content type='text'>
Change-Id: Ifc290c4a6510aa4d7cd03eec944a7428f97e66a2
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Upload only qt5 image and toolchain</title>
<updated>2015-12-09T08:35:00+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2015-12-09T07:08:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=6c4d41f4797779cade64bad60c0b6315697b9b22'/>
<id>urn:sha1:6c4d41f4797779cade64bad60c0b6315697b9b22</id>
<content type='text'>
The old non-qt image and toolchain are no longer used.

Change-Id: I9416d29af5b505810744cb4cbce0e99415a90566
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Package image and config before uploading</title>
<updated>2015-12-08T15:17:10+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2015-12-08T14:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=e32de981c7fdfc48c8867c04e8fda3c0fc85209c'/>
<id>urn:sha1:e32de981c7fdfc48c8867c04e8fda3c0fc85209c</id>
<content type='text'>
Change-Id: I65370af9b9d1f7362a6e5ad66dc124909835efd2
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
</feed>
