Lines Matching +full:repo +full:- +full:name
4 # Designed to be run in a repo where bitbake/oe-core are already present.
6 # SPDX-License-Identifier: GPL-2.0-only
10 # Add python3-git test
15 # test buildistory git repo works?
18 if [ ! -x $HOME/yocto-autobuilder-helper/scripts/checkvnc ]; then
19 echo "$HOME/yocto-autobuilder-helper should be created."
22 $HOME/yocto-autobuilder-helper/scripts/checkvnc
24 . ./oe-init-build-env > /dev/null
28 git config --global user.name > /dev/null
30 echo "Please set git config --global user.name"
33 git config --global user.email > /dev/null
35 echo "Please set git config --global user.email"
38 python3 -c "import jinja2"
43 bitbake -p
49 WATCHES=$(PATH="/sbin:/usr/sbin:$PATH" sysctl fs.inotify.max_user_watches -n)
51 …echo 'Need to increase watches (echo fs.inotify.max_user_watches=65536 | sudo tee -a /etc/sysctl.c…
54 mkdir -p tmp/deploy/images/qemux86-64
55 pushd tmp/deploy/images/qemux86-64
56 if [ ! -e core-image-minimal-qemux86-64.ext4 ]; then
57 …downloads.yoctoproject.org/releases/yocto/yocto-2.5.1/machines/qemu/qemux86-64/core-image-minimal-…
59 if [ ! -e core-image-minimal-qemux86-64.qemuboot.conf ]; then
60 …downloads.yoctoproject.org/releases/yocto/yocto-2.5.1/machines/qemu/qemux86-64/core-image-minimal-…
62 if [ ! -e bzImage-qemux86-64.bin ]; then
63 …tp://downloads.yoctoproject.org/releases/yocto/yocto-2.5.1/machines/qemu/qemux86-64/bzImage-qemux8…
66 bitbake qemu-helper-native
67 DISPLAY=:1 runqemu serialstdio qemux86-64
72 DISPLAY=:1 runqemu serialstdio qemux86-64 kvm