Lines Matching +full:kvm +full:- +full:build

6 # Designed to be run in a repo where bitbake/oe-core are already present.
8 # SPDX-License-Identifier: GPL-2.0-only
12 # Add python3-git test
20 if [ ! -x $HOME/yocto-autobuilder-helper/scripts/checkvnc ]; then
21 echo "$HOME/yocto-autobuilder-helper should be created."
24 $HOME/yocto-autobuilder-helper/scripts/checkvnc
26 . ./oe-init-build-env > /dev/null
30 git config --global user.name > /dev/null
32 echo "Please set git config --global user.name"
35 git config --global user.email > /dev/null
37 echo "Please set git config --global user.email"
40 python3 -c "import jinja2"
45 bitbake -p
51 WATCHES=$(PATH="/sbin:/usr/sbin:$PATH" sysctl fs.inotify.max_user_watches -n)
53 …echo 'Need to increase watches (echo fs.inotify.max_user_watches=65536 | sudo tee -a /etc/sysctl.c…
56 OPEN_FILES=$(ulimit -n)
63 MAX_PROCESSES=$(ulimit -u)
71 mkdir -p tmp/deploy/images/qemux86-64
72 pushd tmp/deploy/images/qemux86-64
73 if [ ! -e core-image-minimal-qemux86-64.ext4 ]; then
74 …/downloads.yoctoproject.org/releases/yocto/yocto-4.0/machines/qemu/qemux86-64/core-image-minimal-q…
76 if [ ! -e core-image-minimal-qemux86-64.qemuboot.conf ]; then
77 …/downloads.yoctoproject.org/releases/yocto/yocto-4.0/machines/qemu/qemux86-64/core-image-minimal-q…
79 if [ ! -e bzImage-qemux86-64.bin ]; then
80 …ttp://downloads.yoctoproject.org/releases/yocto/yocto-4.0/machines/qemu/qemux86-64/bzImage-qemux86
83 bitbake qemu-helper-native
84 DISPLAY=:1 runqemu serialstdio qemux86-64
89 DISPLAY=:1 runqemu serialstdio qemux86-64 kvm
91 echo "Unable to use runqemu with kvm"