I am blocked on getting success build. The build is getting failed at the following stage
stirulaka@ubuntu:~/work/mttm/yocto$ source /home/stirulaka/.bashrc
stirulaka@ubuntu:~/work/mttm/yocto$ make image_bin
“meta-swi/build.sh” -p poky/ -o meta-openembedded/ -l meta-swi -x “kernel/.git” -j 9 -t 9 -g -a “LEGATO_WORKDIR=/home/stirulaka/work/mttm/yocto/…/legato_framework/legato/” -a “LK_REPO=”/home/stirulaka/work/mttm/yocto/lk"" -m swi-mdm9x28 -b build_bin -q
Poky dir: /home/stirulaka/work/mttm/yocto/poky
OE meta: /home/stirulaka/work/mttm/yocto/meta-openembedded
SWI meta dir: /home/stirulaka/work/mttm/yocto/meta-swi
Linux repo dir: /home/stirulaka/work/mttm/yocto/kernel/.git
Number of make threads 9
Number of bitbake tasks 9
With Legato
Extra options added - LEGATO_WORKDIR=/home/stirulaka/work/mttm/yocto/…/legato_framework/legato/
Extra options added - LK_REPO=/home/stirulaka/work/mttm/yocto/lk
SWI machine: swi-mdm9x28
Build dir: /home/stirulaka/work/mttm/yocto/build_bin
Enable Qualcomm Proprietary bin
Shell environment set up for builds.
You can now run 'bitbake ’
Common targets are:
core-image-minimal
core-image-sato
meta-toolchain
meta-ide-support
You can also run generated qemu images with a command like ‘runqemu qemux86’
Error: bash is not set as default provider for /bin/sh
build is not guaranteed to work, aborting
Makefile:217: recipe for target ‘image_bin’ failed
make: *** [image_bin] Error 1
Am I missing something ?
Can some one point me would be great.