diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-06-08 10:14:32 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-06-08 09:37:38 +0000 |
commit | 0c9ea199f49d0de3dc920d55812bced19c36aa76 (patch) | |
tree | e2f17682613f7bcab908a40c5f9cf38645d07dc0 | |
parent | 43c5ae5df2419c0caf584488b860917038e9a31c (diff) | |
download | meta-boot2qt-0c9ea199f49d0de3dc920d55812bced19c36aa76.tar.gz |
rename rest of meta-b2qt references to meta-boot2qt
Change-Id: Ia2b28f80f87ed68afea39ed7a195c910acd0e654
Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | conf/bblayers.conf.nvidia-tegra.sample | 6 | ||||
-rw-r--r-- | conf/bblayers.conf.rcar-gen2.sample | 4 | ||||
-rw-r--r-- | conf/distro/include/rcar-gen2.inc | 2 |
4 files changed, 9 insertions, 9 deletions
@@ -42,9 +42,9 @@ scripts/manifest.xml | |||
42 | Sources | 42 | Sources |
43 | ------- | 43 | ------- |
44 | 44 | ||
45 | Git: git://code.qt.io/yocto/meta-b2qt | 45 | Git: git://code.qt.io/yocto/meta-boot2qt |
46 | Web: http://code.qt.io/cgit/yocto/meta-b2qt.git | 46 | Web: http://code.qt.io/cgit/yocto/meta-boot2qt.git |
47 | Gerrit: https://codereview.qt-project.org/#/admin/projects/yocto/meta-b2qt | 47 | Gerrit: https://codereview.qt-project.org/#/admin/projects/yocto/meta-boot2qt |
48 | 48 | ||
49 | Contributing | 49 | Contributing |
50 | ------------ | 50 | ------------ |
diff --git a/conf/bblayers.conf.nvidia-tegra.sample b/conf/bblayers.conf.nvidia-tegra.sample index 4e1e456..1fbce2b 100644 --- a/conf/bblayers.conf.nvidia-tegra.sample +++ b/conf/bblayers.conf.nvidia-tegra.sample | |||
@@ -45,9 +45,9 @@ BBLAYERS ?= " \ | |||
45 | ${BSPDIR}/sources/meta-openembedded/meta-networking \ | 45 | ${BSPDIR}/sources/meta-openembedded/meta-networking \ |
46 | ${BSPDIR}/sources/meta-openembedded/meta-initramfs \ | 46 | ${BSPDIR}/sources/meta-openembedded/meta-initramfs \ |
47 | ${BSPDIR}/sources/meta-openembedded/meta-multimedia \ | 47 | ${BSPDIR}/sources/meta-openembedded/meta-multimedia \ |
48 | ${BSPDIR}/sources/meta-b2qt \ | 48 | ${BSPDIR}/sources/meta-boot2qt \ |
49 | ${BSPDIR}/sources/meta-b2qt/meta-vib4-extras \ | 49 | ${BSPDIR}/sources/meta-boot2qt/meta-vib4-extras \ |
50 | ${BSPDIR}/sources/meta-b2qt/meta-tegra-extras \ | 50 | ${BSPDIR}/sources/meta-boot2qt/meta-tegra-extras \ |
51 | ${BSPDIR}/sources/meta-mingw \ | 51 | ${BSPDIR}/sources/meta-mingw \ |
52 | ${BSPDIR}/sources/meta-qt5 \ | 52 | ${BSPDIR}/sources/meta-qt5 \ |
53 | " | 53 | " |
diff --git a/conf/bblayers.conf.rcar-gen2.sample b/conf/bblayers.conf.rcar-gen2.sample index aaff6ae..f19b1ea 100644 --- a/conf/bblayers.conf.rcar-gen2.sample +++ b/conf/bblayers.conf.rcar-gen2.sample | |||
@@ -36,10 +36,10 @@ BBFILES ?= "" | |||
36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" | 36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" |
37 | 37 | ||
38 | BBLAYERS ?= " \ | 38 | BBLAYERS ?= " \ |
39 | ${BSPDIR}/sources/meta-b2qt \ | 39 | ${BSPDIR}/sources/meta-boot2qt \ |
40 | ${BSPDIR}/sources/poky/meta \ | 40 | ${BSPDIR}/sources/poky/meta \ |
41 | ${BSPDIR}/sources/poky/meta-yocto \ | 41 | ${BSPDIR}/sources/poky/meta-yocto \ |
42 | ${BSPDIR}/sources/meta-b2qt/meta-renesas-extras \ | 42 | ${BSPDIR}/sources/meta-boot2qt/meta-renesas-extras \ |
43 | ${BSPDIR}/sources/meta-fsl-arm \ | 43 | ${BSPDIR}/sources/meta-fsl-arm \ |
44 | ${BSPDIR}/sources/meta-renesas \ | 44 | ${BSPDIR}/sources/meta-renesas \ |
45 | ${BSPDIR}/sources/meta-renesas/meta-rcar-gen2 \ | 45 | ${BSPDIR}/sources/meta-renesas/meta-rcar-gen2 \ |
diff --git a/conf/distro/include/rcar-gen2.inc b/conf/distro/include/rcar-gen2.inc index 827c1eb..a1768bc 100644 --- a/conf/distro/include/rcar-gen2.inc +++ b/conf/distro/include/rcar-gen2.inc | |||
@@ -42,7 +42,7 @@ | |||
42 | # | 42 | # |
43 | # $ mkdir build && cd build | 43 | # $ mkdir build && cd build |
44 | # $ export MACHINE=YourMachineHere | 44 | # $ export MACHINE=YourMachineHere |
45 | # $ ~/meta-b2qt/b2qt-init-build-env init --device $MACHINE | 45 | # $ ~/meta-boot2qt/b2qt-init-build-env init --device $MACHINE |
46 | # $ cd sources/meta-renesas | 46 | # $ cd sources/meta-renesas |
47 | # $ ./meta-rcar-gen2/docs/sample/copyscript/copy_eva_sw_pkgs.sh ~/Downloads | 47 | # $ ./meta-rcar-gen2/docs/sample/copyscript/copy_eva_sw_pkgs.sh ~/Downloads |
48 | # | 48 | # |