From 29cc104df980dd5684eb34f0c11f60d127ed6959 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 5 Feb 2016 09:27:51 +0200 Subject: Update readme Task-number: QTEE-1035 Task-number: QTEE-916 Change-Id: I5a293c747c6a1eafd6963f1710244fff9c90e122 Reviewed-by: Kalle Viironen --- README | 64 +++++++++++++++++++++++----------------------------------------- 1 file changed, 23 insertions(+), 41 deletions(-) diff --git a/README b/README index c214243..24c8475 100644 --- a/README +++ b/README @@ -1,24 +1,23 @@ -############################################################################# +############################################################################## ## -## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). +## Copyright (C) 2016 The Qt Company Ltd. +## Contact: http://www.qt.io/licensing/ ## -## This file is part of the Qt Enterprise Embedded Scripts of the Qt -## framework. +## This file is part of the Boot to Qt meta layer. ## -## $QT_BEGIN_LICENSE$ -## Commercial License Usage Only -## Licensees holding valid commercial Qt license agreements with Digia -## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, -## may use this file in accordance with the terms contained in said license -## agreement. -## -## For further information use the contact form at -## http://www.qt.io/contact-us. +## $QT_BEGIN_LICENSE:COMM$ ## +## 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 http://www.qt.io/terms-conditions. For further +## information use the contact form at http://www.qt.io/contact-us. ## ## $QT_END_LICENSE$ ## -############################################################################# +############################################################################## OpenEmbedded/Yocto meta layer for Boot to Qt Software Stack ========================================================== @@ -26,33 +25,16 @@ OpenEmbedded/Yocto meta layer for Boot to Qt Software Stack This layer provides B2Qt for embedded Linux recipes for use with OpenEmbedded and Yocto. -This layer depends on: - -URI: git://git.yoctoproject.org/poky -branch: daisy -revision: b0ce70ffa820c8b4069bdb413f7aa9db668b9428 - -URI: git://git.openembedded.org/meta-openembedded -layer: meta-oe -branch: daisy -revision: a6dcf6265822ca1484d991d10a3042e04a960cdb - -URI: git://git.yoctoproject.org/meta-ti -branch: daisy -revision: 5dad1bc02dd922a6c4fa4d68f6ea9ec779cf5e66 - -URI: git://git.yoctoproject.org/meta-fsl-arm -branch: daisy -revision: f5bf277a5a5fba2c3b64ed7d2dbec1903d96386b +scripts/manifest.xml shows the currectly used meta repositories and +revisions. -URI: git://github.com/Freescale/meta-fsl-arm-extra -branch: daisy -revision: 029f535cfbc5746288c6129babb2d7679927a183 +To initialize build environment, use the b2qt-init-build-env script. -URI: git://git.yoctoproject.org/meta-raspberrypi -branch: daisy -revision: cc74bf6c1f9ab9beea52c4c75797f3ad51f72c55 +Usage: b2qt-init-build-env COMMAND [ARGS] -URI: git://git.toradex.com/meta-toradex.git -branch: V2.2 -revision: 371ea626f29a2a12294ab6ea30e36743a9e2f78f +Initialize build environment: + b2qt-init-build-env init --device [--reference ] +Initialize local mirror: + b2qt-init-build-env mirror +List available devices: + b2qt-init-build-env list-devices -- cgit v1.2.3-54-g00ecf