Wed 2017-10-18 19:42:19 ibr@yssyq ~/w/work/j/isar/src/isar-master $ gco -b asmirnov/next github/asmirnov/next Branch asmirnov/next set up to track remote branch asmirnov/next from github. Switched to a new branch 'asmirnov/next' Wed 2017-10-18 19:42:23 ibr@yssyq ~/w/work/j/isar/src/isar-master $ sudo rm -rf ../b2 Wed 2017-10-18 19:42:28 ibr@yssyq ~/w/work/j/isar/src/isar-master $ . isar-init-build-env ../b3 You had no conf/local.conf file. This configuration file has therefore been created for you with some default values. You may wish to edit it to, for example, select a different MACHINE (target hardware). See conf/local.conf for more information as common configuration options are commented. You had no conf/bblayers.conf file. This configuration file has therefore been created for you with some default values. To add additional metadata layers into your configuration please add entries to conf/bblayers.conf. For more information about isar, contact the developers at: https://lists.debian.org/debian-embedded/ ### Shell environment set up for builds. ### You can now run 'bitbake ' Common targets are: isar-image-base isar-image-debug Wed 2017-10-18 19:42:31 ibr@yssyq ~/w/work/j/isar/src/b3 $ time bitbake multiconfig:qemuarm-stretch:isar-image-base NOTE: Not using a cache. Set CACHE = to enable. Parsing recipes: 100% |##########################################| Time: 0:00:00 Parsing of 5 .bb files complete (0 cached, 5 parsed). 45 targets, 0 skipped, 0 masked, 0 errors. NOTE: Resolving any missing task queue dependencies NOTE: Resolving any missing task queue dependencies NOTE: Resolving any missing task queue dependencies NOTE: Resolving any missing task queue dependencies NOTE: Resolving any missing task queue dependencies NOTE: Resolving any missing task queue dependencies NOTE: Resolving any missing task queue dependencies NOTE: Resolving any missing task queue dependencies NOTE: Resolving any missing task queue dependencies Initialising tasks: 100% |#######################################| Time: 0:00:00 NOTE: Executing RunQueue Tasks NOTE: Tasks Summary: Attempted 22 tasks of which 0 didn't need to be rerun and all succeeded. real 8m29.018s user 7m27.152s sys 0m20.836s Wed 2017-10-18 19:51:02 ibr@yssyq ~/w/work/j/isar/src/b3 $ start_vm -a arm -d stretch basename: missing operand Try 'basename --help' for more information. basename: missing operand Try 'basename --help' for more information. IMAGE_DIR=/home/ibr/w/work/j/isar/src/b3/tmp/deploy/images; \ qemu-system-arm \ -m 1024M \ -M virt \ -cpu cortex-a15\ -nographic \ -kernel $IMAGE_DIR/ \ -initrd $IMAGE_DIR/ \ -append "console=ttyAMA0 root=/dev/vda rw" \ \ -drive file=$IMAGE_DIR/isar-image-base-debian-stretch-qemuarm.ext4.img,if=none,format=raw,id=hd0 -device virtio-blk-device,drive=hd0 qemu: could not load kernel '/home/ibr/w/work/j/isar/src/b3/tmp/deploy/images/' Wed 2017-10-18 19:51:24 ibr@yssyq ~/w/work/j/isar/src/b3 $