summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2020-08-13 08:48:02 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2020-08-17 07:26:42 +0000
commit82748c2ecdb3c6d488b8b69c4274ac8d8fc0f43d (patch)
tree8f4469da0ef0cabc06a91cdbdcba6603905bca2a
parent0e053a52c23b12919e803a4a91b0389b89411e7a (diff)
Remove manifestzeus
Initialization using the manifest from the meta repo does not work anymore. Remove the manifest and update readme to use the separate manifest repo. Task-number: QTBUG-85889 Change-Id: I1dcd89244467f926f641b06853f91fcc14dba025 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r--README7
-rw-r--r--conf/manifest.xml35
2 files changed, 3 insertions, 39 deletions
diff --git a/README b/README
index 996a64b..857a723 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
############################################################################
##
-## Copyright (C) 2019 The Qt Company Ltd.
+## Copyright (C) 2020 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Boot to Qt meta layer.
@@ -45,9 +45,8 @@ it from package manager (apt install repo) or download with:
After installing the repo tool, run following commands to initialize the build environment.
- repo init -u git://code.qt.io/yocto/meta-boot2qt-renesas -m conf/manifest.xml -b <branch>
+ repo init -u git://code.qt.io/yocto/boot2qt-manifest -b renesas -m zeus.xml
repo sync
- ./b2qt-init-build-env init --bsp meta-boot2qt-renesas
export MACHINE=h3ulcb
- . ./setup-environment.sh --bsp meta-boot2qt-renesas
+ . ./setup-environment.sh
diff --git a/conf/manifest.xml b/conf/manifest.xml
deleted file mode 100644
index 1ddca91..0000000
--- a/conf/manifest.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<manifest>
- <!-- Boot2Qt -->
- <remote name="qt"
- fetch="git://code.qt.io/yocto"
- pushurl="ssh://codereview.qt-project.org/yocto"/>
- <remote name="gerrit"
- fetch="ssh://codereview.qt-project.org/yocto"/>
- <project name="meta-boot2qt"
- remote="qt"
- revision="zeus"
- path="sources/meta-boot2qt">
- <!-- link init script to the build dir -->
- <linkfile dest="b2qt-init-build-env" src="b2qt-init-build-env"/>
- <!-- add boot2qt's manifest file as a local manifest -->
- <linkfile dest=".repo/local_manifests/boot2qt.xml" src="scripts/manifest.xml"/>
- </project>
-
- <!-- Device specific layers -->
- <remote name="renesas"
- fetch="git://github.com/renesas-rcar"/>
- <project name="meta-renesas"
- remote="renesas"
- revision="9a58b78a5c2960332b6ed4b02a6d8d5c606fa3e5"
- path="sources/meta-renesas"/>
-
- <!-- internal layer for the proprietary device drivers -->
- <remote name="playground"
- fetch="ssh://git@git.qt.io/boot2qt"/>
- <project name="renesas-rcar3"
- remote="playground"
- revision="9018f7478a0a6646a61e8ee5cad8811fbc3ea927"
- path="sources/renesas-rcar3"
- groups="notdefault"/>
-</manifest>