summaryrefslogtreecommitdiffstats
path: root/README
blob: 281d0b49fb8f4b2a0dc9938949d78477d8848f57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Boot to Qt manifests
====================

This repository provides manifests for Boot to Qt yocto builds

How to use this layer
---------------------

Using this layer requires Google's repo tool to be installed, you can install it
from package manager:

    sudo apt install repo

or download with:

    curl https://storage.googleapis.com/git-repo-downloads/repo -o repo
    chmod a+x repo

Users inside The Qt Company network can run the initialization with additional
argument '--groups all', which fetches additional repository containing the required
proprietary drivers.

After installing the repo tool, run following commands to initialize the build environment.

    repo init -u git://code.qt.io/yocto/boot2qt-manifest -b st -m <manifest>
    repo sync

    export MACHINE=<target machine>
    . ./setup-environment.sh


For more information about Boot to Qt, see https://doc.qt.io/QtForDeviceCreation/