############################################################################ ## ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Boot to Qt meta layer. ## ## $QT_BEGIN_LICENSE:GPL$ ## Commercial License Usage ## Licensees holding valid commercial Qt licenses may use this file in ## accordance with the commercial license agreement provided with the ## Software or, alternatively, in accordance with the terms contained in ## a written agreement between you and The Qt Company. For licensing terms ## and conditions see https://www.qt.io/terms-conditions. For further ## information use the contact form at https://www.qt.io/contact-us. ## ## GNU General Public License Usage ## Alternatively, this file may be used under the terms of the GNU ## General Public License version 3 or (at your option) any later version ## approved by the KDE Free Qt Foundation. The licenses are as published by ## the Free Software Foundation and appearing in the file LICENSE.GPL3 ## included in the packaging of this file. Please review the following ## information to ensure the GNU General Public License requirements will ## be met: https://www.gnu.org/licenses/gpl-3.0.html. ## ## $QT_END_LICENSE$ ## ############################################################################ Meta layer for Boot to Qt Software Stack ======================================== Boot to Qt (b2qt) is the reference distro used in Qt for Device Creation [1]. It combines Poky, meta-qt5 and various BSP meta layers to provide an integrated solution for building device images and toolchains with the latest Qt version. Currently used dependencies, meta repositories and their revisions are shown in scripts/manifest.xml [1] http://www.qt.io/qt-for-device-creation/ Sources ------- Git: git://code.qt.io/yocto/meta-boot2qt Web: http://code.qt.io/cgit/yocto/meta-boot2qt.git Gerrit: https://codereview.qt-project.org/#/admin/projects/yocto/meta-boot2qt Contributing ------------ To contribute to this layer you should submit the patches for review using Qt Gerrit (https://codereview.qt-project.org). More information about Qt Gerrit and how to use it: https://wiki.qt.io/Gerrit_Introduction https://wiki.qt.io/Setting_up_Gerrit Layer maintainers ----------------- Samuli Piippo <samuli.piippo@qt.io> Setting up build environment ---------------------------- To initialize build environment, use the b2qt-init-build-env script. Usage: b2qt-init-build-env COMMAND [ARGS] Initialize build environment: b2qt-init-build-env init --device <name> [--reference <mirror path>] Initialize local mirror: b2qt-init-build-env mirror List available devices: b2qt-init-build-env list-devices

Kari Oikarinen
authored
Rather than using Google's ID, let's pick an unused one. We are not reserving an official USB vendor ID, since this is only used for development and Qt for Device Creation users will use their own USB IDs in the final devices. Also always use a fixed product ID, since ADB_PRODUCTID value will make no sense with the changed vendor ID. Change-Id: I69ed1bcfbe3e17b5faebf4b3b71f691778776da7 Reviewed-by:Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io>