Skip to content

Commit

Permalink
rename rest of meta-b2qt references to meta-boot2qt
Browse files Browse the repository at this point in the history
Change-Id: Ia2b28f80f87ed68afea39ed7a195c910acd0e654
Reviewed-by: Kimmo Ollila <[email protected]>
  • Loading branch information
sapiippo committed Jun 8, 2016
1 parent 43c5ae5 commit 0c9ea19
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ scripts/manifest.xml
Sources
-------

Git: git://code.qt.io/yocto/meta-b2qt
Web: http://code.qt.io/cgit/yocto/meta-b2qt.git
Gerrit: https://codereview.qt-project.org/#/admin/projects/yocto/meta-b2qt
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
------------
Expand Down
6 changes: 3 additions & 3 deletions conf/bblayers.conf.nvidia-tegra.sample
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ BBLAYERS ?= " \
${BSPDIR}/sources/meta-openembedded/meta-networking \
${BSPDIR}/sources/meta-openembedded/meta-initramfs \
${BSPDIR}/sources/meta-openembedded/meta-multimedia \
${BSPDIR}/sources/meta-b2qt \
${BSPDIR}/sources/meta-b2qt/meta-vib4-extras \
${BSPDIR}/sources/meta-b2qt/meta-tegra-extras \
${BSPDIR}/sources/meta-boot2qt \
${BSPDIR}/sources/meta-boot2qt/meta-vib4-extras \
${BSPDIR}/sources/meta-boot2qt/meta-tegra-extras \
${BSPDIR}/sources/meta-mingw \
${BSPDIR}/sources/meta-qt5 \
"
Expand Down
4 changes: 2 additions & 2 deletions conf/bblayers.conf.rcar-gen2.sample
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ BBFILES ?= ""
BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}"

BBLAYERS ?= " \
${BSPDIR}/sources/meta-b2qt \
${BSPDIR}/sources/meta-boot2qt \
${BSPDIR}/sources/poky/meta \
${BSPDIR}/sources/poky/meta-yocto \
${BSPDIR}/sources/meta-b2qt/meta-renesas-extras \
${BSPDIR}/sources/meta-boot2qt/meta-renesas-extras \
${BSPDIR}/sources/meta-fsl-arm \
${BSPDIR}/sources/meta-renesas \
${BSPDIR}/sources/meta-renesas/meta-rcar-gen2 \
Expand Down
2 changes: 1 addition & 1 deletion conf/distro/include/rcar-gen2.inc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#
# $ mkdir build && cd build
# $ export MACHINE=YourMachineHere
# $ ~/meta-b2qt/b2qt-init-build-env init --device $MACHINE
# $ ~/meta-boot2qt/b2qt-init-build-env init --device $MACHINE
# $ cd sources/meta-renesas
# $ ./meta-rcar-gen2/docs/sample/copyscript/copy_eva_sw_pkgs.sh ~/Downloads
#
Expand Down

0 comments on commit 0c9ea19

Please sign in to comment.