YOCTO downloads fails

I had to do a make clean and now it won’t download some files
ex.
libmincrypt-native-1.0-r1 do_fetch: Bitbake Fetcher Error: FetchError(‘Unable to fetch URL from any source.’, ‘git://codeaurora.org/platform/system/core;branch=mdm’)

Seems like the code has moved

Is there a new a new yocto project that works ?
Build Configuration:
BB_VERSION = “1.46.0”
BUILD_SYS = “x86_64-linux”
NATIVELSBSTRING = “ubuntu-18.04”
TARGET_SYS = “arm-poky-linux-gnueabi”
MACHINE = “swi-mdm9x28-wp”
DISTRO = “poky-swi-ext”
DISTRO_VERSION = “3.1.15”
TUNE_FEATURES = “arm armv7a vfp neon”
TARGET_FPU = “softfp”
meta-swi-wp-bin
meta-swi-wp = “HEAD:6d4ab0faf821dc62ceb243b7ff0076e856147e29”
meta-swi-mdm9x28-bin
meta-swi-mdm9x28
meta-swi-mdm9xxx-bin
common = “HEAD:e41a336ef92b95ab4ec0a37e713821a642216ae7”
meta-swi-wp = “HEAD:0a990d35fd77beb9ee2abb8cb596596be6e3401a”
meta-swi-mdm9x28
meta-swi-mdm9xxx
common = “HEAD:b24766d3bec16c39a2dc5a6107197dd10048ed0c”
meta-python
meta-oe
meta-networking = “HEAD:86b864a4d8c28185a4a464583fb86f73aa22847a”
meta
meta-poky
meta-yocto-bsp = “HEAD:1b588d357aebef42b1d6c3242f031ffe796791ef”
meta-gplv2 = “HEAD:60b251c25ba87e946a0ca4cdc8d17b1cb09292ac”

NOTE: Fetching uninative binary shim http://downloads.yoctoproject.org/releases/uninative/3.5/x86_64-nativesdk-libc-3.5.tar.xz;sha256sum=e8047a5748e6f266165da141eb6d08b23674f30e477b0e5505b6403d50fbc4b2 (will check PREMIRRORS first)
Initialising tasks: 100% |#############################################################################################| Time: 0:00:08
Sstate summary: Wanted 1790 Found 0 Missed 1790 Current 0 (0% match, 0% complete)
NOTE: Executing Tasks
WARNING: linux-msm-4.14.253-r1 do_patch: Fuzz detected:

are you compiling this yocto source downloaded from below?
https://source.sierrawireless.com/resources/airprime/software/wp77xx/wp77xx-firmware-release-15,-d-,1-components/#sthash.ViVYXpCU.dpbs

That one says (Based on Kernel 3.18 and Yocto 2.5)
I think i got it from another link ?
I am building
Linux version 4.14.253 (oe-user@oe-host) ( gcc version 9.3.0 (GCC), GNU ld (GNU Binutils) 2.34.0.20200220) #1 PREEMPT Wed Nov 27 14:46:49 UTC 2024

Can you try that one in SOURCE ?

I downloaded the file extracted and did make MACH=mdm9x28,
It still has errors downloading some files

mango@mango:~/yocto$ make MACH=mdm9x28
meta-swi-wp/common.mk:75: “Legato: build disabled since ‘/home/mango/yocto/legato/’ does not exist”
“meta-swi-wp/build.py” --poky-dir=poky/ --meta-oe-dir=meta-openembedded/ --meta-swi-dir=meta-swi --linux-repo-dir=“kernel” --make-threads=9 --bitbake-tasks=9 --recipe-args=LK_REPO_DIR=“/home/mango/yocto”::LK_REPO_NAME=“lk”::LK_REPO=“file://lk” --machine-type=swi-mdm9x28 --recipe-args=KBRANCH_DEFAULT_MDM9X15= --recipe-args=KMETA_DEFAULT_MDM9X15= --product=wp --build-dir=build_bin --enable-prop-bin
grep: .config: No such file or directory
grep: .config: No such file or directory
grep: .config: No such file or directory
grep: .config: No such file or directory
grep: .config: No such file or directory
grep: .config: No such file or directory
grep: .config: No such file or directory
grep: .config: No such file or directory

meta-swi-wp/build.py: building with these options:

help: False
poky_dir: /home/mango/yocto/poky
meta_oe_dir: /home/mango/yocto/meta-openembedded
meta_swi_dir: /home/mango/yocto/meta-swi
linux_repo_dir: /home/mango/yocto/kernel
distro: poky-swi
machine_type: swi-mdm9x28
product: wp
build_dir: /home/mango/yocto/build_bin
bitbake_tasks: 9
make_threads: 9
enable_preempt_rt: False
enable_legato: False
kernel_version: 4.14
kernel_provider: linux-msm
enable_recovery_image: False
enable_extended_image: False
enable_debug_image: False
enable_ima: False
ima_config_file:
bitbake_flags:
enable_icecc: False
enable_shared_sstate: False
enable_prop_bin: True
enable_prop_src: False
apps_proc_dir:
firmware_version:
ar_yocto_path:
enable_mangoh: False
enable_qemu: False
cmdline_mode: False
debug_image: False
build_toolchain: False
recipe_args: [‘LK_REPO_DIR=/home/mango/yocto::LK_REPO_NAME=lk::LK_REPO=file://lk’, ‘KBRANCH_DEFAULT_MDM9X15=’, ‘KMETA_DEFAULT_MDM9X15=’]
extra_layers:
product_family: wp
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:
https://docs.yoctoproject.org

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

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’

Other commonly useful commands are:

  • ‘devtool’ and ‘recipetool’ handle common recipe tasks
  • ‘bitbake-layers’ handles common layer tasks
  • ‘oe-pkgdata-util’ handles common target package tasks
    meta-swi-wp/build.py: new layer: /home/mango/yocto/meta-gplv2
    meta-swi-wp/build.py: new layer: /home/mango/yocto/meta-openembedded/meta-networking
    meta-swi-wp/build.py: new layer: /home/mango/yocto/meta-openembedded/meta-oe
    meta-swi-wp/build.py: have layer: /home/mango/yocto/meta-openembedded/meta-oe
    meta-swi-wp/build.py: new layer: /home/mango/yocto/meta-openembedded/meta-python
    meta-swi-wp/build.py: missing path or layer.conf for layer /home/mango/yocto/meta-virtualization; skipping
    meta-swi-wp/build.py: new layer: /home/mango/yocto/meta-swi/common
    meta-swi-wp/build.py: new layer: /home/mango/yocto/meta-swi/meta-swi-mdm9xxx
    meta-swi-wp/build.py: new layer: /home/mango/yocto/meta-swi/meta-swi-mdm9x28
    meta-swi-wp/build.py: new layer: /home/mango/yocto/meta-swi-wp/meta-swi-wp
    meta-swi-wp/build.py: new layer: /home/mango/yocto/meta-swi-extras/common
    meta-swi-wp/build.py: new layer: /home/mango/yocto/meta-swi-extras/meta-swi-mdm9xxx-bin
    meta-swi-wp/build.py: new layer: /home/mango/yocto/meta-swi-extras/meta-swi-mdm9x28
    meta-swi-wp/build.py: new layer: /home/mango/yocto/meta-swi-extras/meta-swi-mdm9x28-bin
    meta-swi-wp/build.py: missing path or layer.conf for layer /home/mango/yocto/meta-swi-extras/meta-swi-mdm9x28-wp-bin; skipping
    meta-swi-wp/build.py: new layer: /home/mango/yocto/meta-swi-wp-extras/meta-swi-wp
    meta-swi-wp/build.py: new layer: /home/mango/yocto/meta-swi-wp-extras/meta-swi-wp-bin
    meta-swi-wp/build.py: machine config file found at: /home/mango/yocto/meta-swi-wp/meta-swi-wp/conf/machine/swi-mdm9x28-wp.conf
    meta-swi-wp/build.py: Yocto machine: swi-mdm9x28-wp
    meta-swi-wp/build.py: missing path or layer.conf for layer /home/mango/yocto/meta-mangoh; skipping
    meta-swi-wp/build.py: setting MACHINE = “swi-mdm9x28-wp”
    meta-swi-wp/build.py: setting DISTRO = “poky-swi-ext”
    meta-swi-wp/build.py: setting LINUX_REPO_DIR = “/home/mango/yocto/kernel”
    meta-swi-wp/build.py: setting WORKSPACE = “”
    meta-swi-wp/build.py: setting FW_VERSION = “”
    meta-swi-wp/build.py: setting BB_NO_NETWORK = “0”
    meta-swi-wp/build.py: setting PREMIRRORS_prepend = “[‘https?$://./. https://get.legato.io/yocto/mirror/ \n’, ‘git://./. https://get.legato.io/yocto/mirror/ \n’]”
    meta-swi-wp/build.py: setting BB_GENERATE_MIRROR_TARBALLS = “1”
    meta-swi-wp/build.py: setting INHERIT += “own-mirrors”
    meta-swi-wp/build.py: setting SOURCE_MIRROR_URL ?= “Index of /mirror/sources/
    meta-swi-wp/build.py: setting BB_NUMBER_THREADS = “9”
    meta-swi-wp/build.py: setting PARALLEL_MAKE = “-j 9”
    meta-swi-wp/build.py: setting LEGATO_BUILD = “false”
    meta-swi-wp/build.py: setting IMA_BUILD = “false”
    meta-swi-wp/build.py: setting ENABLE_IMA = “0”
    meta-swi-wp/build.py: setting IMA_CONFIG = “”
    meta-swi-wp/build.py: setting IMA_CONFIG = “”
    meta-swi-wp/build.py: setting IMA_LOCAL_CA_X509 = “”
    meta-swi-wp/build.py: setting IMA_PRIV_KEY = “”
    meta-swi-wp/build.py: setting IMA_PUB_CERT = “”
    meta-swi-wp/build.py: setting IMA_KERNEL_CMDLINE_OPTIONS = “”
    meta-swi-wp/build.py: setting IMA_PUBLIC_CERT = “”
    meta-swi-wp/build.py: setting IMA_PRIVATE_KEY = “”
    meta-swi-wp/build.py: setting IMA_SMACK = “”
    meta-swi-wp/build.py: setting ENABLE_FX30 = “”
    meta-swi-wp/build.py: setting LK_REPO_DIR = “/home/mango/yocto”
    meta-swi-wp/build.py: setting LK_REPO_NAME = “lk”
    meta-swi-wp/build.py: setting LK_REPO = “file://lk”
    meta-swi-wp/build.py: setting KBRANCH_DEFAULT_MDM9X15 = “”
    meta-swi-wp/build.py: setting KMETA_DEFAULT_MDM9X15 = “”
    meta-swi-wp/build.py: setting PREFERRED_PROVIDER_virtual/kernel = “linux-msm”
    meta-swi-wp/build.py: setting PREFERRED_VERSION_linux-msm = “4.14%”
    meta-swi-wp/build.py: setting LINUXLIBCVERSION = “4.14%”
    meta-swi-wp/build.py: setting INITRAMFS_IMAGE_BUNDLE = “1”
    meta-swi-wp/build.py: setting INITRAMFS_IMAGE = “mdm9x28-image-initramfs”
    meta-swi-wp/build.py: setting EXT_SWI_IMG = “false”
    meta-swi-wp/build.py: setting FIRMWARE_PATH = “”
    meta-swi-wp/build.py: setting PACKAGECONFIG_remove = “gnutls”
    meta-swi-wp/build.py: setting PACKAGE_CLASSES = “package_ipk”
    meta-swi-wp/build.py: build image of minimal rootfs (for swi-mdm9x28)
    meta-swi-wp/build.py: bitbaking mdm9x28-image-minimal
    Parsing recipes: 100% |################################################################################################| Time: 0:00:49
    Parsing of 2263 .bb files complete (0 cached, 2263 parsed). 3411 targets, 366 skipped, 0 masked, 0 errors.
    WARNING: No bb files matched BBFILE_PATTERN_swi-wp-extras ‘^/home/mango/yocto/meta-swi-wp-extras/meta-swi-wp/’
    NOTE: Resolving any missing task queue dependencies
    NOTE: Multiple providers are available for runtime gps-utils (gps-utils, gpsd)
    Consider defining a PREFERRED_RPROVIDER entry to match gps-utils

Build Configuration:
BB_VERSION = “1.46.0”
BUILD_SYS = “x86_64-linux”
NATIVELSBSTRING = “ubuntu-18.04”
TARGET_SYS = “arm-poky-linux-gnueabi”
MACHINE = “swi-mdm9x28-wp”
DISTRO = “poky-swi-ext”
DISTRO_VERSION = “3.1.15”
TUNE_FEATURES = “arm armv7a vfp neon”
TARGET_FPU = “softfp”
meta-swi-wp-bin
meta-swi-wp = “HEAD:6d4ab0faf821dc62ceb243b7ff0076e856147e29”
meta-swi-mdm9x28-bin
meta-swi-mdm9x28
meta-swi-mdm9xxx-bin
common = “HEAD:e41a336ef92b95ab4ec0a37e713821a642216ae7”
meta-swi-wp = “HEAD:0a990d35fd77beb9ee2abb8cb596596be6e3401a”
meta-swi-mdm9x28
meta-swi-mdm9xxx
common = “HEAD:4c8281fa00a5e810997f5de0bb341bd5fef78543”
meta-python
meta-oe
meta-networking = “HEAD:86b864a4d8c28185a4a464583fb86f73aa22847a”
meta
meta-poky
meta-yocto-bsp = “HEAD:38c55bd388e141eb691d62143cda492437cbe752”
meta-gplv2 = “HEAD:60b251c25ba87e946a0ca4cdc8d17b1cb09292ac”

NOTE: Fetching uninative binary shim http://downloads.yoctoproject.org/releases/uninative/3.5/x86_64-nativesdk-libc-3.5.tar.xz;sha256sum=e8047a5748e6f266165da141eb6d08b23674f30e477b0e5505b6403d50fbc4b2 (will check PREMIRRORS first)
WARNING: Unable to get checksum for linux-msm SRC_URI entry sierra: [Errno 2] No such file or directory: ‘/home/mango/yocto/kernel/arch/arm/mach-qcom/sierra/sierra’
Initialising tasks: 100% |#############################################################################################| Time: 0:00:07
Sstate summary: Wanted 1584 Found 0 Missed 1584 Current 0 (0% match, 0% complete)
NOTE: Executing Tasks
WARNING: linux-msm-4.14.253-r1 do_patch: Fuzz detected:

Applying patch 0001-tty-serial-Enable-IOCTL-command-to-get-and-set-UART1.patch
patching file arch/arm/mach-qcom/sierra_serial.c
Hunk #1 succeeded at 133 (offset -41 lines).
patching file drivers/tty/serial/serial_core.c
patching file drivers/tty/tty_io.c
Hunk #2 succeeded at 2464 with fuzz 1.
patching file include/linux/sierra_serial.h
Hunk #1 succeeded at 31 with fuzz 2 (offset 6 lines).

The context lines in the patches can be updated with devtool:

devtool modify linux-msm
devtool finish --force-patch-refresh linux-msm <layer_path>

Don’t forget to review changes done by devtool!

WARNING: linux-msm-4.14.253-r1 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]
WARNING: alsa-intf-1.0-r1 do_patch: Fuzz detected:

Applying patch 0006-Wait-for-Audio-stream-to-end.patch
patching file libalsa-intf/aplay.c
Hunk #1 succeeded at 604 with fuzz 2 (offset 60 lines).

The context lines in the patches can be updated with devtool:

devtool modify alsa-intf
devtool finish --force-patch-refresh alsa-intf <layer_path>

Don’t forget to review changes done by devtool!

WARNING: alsa-intf-1.0-r1 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]
WARNING: lk-1.3.0-r2 do_patch: Fuzz detected:

Applying patch 0011-target-mdm9607-add-platform_is_mdm9207c-to-detect-md.patch
patching file target/mdm9607/init.c
Hunk #2 succeeded at 110 (offset 15 lines).
Hunk #3 succeeded at 247 with fuzz 2 (offset 77 lines).
Hunk #4 succeeded at 402 with fuzz 1 (offset 175 lines).

Applying patch 0018-Allow-OTA-upgrade-with-VB1-key.patch
patching file AndroidBoot.mk
patching file makefile
Hunk #1 succeeded at 160 with fuzz 2 (offset 51 lines).
patching file platform/msm_shared/boot_verifier.c
Hunk #1 succeeded at 463 (offset 11 lines).

The context lines in the patches can be updated with devtool:

devtool modify lk
devtool finish --force-patch-refresh lk <layer_path>

Don’t forget to review changes done by devtool!

WARNING: lk-1.3.0-r2 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]
WARNING: bridge-utils-1.6-r0 do_patch: Fuzz detected:

Applying patch kernel-headers_fix_in6_duplication.patch
patching file libbridge/libbridge.h
Hunk #1 succeeded at 24 with fuzz 1.

The context lines in the patches can be updated with devtool:

devtool modify bridge-utils
devtool finish --force-patch-refresh bridge-utils <layer_path>

Don’t forget to review changes done by devtool!

WARNING: bridge-utils-1.6-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]
WARNING: libmincrypt-native-1.0-r1 do_fetch: Failed to fetch URL git://codeaurora.org/platform/system/core;branch=mdm, attempting MIRRORS if available
ERROR: libmincrypt-native-1.0-r1 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS=“unix:path=/run/user/1000/bus”; export SSH_AGENT_PID=“2061”; export SSH_AUTH_SOCK=“/run/user/1000/keyring/ssh”; export PATH=“/home/mango/yocto/poky/scripts/native-intercept:/home/mango/yocto/build_bin/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/mango/yocto/poky/scripts:/home/mango/yocto/build_bin/tmp/work/x86_64-linux/libmincrypt-native/1.0-r1/recipe-sysroot-native/usr/bin/x86_64-linux:/home/mango/yocto/build_bin/tmp/work/x86_64-linux/libmincrypt-native/1.0-r1/recipe-sysroot-native/usr/bin:/home/mango/yocto/build_bin/tmp/work/x86_64-linux/libmincrypt-native/1.0-r1/recipe-sysroot-native/usr/sbin:/home/mango/yocto/build_bin/tmp/work/x86_64-linux/libmincrypt-native/1.0-r1/recipe-sysroot-native/usr/bin:/home/mango/yocto/build_bin/tmp/work/x86_64-linux/libmincrypt-native/1.0-r1/recipe-sysroot-native/sbin:/home/mango/yocto/build_bin/tmp/work/x86_64-linux/libmincrypt-native/1.0-r1/recipe-sysroot-native/bin:/home/mango/yocto/poky/bitbake/bin:/home/mango/yocto/build_bin/tmp/hosttools”; export HOME=“/home/mango”; LANG=C git -c core.fsyncobjectfiles=0 clone --bare --mirror “git://codeaurora.org/platform/system/core” /home/mango/yocto/build_bin/downloads/git2/codeaurora.org.platform.system.core --progress failed with exit code 128, no output
ERROR: libmincrypt-native-1.0-r1 do_fetch: Bitbake Fetcher Error: FetchError(‘Unable to fetch URL from any source.’, ‘git://codeaurora.org/platform/system/core;branch=mdm’)
ERROR: Logfile of failure stored in: /home/mango/yocto/build_bin/tmp/work/x86_64-linux/libmincrypt-native/1.0-r1/temp/log.do_fetch.26854
ERROR: Task (/home/mango/yocto/meta-swi/meta-swi-mdm9xxx/recipes-bsp/libmincrypt/libmincrypt-native.bb:do_fetch) failed with exit code ‘1’
WARNING: mkbootimg-native-1.0-r1 do_fetch: Failed to fetch URL git://codeaurora.org/platform/system/core;branch=mdm, attempting MIRRORS if available
ERROR: mkbootimg-native-1.0-r1 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS=“unix:path=/run/user/1000/bus”; export SSH_AGENT_PID=“2061”; export SSH_AUTH_SOCK=“/run/user/1000/keyring/ssh”; export PATH=“/home/mango/yocto/poky/scripts/native-intercept:/home/mango/yocto/build_bin/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/mango/yocto/poky/scripts:/home/mango/yocto/build_bin/tmp/work/x86_64-linux/mkbootimg-native/1.0-r1/recipe-sysroot-native/usr/bin/x86_64-linux:/home/mango/yocto/build_bin/tmp/work/x86_64-linux/mkbootimg-native/1.0-r1/recipe-sysroot-native/usr/bin:/home/mango/yocto/build_bin/tmp/work/x86_64-linux/mkbootimg-native/1.0-r1/recipe-sysroot-native/usr/sbin:/home/mango/yocto/build_bin/tmp/work/x86_64-linux/mkbootimg-native/1.0-r1/recipe-sysroot-native/usr/bin:/home/mango/yocto/build_bin/tmp/work/x86_64-linux/mkbootimg-native/1.0-r1/recipe-sysroot-native/sbin:/home/mango/yocto/build_bin/tmp/work/x86_64-linux/mkbootimg-native/1.0-r1/recipe-sysroot-native/bin:/home/mango/yocto/poky/bitbake/bin:/home/mango/yocto/build_bin/tmp/hosttools”; export HOME=“/home/mango”; LANG=C git -c core.fsyncobjectfiles=0 clone --bare --mirror “git://codeaurora.org/platform/system/core” /home/mango/yocto/build_bin/downloads/git2/codeaurora.org.platform.system.core --progress failed with exit code 128, no output
ERROR: mkbootimg-native-1.0-r1 do_fetch: Bitbake Fetcher Error: FetchError(‘Unable to fetch URL from any source.’, ‘git://codeaurora.org/platform/system/core;branch=mdm’)
ERROR: Logfile of failure stored in: /home/mango/yocto/build_bin/tmp/work/x86_64-linux/mkbootimg-native/1.0-r1/temp/log.do_fetch.29294
ERROR: Task (/home/mango/yocto/meta-swi/meta-swi-mdm9xxx/recipes-bsp/mkbootimg/mkbootimg-native.bb:do_fetch) failed with exit code ‘1’
NOTE: Tasks Summary: Attempted 1457 tasks of which 0 didn’t need to be rerun and 2 failed.

Summary: 2 tasks failed:
/home/mango/yocto/meta-swi/meta-swi-mdm9xxx/recipes-bsp/libmincrypt/libmincrypt-native.bb:do_fetch
/home/mango/yocto/meta-swi/meta-swi-mdm9xxx/recipes-bsp/mkbootimg/mkbootimg-native.bb:do_fetch
Summary: There were 12 WARNING messages shown.
Summary: There were 4 ERROR messages shown, returning a non-zero exit code.
meta-swi-wp/common.mk:335: recipe for target ‘image_bin’ failed
make: *** [image_bin] Error 1
mango@mango:~/yocto$

I have downloaded the "Legato-Dist-Source-mdm9x06-SWI9X06Y_03.00.13.00.tar.bz2 " from above link.
And then unzip it and compile the image by “make” command in Ubuntu 16.04.7.
No problem is found:


owner@owner-ThinkPad-X220:~/Yocto/WP77/R15.1/yocto$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 16.04.7 LTS
Release:	16.04
Codename:	xenial
owner@owner-ThinkPad-X220:~/Yocto/WP77/R15.1/yocto$ ls ./build_bin/tmp/deploy/images/swi-mdm9x28-wp/yocto_wp77xx.4k.cwe -l
-rw-rw-r-- 1 owner owner 34186488 Jan 26 04:04 ./build_bin/tmp/deploy/images/swi-mdm9x28-wp/yocto_wp77xx.4k.cwe

Thanks mine works with just “make” i will have to copy all my modifications and see if it still works,
I do have a copy of all the original source downloads so I can still use my old setup.
BTW, i think i used “leaf getsrc swi-linux” originally do you know if that has been updated?

No, i dont know, normally i download the yocto source directly from website