Make yocto error OE-core

How to fixed this error?

exars@exars-HP-250-G7-Notebook-PC:~/workspace/boardSupport/yocto$ make image_bin
Makefile:71: "Legato: build disabled since '/home/exars/workspace/boardSupport/yocto/legato/' does not exist"
"meta-swi/build.sh" -p poky/ -o meta-openembedded/ -l meta-swi -x "kernel" -j 9 -t 9           -a LK_REPO_DIR="/home/exars/workspace/boardSupport/yocto" -a LK_REPO_NAME="lk" -a LK_REPO="file://lk" -m swi-mdm9x28 -P wp  -b build_bin -q
Poky dir: /home/exars/workspace/boardSupport/yocto/poky
OE meta: /home/exars/workspace/boardSupport/yocto/meta-openembedded
SWI meta dir: /home/exars/workspace/boardSupport/yocto/meta-swi
Linux repo dir: /home/exars/workspace/boardSupport/yocto/kernel
Number of make threads 9
Number of bitbake tasks 9
Extra options added -  LK_REPO_DIR=/home/exars/workspace/boardSupport/yocto
Extra options added -  LK_REPO_NAME=lk
Extra options added -  LK_REPO=file://lk
SWI machine: swi-mdm9x28
SWI product: wp
Build dir: /home/exars/workspace/boardSupport/yocto/build_bin
Enable Qualcomm Proprietary bin
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.

The Yocto Project has extensive documentation about OE including a reference
manual which can be found at:
    http://yoctoproject.org/documentation

For more information about OpenEmbedded see their website:
    http://www.openembedded.org/


### Shell environment set up for builds. ###

You can now run 'bitbake <target>'

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'
+ layer: meta-oe
         -> /home/exars/workspace/boardSupport/yocto/meta-openembedded/meta-oe
+ layer: meta-networking
         -> /home/exars/workspace/boardSupport/yocto/meta-openembedded/meta-networking
+ layer: meta-python
         -> /home/exars/workspace/boardSupport/yocto/meta-openembedded/meta-python
+ layer: meta-gplv2
         -> /home/exars/workspace/boardSupport/yocto/meta-gplv2
+ layer: meta-swi/common
         -> /home/exars/workspace/boardSupport/yocto/meta-swi/common
+ layer: meta-swi/meta-swi-mdm9xxx
         -> /home/exars/workspace/boardSupport/yocto/meta-swi/meta-swi-mdm9xxx
+ layer: meta-swi/meta-swi-mdm9x28
         -> /home/exars/workspace/boardSupport/yocto/meta-swi/meta-swi-mdm9x28
+ layer: meta-swi-extras/common
         -> /home/exars/workspace/boardSupport/yocto/meta-swi-extras/common
+ layer: meta-swi-extras/meta-swi-mdm9x28
         -> /home/exars/workspace/boardSupport/yocto/meta-swi-extras/meta-swi-mdm9x28
+ layer: meta-swi-extras/meta-swi-mdm9xxx-bin
         -> /home/exars/workspace/boardSupport/yocto/meta-swi-extras/meta-swi-mdm9xxx-bin
+ layer: meta-swi-extras/meta-swi-mdm9x28-bin
         -> /home/exars/workspace/boardSupport/yocto/meta-swi-extras/meta-swi-mdm9x28-bin
+ layer: meta-swi-extras/meta-swi-mdm9x28-wp-bin
         -> /home/exars/workspace/boardSupport/yocto/meta-swi-extras/meta-swi-mdm9x28-wp-bin
Yocto machine: swi-mdm9x28-wp
Adding option LEGATO_BUILD with value false
Adding option IMA_BUILD with value false
Adding option IMA_CONFIG with value 
Adding option IMA_LOCAL_CA_X509 with value 
Adding option IMA_PRIV_KEY with value 
Adding option IMA_PUB_CERT with value 
Adding option IMA_KERNEL_CMDLINE_OPTIONS with value 
Adding option ENABLE_IMA with value 0
Adding option IMA_PUBLIC_CERT with value 
Adding option IMA_PRIVATE_KEY with value 
Adding option IMA_SMACK with value 
Adding option ENABLE_FX30 with value 
Adding option ROOTFS_VERSION with value 
Adding option LK_REPO_DIR with value /home/exars/workspace/boardSupport/yocto
Adding option LK_REPO_NAME with value lk
Adding option LK_REPO with value file://lk
Adding option EXT_SWI_IMG with value false
Adding option INITRAMFS_IMAGE_BUNDLE with value 1
Adding option INITRAMFS_IMAGE with value mdm9x28-image-initramfs
Adding option FIRMWARE_PATH with value 
Adding option PACKAGECONFIG_remove with value gnutls
Build image of minimal rootfs (for swi-mdm9x28).
WARNING: Layer swi-wp-bin should set LAYERSERIES_COMPAT_swi-wp-bin in its conf/layer.conf file to list the core layer names it is compatible with.
WARNING: Layer swi-wp-bin should set LAYERSERIES_COMPAT_swi-wp-bin in its conf/layer.conf file to list the core layer names it is compatible with.
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Fetcher failure for URL: 'https://www.example.com/'. URL https://www.example.com/ doesn't work.
    Please ensure your host's network is configured correctly,
    or set BB_NO_NETWORK = "1" to disable network access if
    all required sources are on local disk.


Summary: There were 2 WARNING messages shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Makefile:300: recipe for target 'image_bin' failed
make: *** [image_bin] Error 1

→ Please ensure your host’s network is configured correctly

is your PC accessing internet correctly?

this after connect internet

exars@exars-PC-NS700RAR-E3:~/workspace/boardSupport/yocto$ make image_bin
Makefile:57: "Legato: build disabled since '/home/exars/workspace/boardSupport/yocto/legato/' does not exist"
"meta-swi/build.sh" -p poky/ -o meta-openembedded/ -l meta-swi -x "kernel" -j 9 -t 9          -a "LK_REPO="/home/exars/workspace/boardSupport/yocto/lk"" -m swi-mdm9x28 -P wp  -b build_bin -q
Poky dir: /home/exars/workspace/boardSupport/yocto/poky
OE meta: /home/exars/workspace/boardSupport/yocto/meta-openembedded
SWI meta dir: /home/exars/workspace/boardSupport/yocto/meta-swi
Linux repo dir: /home/exars/workspace/boardSupport/yocto/kernel
Number of make threads 9
Number of bitbake tasks 9
Extra options added -  LK_REPO=/home/exars/workspace/boardSupport/yocto/lk
SWI machine: swi-mdm9x28
SWI product: wp
Build dir: /home/exars/workspace/boardSupport/yocto/build_bin
Enable Qualcomm Proprietary bin
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.

The Yocto Project has extensive documentation about OE including a reference
manual which can be found at:
    http://yoctoproject.org/documentation

For more information about OpenEmbedded see their website:
    http://www.openembedded.org/


### Shell environment set up for builds. ###

You can now run 'bitbake <target>'

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:255: recipe for target 'image_bin' failed
make: *** [image_bin] Error 1

you can see here:

got this error:

seems you encounter this issue before and you can get over it at that time:

how about this one??

Now at patch 0001-wpa-supplicant-2.6.patch
WARNING: wl18xx-firmware-r8.a9.14-r4+gitrAUTOINC+2568d8f61f do_populate_lic: wl18xx-firmware: No generic license file exists for: TI-TSPA in any provider
WARNING: qca9377-bt-firmware-1.1-r0 do_populate_lic: qca9377-bt-firmware: No generic license file exists for: QCA-TSPA in any provider
ERROR: linux-quic-3.18.140-r1 do_compile: oe_runmake failed
ERROR: linux-quic-3.18.140-r1 do_compile: Function failed: do_compile (log file is located at /home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/temp/log.do_compile.4398)
ERROR: Logfile of failure stored in: /home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/temp/log.do_compile.4398
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j 4 HOSTCC=gcc  -isystem/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/recipe-sysroot-native/usr/include -O2 -pipe -L/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/recipe-sysroot-native/usr/lib -L/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/recipe-sysroot-native/lib -Wl,-rpath-link,/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/recipe-sysroot-native/usr/lib -Wl,-rpath-link,/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/recipe-sysroot-native/lib -Wl,-rpath,/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/recipe-sysroot-native/usr/lib -Wl,-rpath,/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=/home/exars/workspace/boardSupport/yocto/build_bin/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 HOSTCPP=gcc  -E zImage CC=/home/exars/workspace/boardSupport/yocto/kernel/scripts/gcc-wrapper.py arm-poky-linux-gnueabi-gcc   -fuse-ld=bfd -fdebug-prefix-map=/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1=/usr/src/debug/linux-quic/3.18.140-r1 -fdebug-prefix-map=/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/recipe-sysroot= -fdebug-prefix-map=/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/recipe-sysroot-native=  -fdebug-prefix-map=/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work-shared/swi-mdm9x28-wp/kernel-source=/usr/src/kernel -ffile-prefix-map=/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work-shared/swi-mdm9x28-wp/kernel-source=/kernel-source/  LD=arm-poky-linux-gnueabi-ld.bfd   O=/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/build
|   GEN     ./Makefile
| scripts/kconfig/conf --silentoldconfig Kconfig
| drivers/soc/qcom/Kconfig:368:warning: choice value used outside its choice group
| drivers/soc/qcom/Kconfig:373:warning: choice value used outside its choice group
| warning: (SND_SOC_QDSP6V2) selects SND_SOC_MSM_QDSP6V2_INTF which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && MSM_QDSP6_APRV2)
| warning: (SND_SOC_QDSP6V2) selects SND_SOC_MSM_QDSP6V2_INTF which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && MSM_QDSP6_APRV2)
|   CHK     include/config/kernel.release
.
.
.
.
| NOTE: make -j 4 HOSTCC=gcc  -isystem/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/recipe-sysroot-native/usr/include -O2 -pipe -L/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/recipe-sysroot-native/usr/lib -L/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/recipe-sysroot-native/lib -Wl,-rpath-link,/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/recipe-sysroot-native/usr/lib -Wl,-rpath-link,/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/recipe-sysroot-native/lib -Wl,-rpath,/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/recipe-sysroot-native/usr/lib -Wl,-rpath,/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=/home/exars/workspace/boardSupport/yocto/build_bin/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 HOSTCPP=gcc  -E dtbs O=/home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/build
|   CC      scripts/mod/empty.o
|   CC      scripts/mod/devicetable-offsets.s
|   MKELF   scripts/mod/elfconfig.h
|   HOSTCC  scripts/mod/sumversion.o
|   HOSTCC  scripts/mod/modpost.o
|   GEN     scripts/mod/devicetable-offsets.h
|   HOSTCC  scripts/mod/file2alias.o
|   HOSTLD  scripts/mod/modpost
|   DTC     arch/arm/boot/dts/qcom/mdm9607-mtp.dtb
|   DTC     arch/arm/boot/dts/qcom/mdm9607-swi-qemu.dtb
|   DTC     arch/arm/boot/dts/qcom/mdm9607-wp76xx-default.dtb
|   DTC     arch/arm/boot/dts/qcom/mdm9607-swi-ar.dtb
| ERROR (duplicate_node_names): ERROR (duplicate_node_names): Duplicate node name /soc/pinctrl@1000000/wfx_gpios
| ERROR: Input tree has errors, aborting (use -f to force output)
| scripts/Makefile.lib:304: recipe for target 'arch/arm/boot/dts/qcom/mdm9607-swi-ar.dtb' failed
| make[3]: *** [arch/arm/boot/dts/qcom/mdm9607-swi-ar.dtb] Error 2
| make[3]: *** Waiting for unfinished jobs....
| ERROR (duplicate_node_names): Duplicate node name /soc/pinctrl@1000000/wfx_gpios
| ERROR: Input tree has errors, aborting (use -f to force output)
| scripts/Makefile.lib:304: recipe for target 'arch/arm/boot/dts/qcom/mdm9607-wp76xx-default.dtb' failed
| make[3]: *** [arch/arm/boot/dts/qcom/mdm9607-wp76xx-default.dtb] Error 2
| ERROR (duplicate_node_names): Duplicate node name /soc/pinctrl@1000000/wfx_gpios
| ERROR: Input tree has errors, aborting (use -f to force output)
| Duplicate node name /soc/pinctrl@1000000/wfx_gpios
| scripts/Makefile.lib:304: recipe for target 'arch/arm/boot/dts/qcom/mdm9607-swi-qemu.dtb' failed
| make[3]: *** [arch/arm/boot/dts/qcom/mdm9607-swi-qemu.dtb] Error 2
| ERROR: Input tree has errors, aborting (use -f to force output)
| scripts/Makefile.lib:304: recipe for target 'arch/arm/boot/dts/qcom/mdm9607-mtp.dtb' failed
| make[3]: *** [arch/arm/boot/dts/qcom/mdm9607-mtp.dtb] Error 2
| /home/exars/workspace/boardSupport/yocto/build_bin/tmp/work-shared/swi-mdm9x28-wp/kernel-source/arch/arm/Makefile:327: recipe for target 'dtbs' failed
| make[2]: *** [dtbs] Error 2
| Makefile:145: recipe for target 'sub-make' failed
| make[1]: *** [sub-make] Error 2
| Makefile:24: recipe for target '__sub-make' failed
| make: *** [__sub-make] Error 2
| ERROR: oe_runmake failed
| WARNING: /home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/temp/run.do_compile.4398:1 exit 1 from 'exit 1'
| ERROR: Function failed: do_compile (log file is located at /home/exars/workspace/boardSupport/yocto/build_bin/tmp/work/swi_mdm9x28_wp-poky-linux-gnueabi/linux-quic/3.18.140-r1/temp/log.do_compile.4398)
ERROR: Task (/home/exars/workspace/boardSupport/yocto/meta-swi/meta-swi-mdm9x28/recipes-kernel/linux/linux-quic_git.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2728 tasks of which 5 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /home/exars/workspace/boardSupport/yocto/meta-swi/meta-swi-mdm9x28/recipes-kernel/linux/linux-quic_git.bb:do_compile
Summary: There were 17 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Makefile:300: recipe for target 'image_bin' failed
make: *** [image_bin] Error 1

you can see here raised by you in the past:

I suggest you compile the original code first to make sure your PC can compile the original yocto source

I cannot remember what I have done last time please guide me how to fixed??

I suggest you compile the original code first to make sure your PC can compile the original yocto source

I have tried original one and stuck on bluez5-5.5…

Are you using WP7605?

Which version are you compiling?
R16.1?
R17?
R13.3?

you might try R16.0.1: