This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM625: Remove edgeai-xxx from yocto configuration

Part Number: AM625


The edgeai is not need for most Sitara customers, would like to remove it from yocto build configuration, how to do it?

I remove it from bblayers.conf the first line, but still report errors when bitbake

$ MACHINE=am62xx-evm ARAGO_RT_ENABLE=1 bitbake tisdk-default-image

# Layers configured by oe-core-setup script
BBLAYERS += " \
/home/tony/tisdk_am62_90/sources/meta-edgeai \   //remove this line
/home/tony/tisdk_am62_90/sources/meta-processor-sdk \
/home/tony/tisdk_am62_90/sources/meta-arago/meta-arago-distro \
/home/tony/tisdk_am62_90/sources/meta-arago/meta-arago-extras \
/home/tony/tisdk_am62_90/sources/meta-arago/meta-arago-demos \
/home/tony/tisdk_am62_90/sources/meta-qt5 \
/home/tony/tisdk_am62_90/sources/meta-virtualization \
/home/tony/tisdk_am62_90/sources/meta-openembedded/meta-networking \
/home/tony/tisdk_am62_90/sources/meta-openembedded/meta-python \
/home/tony/tisdk_am62_90/sources/meta-openembedded/meta-oe \
/home/tony/tisdk_am62_90/sources/meta-openembedded/meta-gnome \
/home/tony/tisdk_am62_90/sources/meta-openembedded/meta-filesystems \
/home/tony/tisdk_am62_90/sources/meta-openembedded/meta-multimedia \
/home/tony/tisdk_am62_90/sources/meta-ti/meta-ti-extras \
/home/tony/tisdk_am62_90/sources/meta-ti/meta-ti-bsp \
/home/tony/tisdk_am62_90/sources/meta-arm/meta-arm \
/home/tony/tisdk_am62_90/sources/meta-arm/meta-arm-toolchain \
/home/tony/tisdk_am62_90/sources/oe-core/meta \
"



NOTE: Executing Tasks
ERROR: edgeai-tidl-models-1.0-r0 do_fetch: ExecutionError('/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-tidl-models/1.0-r0/temp/run.do_fetch.4448', 4, None, None)
ERROR: edgeai-test-data-1.0-r0 do_fetch: ExecutionError('/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-test-data/1.0-r0/temp/run.do_fetch.4442', 4, None, None)
ERROR: Logfile of failure stored in: /home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-test-data/1.0-r0/temp/log.do_fetch.4442
Log data follows:
| DEBUG: Executing shell function do_fetch
| --2023-09-27 02:47:15-- raw.githubusercontent.com/.../download_test_data.sh
| Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 0.0.0.0, ::
| Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|0.0.0.0|:443... failed: Connection refused.
| Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|::|:443... failed: Connection refused.
| WARNING: /home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-test-data/1.0-r0/temp/run.do_fetch.4442:143 exit 4 from 'wget raw.githubusercontent.com/.../download_test_data.sh'
| WARNING: Backtrace (BB generated script):
| #1: do_fetch, /home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-test-data/1.0-r0/temp/run.do_fetch.4442, line 143
| #2: main, /home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-test-data/1.0-r0/temp/run.do_fetch.4442, line 161
ERROR: Logfile of failure stored in: /home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-tidl-models/1.0-r0/temp/log.do_fetch.4448
Log data follows:
| DEBUG: Executing shell function do_fetch
| --2023-09-27 02:47:15-- raw.githubusercontent.com/.../download_models.sh
| Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 0.0.0.0, ::
| Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|0.0.0.0|:443... failed: Connection refused.
| Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|::|:443... failed: Connection refused.
| WARNING: /home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-tidl-models/1.0-r0/temp/run.do_fetch.4448:143 exit 4 from 'wget raw.githubusercontent.com/.../download_models.sh'
| WARNING: Backtrace (BB generated script):
| #1: do_fetch, /home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-tidl-models/1.0-r0/temp/run.do_fetch.4448, line 143
| #2: main, /home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-tidl-models/1.0-r0/temp/run.do_fetch.4448, line 149
ERROR: Task (/home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-test-data.bb:do_fetch) failed with exit code '1'
ERROR: Task (/home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 6532 tasks of which 6529 didn't need to be rerun and 2 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 6 seconds
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 6 seconds

Summary: 2 tasks failed:
/home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-test-data.bb:do_fetch
/home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_fetch
Summary: There were 5 WARNING messages.
Summary: There were 2 ERROR messages, returning a non-zero exit code.
tony@tony-OptiPlex-990:~/tisdk_am62_90/build$ wget raw.githubusercontent.com/.../download_models.sh
--2023-09-27 10:50:03-- raw.githubusercontent.com/.../download_models.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 0.0.0.0, ::
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|0.0.0.0|:443... failed: Connection refused.
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|::|:443... failed: Connection refused.
tony@tony-OptiPlex-990:~/tisdk_am62_90/build$

  • Hi Tony,

    removing just the layer won't be enough, you'd also need to remove certain other references/packages. I started working on this but did it for AM62A before I realized your post is about AM62 (non-A) so will start over. But it'll take me until next week before I can get back to this. In the meantime you could always build smaller images like tisdk-base-image or tisdk-tiny-image, they should come without the AI stuff I suppose. This also the recommended way for customers -- start with a smaller image, and add items they need extra, rather than trying to trim things down.

    Regards, Andreas

  • Andreas,

     #1. Did you tried removing edgeai?

    #2. I can't bitbake tisdk-core-bundle

    tony@linux-desktop:~/tisdk_am62_90/build$
    tony@linux-desktop:~/tisdk_am62_90/build$ env |grep proxy
    no_proxy=www.ti.com
    ftp_proxy=http://webproxy.ext.ti.com:80
    https_proxy=http://webproxy.ext.ti.com:80
    socks_proxy=http://webproxy.ext.ti.com:80
    GIT_PROXY_COMMAND=oe-git-proxy
    http_proxy=http://webproxy.ext.ti.com:80
    ALL_PROXY=http://webproxy.ext.ti.com:80
    all_proxy=http://webproxy.ext.ti.com:80
    tony@linux-desktop:~/tisdk_am62_90/build$
    tony@linux-desktop:~/tisdk_am62_90/build$
    
    
    tony@linux-desktop:~/tisdk_am62_90/build$ . conf/setenv
    tony@linux-desktop:~/tisdk_am62_90/build$ env |grep proxy
    no_proxy=www.ti.com
    BB_ENV_PASSTHROUGH_ADDITIONS=MACHINE DISTRO TCMODE TCLIBC http_proxy ftp_proxy https_proxy all_proxy ALL_PROXY no_proxy SSH_AGENT_PID SSH_AUTH_SOCK BB_SRCREV_POLICY SDKMACHINE BB_NUMBER_THREADS PARALLEL_MAKE GIT_PROXY_COMMAND GIT_PROXY_IGNORE SOCKS5_PASSWD SOCKS5_USER OEBASE META_SDK_PATH TOOLCHAIN_TYPE TOOLCHAIN_BRAND TOOLCHAIN_BASE TOOLCHAIN_PATH TOOLCHAIN_PATH_ARMV5 TOOLCHAIN_PATH_ARMV7 TOOLCHAIN_PATH_ARMV8 EXTRA_TISDK_FILES TISDK_VERSION ARAGO_BRAND ARAGO_RT_ENABLE ARAGO_SYSTEST_ENABLE ARAGO_KERNEL_SUFFIX TI_SECURE_DEV_PKG_CAT TI_SECURE_DEV_PKG_AUTO TI_SECURE_DEV_PKG_K3 ARAGO_SYSVINIT SYSFW_FILE ARAGO_JAILHOUSE_ENABLE
    ftp_proxy=http://webproxy.ext.ti.com:80
    https_proxy=http://webproxy.ext.ti.com:80
    socks_proxy=http://webproxy.ext.ti.com:80
    GIT_PROXY_COMMAND=oe-git-proxy
    http_proxy=http://webproxy.ext.ti.com:80
    ALL_PROXY=http://webproxy.ext.ti.com:80
    all_proxy=http://webproxy.ext.ti.com:80
    tony@linux-desktop:~/tisdk_am62_90/build$
    
    
    
    tony@linux-desktop:~/tisdk_am62_90/build$ MACHINE=am62xx-evm bitbake -k tisdk-core-bundle
    NOTE: Started PRServer with DBfile: /home/tony/tisdk_am62_90/build/cache/prserv.sqlite3, Address: 127.0.0.1:43553, PID: 58874
    Loading cache: 100% |############################################| Time: 0:00:03
    Loaded 9638 entries from dependency cache.
    ERROR: ExpansionError during parsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-gui-app_0.1.bb
    Traceback (most recent call last):
      File "/home/tony/tisdk_am62_90/sources/bitbake/lib/bb/fetch2/__init__.py", line 1214, in srcrev_internal_helper(ud=<bb.fetch2.FetchData object at 0x7f1d0da7e500>, d=<bb.data_smart.DataSmart object at 0x7f1d0da7eef0>, name='default'):
             if srcrev == "AUTOINC":
        >        srcrev = ud.method.latest_revision(ud, d, name)
         
      File "/home/tony/tisdk_am62_90/sources/bitbake/lib/bb/fetch2/__init__.py", line 1626, in Git.latest_revision(ud=<bb.fetch2.FetchData object at 0x7f1d0da7e500>, d=<bb.data_smart.DataSmart object at 0x7f1d0da7eef0>, name='default'):
                 except KeyError:
        >            revs[key] = rev = self._latest_revision(ud, d, name)
                     return rev
      File "/home/tony/tisdk_am62_90/sources/bitbake/lib/bb/fetch2/git.py", line 748, in Git._latest_revision(ud=<bb.fetch2.FetchData object at 0x7f1d0da7e500>, d=<bb.data_smart.DataSmart object at 0x7f1d0da7eef0>, name='default'):
         
        >        output = self._lsremote(ud, d, "")
                 # Tags of the form ^{} may not work, need to fallback to other form
      File "/home/tony/tisdk_am62_90/sources/bitbake/lib/bb/fetch2/git.py", line 731, in Git._lsremote(ud=<bb.fetch2.FetchData object at 0x7f1d0da7e500>, d=<bb.data_smart.DataSmart object at 0x7f1d0da7eef0>, search=''):
                         bb.fetch2.check_network_access(d, cmd, repourl)
        >            output = runfetchcmd(cmd, d, True)
                     if not output:
      File "/home/tony/tisdk_am62_90/sources/bitbake/lib/bb/fetch2/__init__.py", line 929, in runfetchcmd(cmd='export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export GIT_PROXY_COMMAND="oe-git-proxy"; export all_proxy="">webproxy.ext.ti.com:80"; export ALL_PROXY="">webproxy.ext.ti.com:80"; export no_proxy="www.ti.com"; export NO_PROXY="www.ti.com"; export ftp_proxy="">webproxy.ext.ti.com:80"; export https_proxy="">webproxy.ext.ti.com:80"; export http_proxy="">webproxy.ext.ti.com:80"; export PATH="/home/tony/tisdk_am62_90/sources/oe-core/scripts:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/armv7at2hf-vfp-oe-linux-gnueabi/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/bin/arm-oe-linux-gnueabi:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/armv7at2hf-vfp-oe-linux-gnueabi/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot/usr/bin/crossscripts:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/armv7at2hf-vfp-oe-linux-gnueabi/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/sbin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/armv7at2hf-vfp-oe-linux-gnueabi/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/bin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/armv7at2hf-vfp-oe-linux-gnueabi/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/sbin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/armv7at2hf-vfp-oe-linux-gnueabi/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/bin:/home/tony/tisdk_am62_90/sources/bitbake/bin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/tony"; git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat ls-remote git://git.ti.com/apps/edgeai-gui-app.git ', d=<bb.data_smart.DataSmart object at 0x7f1d0dc63970>, quiet=True, cleanup=[], log=None, workdir=None):
         
        >        raise FetchError(error_message)
         
    bb.data_smart.ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export GIT_PROXY_COMMAND="oe-git-proxy"; export all_proxy="">webproxy.ext.ti.com:80"; export ALL_PROXY="">webproxy.ext.ti.com:80"; export no_proxy="www.ti.com"; export NO_PROXY="www.ti.com"; export ftp_proxy="">webproxy.ext.ti.com:80"; export https_proxy="">webproxy.ext.ti.com:80"; export http_proxy="">webproxy.ext.ti.com:80"; export PATH="/home/tony/tisdk_am62_90/sources/oe-core/scripts:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/armv7at2hf-vfp-oe-linux-gnueabi/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/bin/arm-oe-linux-gnueabi:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/armv7at2hf-vfp-oe-linux-gnueabi/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot/usr/bin/crossscripts:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/armv7at2hf-vfp-oe-linux-gnueabi/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/sbin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/armv7at2hf-vfp-oe-linux-gnueabi/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/bin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/armv7at2hf-vfp-oe-linux-gnueabi/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/sbin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/armv7at2hf-vfp-oe-linux-gnueabi/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/bin:/home/tony/tisdk_am62_90/sources/bitbake/bin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/tony"; git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat ls-remote git://git.ti.com/apps/edgeai-gui-app.git  failed with exit code 128, output:
    fatal: protocol error: bad line length character: HTTP
    
    The variable dependency chain for the failure is: SRCPV -> PV -> BP -> FILESPATH
    
    ERROR: Parsing halted due to errors, see error messages above
    
    Summary: There were 2 ERROR messages, returning a non-zero exit code.

  • Tried several times, can go further, but still can't complete.

    tony@linux-desktop:~/tisdk_am62_90/build$ . conf/setenv 
    tony@linux-desktop:~/tisdk_am62_90/build$ MACHINE=am62xx-evm bitbake -k tisdk-core-bundle
    NOTE: Started PRServer with DBfile: /home/tony/tisdk_am62_90/build/cache/prserv.sqlite3, Address: 127.0.0.1:34129, PID: 59083
    Loading cache: 100% |############################################| Time: 0:00:03
    Loaded 9638 entries from dependency cache.
    Parsing recipes: 100% |##########################################################################################| Time: 0:00:03
    Parsing of 6516 .bb files complete (6514 cached, 2 parsed). 9640 targets, 616 skipped, 0 masked, 0 errors.
    WARNING: No recipes in default available for:
      /home/tony/tisdk_am62_90/sources/meta-arago/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_3.0.bbappend
      /home/tony/tisdk_am62_90/sources/meta-arago/meta-arago-distro/recipes-tisdk/ocl-rtos/opencl-examples-rtos_git.bbappend
    No recipes in k3r5 available for:
      /home/tony/tisdk_am62_90/sources/meta-arago/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_3.0.bbappend
      /home/tony/tisdk_am62_90/sources/meta-arago/meta-arago-distro/recipes-tisdk/ocl-rtos/opencl-examples-rtos_git.bbappend
    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
    
    Build Configuration (mc:default):
    BB_VERSION           = "2.0.0"
    BUILD_SYS            = "x86_64-linux"
    NATIVELSBSTRING      = "ubuntu-22.04"
    TARGET_SYS           = "aarch64-oe-linux"
    MACHINE              = "am62xx-evm"
    DISTRO               = "arago"
    DISTRO_VERSION       = "2023.04"
    TUNE_FEATURES        = "aarch64"
    TARGET_FPU           = ""
    meta-edgeai          = "HEAD:a1d9091cd914ce0bc69958891628a4cf86ed3e96"
    meta-processor-sdk   = "HEAD:9dad5765d33783f940ba3c32f4fc431e2b308621"
    meta-arago-distro    
    meta-arago-extras    
    meta-arago-demos     = "HEAD:e1d3561ec681fd05509affa063e0d6212f1571d1"
    meta-qt5             = "HEAD:bff5bd937f0776166e81a63f3dd39ede348ef758"
    meta-virtualization  = "HEAD:b3b3dbc67504e8cd498d6db202ddcf5a9dd26a9d"
    meta-networking      
    meta-python          
    meta-oe              
    meta-gnome           
    meta-filesystems     
    meta-multimedia      = "HEAD:346753705e49a2486867dc150181a1c7f4d69377"
    meta-ti-extras       
    meta-ti-bsp          = "HEAD:2e3ffb73630f4ff78227822bdb4c23e75a720223"
    meta-arm             
    meta-arm-toolchain   = "HEAD:96aad3b29aa7a5ee4df5cf617a6336e5218fa9bd"
    meta                 = "HEAD:f20a12ead2d5890e88e7f4ce149a777de47edc48"
    
    
    Build Configuration:
    BB_VERSION           = "2.0.0"
    BUILD_SYS            = "x86_64-linux"
    NATIVELSBSTRING      = "ubuntu-22.04"
    TARGET_SYS           = "arm-oe-linux-gnueabi"
    MACHINE              = "am62xx-evm-k3r5"
    DISTRO               = "arago"
    DISTRO_VERSION       = "2023.04"
    TUNE_FEATURES        = "arm armv7a vfp thumb callconvention-hard"
    TARGET_FPU           = "hard"
    meta-edgeai          = "HEAD:a1d9091cd914ce0bc69958891628a4cf86ed3e96"
    meta-processor-sdk   = "HEAD:9dad5765d33783f940ba3c32f4fc431e2b308621"
    meta-arago-distro    
    meta-arago-extras    
    meta-arago-demos     = "HEAD:e1d3561ec681fd05509affa063e0d6212f1571d1"
    meta-qt5             = "HEAD:bff5bd937f0776166e81a63f3dd39ede348ef758"
    meta-virtualization  = "HEAD:b3b3dbc67504e8cd498d6db202ddcf5a9dd26a9d"
    meta-networking      
    meta-python          
    meta-oe              
    meta-gnome           
    meta-filesystems     
    meta-multimedia      = "HEAD:346753705e49a2486867dc150181a1c7f4d69377"
    meta-ti-extras       
    meta-ti-bsp          = "HEAD:2e3ffb73630f4ff78227822bdb4c23e75a720223"
    meta-arm             
    meta-arm-toolchain   = "HEAD:96aad3b29aa7a5ee4df5cf617a6336e5218fa9bd"
    meta                 = "HEAD:f20a12ead2d5890e88e7f4ce149a777de47edc48"
    
    Initialising tasks: 100% |#######################################################################################| Time: 0:00:32
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/meta-ti/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb:do_populate_lic after /home/tony/tisdk_am62_90/sources/meta-ti/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/meta-ti/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb:do_populate_lic after /home/tony/tisdk_am62_90/sources/meta-ti/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/gettext/gettext-minimal-native_0.21.bb:do_deploy_source_date_epoch after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/gettext/gettext-minimal-native_0.21.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/gettext/gettext-minimal-native_0.21.bb:do_populate_lic after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/gettext/gettext-minimal-native_0.21.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/gettext/gettext-minimal-native_0.21.bb:do_populate_sysroot after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/gettext/gettext-minimal-native_0.21.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/glibc/glibc_2.35.bb:do_populate_lic after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/glibc/glibc_2.35.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/systemd/systemd-systemctl-native.bb:do_deploy_source_date_epoch after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/systemd/systemd-systemctl-native.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/systemd/systemd-systemctl-native.bb:do_populate_lic after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/systemd/systemd-systemctl-native.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/systemd/systemd-systemctl-native.bb:do_populate_sysroot after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/systemd/systemd-systemctl-native.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/gcc/gcc-runtime_11.3.bb:do_populate_lic after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/gcc/gcc-runtime_11.3.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/gcc/gcc-source_11.3.bb:do_deploy_source_date_epoch after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/gcc/gcc-source_11.3.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/gcc/libgcc-initial_11.3.bb:do_populate_lic after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/gcc/libgcc-initial_11.3.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/gcc/libgcc_11.3.bb:do_populate_lic after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/gcc/libgcc_11.3.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_deploy_source_date_epoch after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_populate_lic after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_populate_sysroot after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_deploy_source_date_epoch after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_populate_lic after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_populate_sysroot after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_deploy_source_date_epoch after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_lic after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_sysroot after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_deploy_source_date_epoch after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_lic after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_sysroot after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_deploy_source_date_epoch after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_lic after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_sysroot after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.16.bb:do_populate_lic after /home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.16.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-devtools/python/python3-cython_0.29.30.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-devtools/python/python3-cython_0.29.30.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-devtools/python/python3-cython_0.29.30.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-devtools/python/python3-cython_0.29.30.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-devtools/python/python3-cython_0.29.30.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-devtools/python/python3-cython_0.29.30.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/meta-ti/meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/meta-ti/meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/meta-ti/meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/meta-ti/meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/meta-ti/meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/meta-ti/meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-connectivity/openssl/openssl_3.0.9.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-connectivity/openssl/openssl_3.0.9.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-connectivity/openssl/openssl_3.0.9.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-connectivity/openssl/openssl_3.0.9.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-connectivity/openssl/openssl_3.0.9.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-connectivity/openssl/openssl_3.0.9.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/ncurses/ncurses_6.3+20220423.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/ncurses/ncurses_6.3+20220423.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/ncurses/ncurses_6.3+20220423.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/ncurses/ncurses_6.3+20220423.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/ncurses/ncurses_6.3+20220423.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/ncurses/ncurses_6.3+20220423.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/readline/readline_8.1.2.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/readline/readline_8.1.2.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/readline/readline_8.1.2.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/readline/readline_8.1.2.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/readline/readline_8.1.2.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/readline/readline_8.1.2.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/util-linux/util-linux-libuuid_2.37.4.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/util-linux/util-linux-libuuid_2.37.4.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/util-linux/util-linux-libuuid_2.37.4.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/util-linux/util-linux-libuuid_2.37.4.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/util-linux/util-linux-libuuid_2.37.4.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/util-linux/util-linux-libuuid_2.37.4.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/util-linux/util-linux_2.37.4.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/util-linux/util-linux_2.37.4.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/util-linux/util-linux_2.37.4.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/util-linux/util-linux_2.37.4.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/util-linux/util-linux_2.37.4.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/util-linux/util-linux_2.37.4.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/zlib/zlib_1.2.11.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/zlib/zlib_1.2.11.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/zlib/zlib_1.2.11.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/zlib/zlib_1.2.11.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/zlib/zlib_1.2.11.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-core/zlib/zlib_1.2.11.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.02.11.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.02.11.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.02.11.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.02.11.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.02.11.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.02.11.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/autoconf/autoconf_2.71.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/autoconf/autoconf_2.71.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/autoconf/autoconf_2.71.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/autoconf/autoconf_2.71.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/autoconf/autoconf_2.71.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/autoconf/autoconf_2.71.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/automake/automake_1.16.5.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/automake/automake_1.16.5.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/bison/bison_3.8.2.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/bison/bison_3.8.2.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.5.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.5.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.5.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.5.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.5.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.5.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/elfutils/elfutils_0.186.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/elfutils/elfutils_0.186.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/elfutils/elfutils_0.186.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/elfutils/elfutils_0.186.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/elfutils/elfutils_0.186.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/elfutils/elfutils_0.186.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/file/file_5.41.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/file/file_5.41.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/file/file_5.41.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/file/file_5.41.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/file/file_5.41.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/file/file_5.41.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/flex/flex_2.6.4.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/flex/flex_2.6.4.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/lua/lua_5.4.4.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/lua/lua_5.4.4.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/lua/lua_5.4.4.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/lua/lua_5.4.4.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/lua/lua_5.4.4.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/lua/lua_5.4.4.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/make/make_4.3.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/make/make_4.3.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/make/make_4.3.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/make/make_4.3.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/make/make_4.3.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/make/make_4.3.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/meson/meson_0.61.3.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/meson/meson_0.61.3.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/meson/meson_0.61.3.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/meson/meson_0.61.3.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/meson/meson_0.61.3.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/meson/meson_0.61.3.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/ninja/ninja_1.10.2.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/ninja/ninja_1.10.2.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/ninja/ninja_1.10.2.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/ninja/ninja_1.10.2.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/ninja/ninja_1.10.2.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/ninja/ninja_1.10.2.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/opkg-utils/opkg-utils_0.5.0.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/opkg-utils/opkg-utils_0.5.0.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/opkg-utils/opkg-utils_0.5.0.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/opkg-utils/opkg-utils_0.5.0.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/opkg-utils/opkg-utils_0.5.0.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/opkg-utils/opkg-utils_0.5.0.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/patch/patch_2.7.6.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/patch/patch_2.7.6.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/perl-cross/perlcross_1.3.7.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/perl-cross/perlcross_1.3.7.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/perl-cross/perlcross_1.3.7.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/perl-cross/perlcross_1.3.7.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/perl-cross/perlcross_1.3.7.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/perl-cross/perlcross_1.3.7.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/perl/perl_5.34.1.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/perl/perl_5.34.1.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/perl/perl_5.34.1.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/perl/perl_5.34.1.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/perl/perl_5.34.1.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/perl/perl_5.34.1.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/pseudo/pseudo_git.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/pseudo/pseudo_git.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-attrs_21.4.0.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-attrs_21.4.0.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-attrs_21.4.0.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-attrs_21.4.0.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-attrs_21.4.0.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-attrs_21.4.0.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-flit-core_3.7.1.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-flit-core_3.7.1.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-flit-core_3.7.1.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-flit-core_3.7.1.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-flit-core_3.7.1.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-flit-core_3.7.1.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-idna_3.3.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-idna_3.3.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-idna_3.3.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-idna_3.3.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-idna_3.3.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-idna_3.3.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-importlib-metadata_4.11.3.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-importlib-metadata_4.11.3.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-importlib-metadata_4.11.3.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-importlib-metadata_4.11.3.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-importlib-metadata_4.11.3.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-importlib-metadata_4.11.3.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-installer_0.5.1.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-installer_0.5.1.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-installer_0.5.1.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-installer_0.5.1.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-installer_0.5.1.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-installer_0.5.1.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-jsonpointer_2.2.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-jsonpointer_2.2.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-jsonpointer_2.2.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-jsonpointer_2.2.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-jsonpointer_2.2.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-jsonpointer_2.2.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-jsonschema_4.4.0.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-jsonschema_4.4.0.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-jsonschema_4.4.0.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-jsonschema_4.4.0.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-jsonschema_4.4.0.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-jsonschema_4.4.0.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-packaging_21.3.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-packaging_21.3.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-packaging_21.3.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-packaging_21.3.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-packaging_21.3.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-packaging_21.3.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyelftools_0.28.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyelftools_0.28.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyelftools_0.28.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyelftools_0.28.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyelftools_0.28.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyelftools_0.28.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyparsing_3.0.7.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyparsing_3.0.7.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyparsing_3.0.7.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyparsing_3.0.7.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyparsing_3.0.7.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyparsing_3.0.7.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyyaml_6.0.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyyaml_6.0.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyyaml_6.0.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyyaml_6.0.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyyaml_6.0.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-pyyaml_6.0.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-setuptools-scm_6.4.2.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-setuptools-scm_6.4.2.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-setuptools-scm_6.4.2.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-setuptools-scm_6.4.2.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-setuptools-scm_6.4.2.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-setuptools-scm_6.4.2.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-webcolors_1.11.1.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-webcolors_1.11.1.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-webcolors_1.11.1.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-webcolors_1.11.1.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-webcolors_1.11.1.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-webcolors_1.11.1.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-wheel_0.37.1.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-wheel_0.37.1.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-wheel_0.37.1.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-wheel_0.37.1.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-wheel_0.37.1.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-wheel_0.37.1.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-zipp_3.7.0.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-zipp_3.7.0.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-zipp_3.7.0.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-zipp_3.7.0.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-zipp_3.7.0.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3-zipp_3.7.0.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3_3.10.9.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3_3.10.9.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3_3.10.9.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3_3.10.9.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3_3.10.9.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/python/python3_3.10.9.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/rpm/rpm_4.17.1.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/rpm/rpm_4.17.1.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/rpm/rpm_4.17.1.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/rpm/rpm_4.17.1.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/rpm/rpm_4.17.1.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/rpm/rpm_4.17.1.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/rsync/rsync_3.2.5.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/rsync/rsync_3.2.5.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/rsync/rsync_3.2.5.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/rsync/rsync_3.2.5.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/rsync/rsync_3.2.5.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/rsync/rsync_3.2.5.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/swig/swig_4.0.2.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/swig/swig_4.0.2.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/swig/swig_4.0.2.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/swig/swig_4.0.2.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/swig/swig_4.0.2.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/swig/swig_4.0.2.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/bc/bc_1.07.1.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/bc/bc_1.07.1.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/gperf/gperf_3.1.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/gperf/gperf_3.1.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libarchive/libarchive_3.6.2.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libarchive/libarchive_3.6.2.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libarchive/libarchive_3.6.2.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libarchive/libarchive_3.6.2.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libarchive/libarchive_3.6.2.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libarchive/libarchive_3.6.2.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libidn/libidn2_2.3.2.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libidn/libidn2_2.3.2.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libidn/libidn2_2.3.2.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libidn/libidn2_2.3.2.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libidn/libidn2_2.3.2.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libidn/libidn2_2.3.2.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libnsl/libnsl2_git.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libnsl/libnsl2_git.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/unzip/unzip_6.0.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/unzip/unzip_6.0.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/xz/xz_5.2.6.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/xz/xz_5.2.6.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/xz/xz_5.2.6.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/xz/xz_5.2.6.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/xz/xz_5.2.6.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/xz/xz_5.2.6.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/zstd/zstd_1.5.2.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/zstd/zstd_1.5.2.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/zstd/zstd_1.5.2.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/zstd/zstd_1.5.2.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/zstd/zstd_1.5.2.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-extended/zstd/zstd_1.5.2.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-kernel/dtc/dtc_1.6.1.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-kernel/dtc/dtc_1.6.1.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-kernel/dtc/dtc_1.6.1.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-kernel/dtc/dtc_1.6.1.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-kernel/dtc/dtc_1.6.1.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-kernel/dtc/dtc_1.6.1.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/attr/acl_2.3.1.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/attr/acl_2.3.1.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/attr/attr_2.5.1.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/attr/attr_2.5.1.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/curl/curl_7.82.0.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/curl/curl_7.82.0.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/curl/curl_7.82.0.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/curl/curl_7.82.0.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/curl/curl_7.82.0.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/curl/curl_7.82.0.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/gdbm/gdbm_1.23.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/gdbm/gdbm_1.23.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/gmp/gmp_6.2.1.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/gmp/gmp_6.2.1.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/gmp/gmp_6.2.1.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/gmp/gmp_6.2.1.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/gmp/gmp_6.2.1.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/gmp/gmp_6.2.1.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/gnutls/gnutls_3.7.4.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/gnutls/gnutls_3.7.4.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/gnutls/gnutls_3.7.4.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/gnutls/gnutls_3.7.4.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/gnutls/gnutls_3.7.4.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/gnutls/gnutls_3.7.4.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libcap/libcap_2.66.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libcap/libcap_2.66.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libcap/libcap_2.66.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libcap/libcap_2.66.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libcap/libcap_2.66.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libcap/libcap_2.66.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libffi/libffi_3.4.4.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libffi/libffi_3.4.4.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libgcrypt/libgcrypt_1.9.4.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libgcrypt/libgcrypt_1.9.4.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libgcrypt/libgcrypt_1.9.4.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libgcrypt/libgcrypt_1.9.4.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libgcrypt/libgcrypt_1.9.4.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libgcrypt/libgcrypt_1.9.4.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libgpg-error/libgpg-error_1.44.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libgpg-error/libgpg-error_1.44.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libgpg-error/libgpg-error_1.44.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libgpg-error/libgpg-error_1.44.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libgpg-error/libgpg-error_1.44.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libgpg-error/libgpg-error_1.44.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libmpc/libmpc_1.2.1.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libmpc/libmpc_1.2.1.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libmpc/libmpc_1.2.1.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libmpc/libmpc_1.2.1.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libmpc/libmpc_1.2.1.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libmpc/libmpc_1.2.1.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libpcre/libpcre2_10.40.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libpcre/libpcre2_10.40.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libpcre/libpcre2_10.40.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libpcre/libpcre2_10.40.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libpcre/libpcre2_10.40.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libpcre/libpcre2_10.40.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libpcre/libpcre_8.45.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libpcre/libpcre_8.45.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libpcre/libpcre_8.45.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libpcre/libpcre_8.45.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libpcre/libpcre_8.45.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libpcre/libpcre_8.45.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libunistring/libunistring_1.0.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libunistring/libunistring_1.0.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libunistring/libunistring_1.0.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libunistring/libunistring_1.0.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libunistring/libunistring_1.0.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libunistring/libunistring_1.0.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/lzo/lzo_2.10.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/lzo/lzo_2.10.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/lzo/lzo_2.10.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/lzo/lzo_2.10.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/lzo/lzo_2.10.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/lzo/lzo_2.10.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/lzop/lzop_1.04.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/lzop/lzop_1.04.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/lzop/lzop_1.04.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/lzop/lzop_1.04.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/lzop/lzop_1.04.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/lzop/lzop_1.04.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/mpfr/mpfr_4.1.1.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/mpfr/mpfr_4.1.1.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/mpfr/mpfr_4.1.1.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/mpfr/mpfr_4.1.1.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/mpfr/mpfr_4.1.1.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/mpfr/mpfr_4.1.1.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/nettle/nettle_3.7.3.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/nettle/nettle_3.7.3.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/nettle/nettle_3.7.3.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/nettle/nettle_3.7.3.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/nettle/nettle_3.7.3.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/nettle/nettle_3.7.3.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/popt/popt_1.18.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/popt/popt_1.18.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/popt/popt_1.18.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/popt/popt_1.18.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/popt/popt_1.18.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/popt/popt_1.18.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/re2c/re2c_3.0.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/re2c/re2c_3.0.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/re2c/re2c_3.0.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/re2c/re2c_3.0.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/re2c/re2c_3.0.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/re2c/re2c_3.0.bb:do_populate_sysroot
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/sqlite/sqlite3_3.38.5.bb:do_deploy_source_date_epoch after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/sqlite/sqlite3_3.38.5.bb:do_deploy_source_date_epoch
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/sqlite/sqlite3_3.38.5.bb:do_populate_lic after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/sqlite/sqlite3_3.38.5.bb:do_populate_lic
    NOTE: Deferring mc:k3r5:virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/sqlite/sqlite3_3.38.5.bb:do_populate_sysroot after virtual:native:/home/tony/tisdk_am62_90/sources/oe-core/meta/recipes-support/sqlite/sqlite3_3.38.5.bb:do_populate_sysroot
    Sstate summary: Wanted 1200 Local 190 Mirrors 0 Missed 1010 Current 4562 (15% match, 82% complete)
    NOTE: Executing Tasks
    WARNING: nativesdk-virglrenderer-0.9.1-r0 do_fetch: Failed to fetch URL git://anongit.freedesktop.org/git/virglrenderer;branch=branch-0.9.1, attempting MIRRORS if available
    WARNING: nativesdk-ti-llvm3.6-3.6-r7 do_fetch: Failed to fetch URL git://git.ti.com/git/opencl/llvm.git;protocol=https;branch=release_36_ti;destsuffix=git;name=llvm, attempting MIRRORS if available
    WARNING: nativesdk-qttools-5.15.7+gitAUTOINC+7fda805bf0-r0 do_fetch: Failed to fetch URL git://code.qt.io/qt/qttools.git;name=qttools;branch=5.15;protocol=git, attempting MIRRORS if available
    WARNING: nativesdk-ti-llvm3.6-3.6-r7 do_fetch: Failed to fetch URL git://git.ti.com/git/opencl/clang.git;protocol=https;branch=release_36_ti;destsuffix=git/tools/clang;name=clang, attempting MIRRORS if available
    ERROR: nativesdk-qttools-5.15.7+gitAUTOINC+7fda805bf0-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export GIT_PROXY_COMMAND="oe-git-proxy"; export all_proxy="http://webproxy.ext.ti.com:80"; export ALL_PROXY="http://webproxy.ext.ti.com:80"; export no_proxy="www.ti.com"; export NO_PROXY="www.ti.com"; export ftp_proxy="http://webproxy.ext.ti.com:80"; export https_proxy="http://webproxy.ext.ti.com:80"; export http_proxy="http://webproxy.ext.ti.com:80"; export PATH="/home/tony/tisdk_am62_90/sources/oe-core/scripts/nativesdk-intercept:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/x86_64-nativesdk-arago-linux/nativesdk-qttools/5.15.7+gitAUTOINC+7fda805bf0-r0/recipe-sysroot-native/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-arago-linux/usr/bin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/x86_64-nativesdk-arago-linux/nativesdk-qttools/5.15.7+gitAUTOINC+7fda805bf0-r0/recipe-sysroot-native/usr/bin/chrpath-native:/home/tony/tisdk_am62_90/sources/oe-core/scripts:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/x86_64-nativesdk-arago-linux/nativesdk-qttools/5.15.7+gitAUTOINC+7fda805bf0-r0/recipe-sysroot-native/usr/bin/x86_64-arago-linux:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/x86_64-nativesdk-arago-linux/nativesdk-qttools/5.15.7+gitAUTOINC+7fda805bf0-r0/recipe-sysroot/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-arago-linux/usr/bin/crossscripts:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/x86_64-nativesdk-arago-linux/nativesdk-qttools/5.15.7+gitAUTOINC+7fda805bf0-r0/recipe-sysroot-native/usr/sbin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/x86_64-nativesdk-arago-linux/nativesdk-qttools/5.15.7+gitAUTOINC+7fda805bf0-r0/recipe-sysroot-native/usr/bin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/x86_64-nativesdk-arago-linux/nativesdk-qttools/5.15.7+gitAUTOINC+7fda805bf0-r0/recipe-sysroot-native/sbin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/x86_64-nativesdk-arago-linux/nativesdk-qttools/5.15.7+gitAUTOINC+7fda805bf0-r0/recipe-sysroot-native/bin:/home/tony/tisdk_am62_90/sources/bitbake/bin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/tony"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror git://code.qt.io/qt/qttools.git /home/tony/tisdk_am62_90/downloads/git2/code.qt.io.qt.qttools.git --progress failed with exit code 128, no output
    ERROR: nativesdk-qttools-5.15.7+gitAUTOINC+7fda805bf0-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://code.qt.io/qt/qttools.git;name=qttools;branch=5.15;protocol=git')
    ERROR: Logfile of failure stored in: /home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/x86_64-nativesdk-arago-linux/nativesdk-qttools/5.15.7+gitAUTOINC+7fda805bf0-r0/temp/log.do_fetch.104481
    ERROR: Task (virtual:nativesdk:/home/tony/tisdk_am62_90/sources/meta-qt5/recipes-qt/qt5/qttools_git.bb:do_fetch) failed with exit code '1'
    WARNING: nativesdk-clocl-1.2.00.02-r0.0 do_fetch: Failed to fetch URL git://git.ti.com/git/opencl/ti-opencl.git;protocol=https;branch=master, attempting MIRRORS if available
    WARNING: nativesdk-unfs3-0.9.22+AUTOINC+c12a5c69a8-r0 do_fetch: Failed to fetch URL git://github.com/unfs3/unfs3.git;protocol=https;branch=master, attempting MIRRORS if available
    Setscene tasks: 5762 of 5762
    WARNING: pru-icss-6.2.0-r1 do_fetch: Failed to fetch URL git://git.ti.com/git/pru-software-support-package/pru-software-support-package.git;protocol=https;branch=master, attempting MIRRORS if available
    WARNING: uboot-flash-writer-1.0-psdk2 do_fetch: Failed to fetch URL git://git.ti.com/git/processor-sdk/uboot-flash-writer.git;protocol=https;branch=master, attempting MIRRORS if available
    WARNING: ti-tisdk-setup-1.0-r2 do_fetch: Failed to fetch URL git://git.ti.com/git/processor-sdk/tisdk-setup-scripts.git;protocol=https;branch=master, attempting MIRRORS if available
    ERROR: uboot-flash-writer-1.0-psdk2 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export GIT_PROXY_COMMAND="oe-git-proxy"; export all_proxy="http://webproxy.ext.ti.com:80"; export ALL_PROXY="http://webproxy.ext.ti.com:80"; export no_proxy="www.ti.com"; export NO_PROXY="www.ti.com"; export ftp_proxy="http://webproxy.ext.ti.com:80"; export https_proxy="http://webproxy.ext.ti.com:80"; export http_proxy="http://webproxy.ext.ti.com:80"; export PATH="/home/tony/tisdk_am62_90/sources/oe-core/scripts:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/uboot-flash-writer/1.0-psdk2/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/uboot-flash-writer/1.0-psdk2/recipe-sysroot/usr/bin/crossscripts:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/uboot-flash-writer/1.0-psdk2/recipe-sysroot-native/usr/sbin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/uboot-flash-writer/1.0-psdk2/recipe-sysroot-native/usr/bin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/uboot-flash-writer/1.0-psdk2/recipe-sysroot-native/sbin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/uboot-flash-writer/1.0-psdk2/recipe-sysroot-native/bin:/home/tony/tisdk_am62_90/sources/bitbake/bin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/tony"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://git.ti.com/git/processor-sdk/uboot-flash-writer.git /home/tony/tisdk_am62_90/downloads/git2/git.ti.com.git.processor-sdk.uboot-flash-writer.git --progress failed with exit code 128, no output
    ERROR: uboot-flash-writer-1.0-psdk2 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://git.ti.com/git/processor-sdk/uboot-flash-writer.git;protocol=https;branch=master')
    ERROR: Logfile of failure stored in: /home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/uboot-flash-writer/1.0-psdk2/temp/log.do_fetch.120295
    ERROR: Task (/home/tony/tisdk_am62_90/sources/meta-processor-sdk/recipes-tisdk/uboot-flash-writer/uboot-flash-writer.bb:do_fetch) failed with exit code '1'
    ERROR: ti-tisdk-setup-1.0-r2 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export GIT_PROXY_COMMAND="oe-git-proxy"; export all_proxy="http://webproxy.ext.ti.com:80"; export ALL_PROXY="http://webproxy.ext.ti.com:80"; export no_proxy="www.ti.com"; export NO_PROXY="www.ti.com"; export ftp_proxy="http://webproxy.ext.ti.com:80"; export https_proxy="http://webproxy.ext.ti.com:80"; export http_proxy="http://webproxy.ext.ti.com:80"; export PATH="/home/tony/tisdk_am62_90/sources/oe-core/scripts:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/am62xx_evm-oe-linux/ti-tisdk-setup/1.0-r2/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/am62xx_evm-oe-linux/ti-tisdk-setup/1.0-r2/recipe-sysroot/usr/bin/crossscripts:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/am62xx_evm-oe-linux/ti-tisdk-setup/1.0-r2/recipe-sysroot-native/usr/sbin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/am62xx_evm-oe-linux/ti-tisdk-setup/1.0-r2/recipe-sysroot-native/usr/bin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/am62xx_evm-oe-linux/ti-tisdk-setup/1.0-r2/recipe-sysroot-native/sbin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/am62xx_evm-oe-linux/ti-tisdk-setup/1.0-r2/recipe-sysroot-native/bin:/home/tony/tisdk_am62_90/sources/bitbake/bin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/tony"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://git.ti.com/git/processor-sdk/tisdk-setup-scripts.git /home/tony/tisdk_am62_90/downloads/git2/git.ti.com.git.processor-sdk.tisdk-setup-scripts.git --progress failed with exit code 128, no output
    ERROR: ti-tisdk-setup-1.0-r2 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://git.ti.com/git/processor-sdk/tisdk-setup-scripts.git;protocol=https;branch=master')
    ERROR: Logfile of failure stored in: /home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/am62xx_evm-oe-linux/ti-tisdk-setup/1.0-r2/temp/log.do_fetch.120306
    ERROR: Task (/home/tony/tisdk_am62_90/sources/meta-processor-sdk/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb:do_fetch) failed with exit code '1'
    ERROR: pru-icss-6.2.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_AUTH_SOCK="/run/user/1000/keyring/ssh"; export GIT_PROXY_COMMAND="oe-git-proxy"; export all_proxy="http://webproxy.ext.ti.com:80"; export ALL_PROXY="http://webproxy.ext.ti.com:80"; export no_proxy="www.ti.com"; export NO_PROXY="www.ti.com"; export ftp_proxy="http://webproxy.ext.ti.com:80"; export https_proxy="http://webproxy.ext.ti.com:80"; export http_proxy="http://webproxy.ext.ti.com:80"; export PATH="/home/tony/tisdk_am62_90/sources/oe-core/scripts:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/am62xx_evm-oe-linux/pru-icss/6.2.0-r1/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/am62xx_evm-oe-linux/pru-icss/6.2.0-r1/recipe-sysroot/usr/bin/crossscripts:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/am62xx_evm-oe-linux/pru-icss/6.2.0-r1/recipe-sysroot-native/usr/sbin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/am62xx_evm-oe-linux/pru-icss/6.2.0-r1/recipe-sysroot-native/usr/bin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/am62xx_evm-oe-linux/pru-icss/6.2.0-r1/recipe-sysroot-native/sbin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/am62xx_evm-oe-linux/pru-icss/6.2.0-r1/recipe-sysroot-native/bin:/home/tony/tisdk_am62_90/sources/bitbake/bin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/tony"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://git.ti.com/git/pru-software-support-package/pru-software-support-package.git /home/tony/tisdk_am62_90/downloads/git2/git.ti.com.git.pru-software-support-package.pru-software-support-package.git --progress failed with exit code 128, no output
    ERROR: pru-icss-6.2.0-r1 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://git.ti.com/git/pru-software-support-package/pru-software-support-package.git;protocol=https;branch=master')
    ERROR: Logfile of failure stored in: /home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/am62xx_evm-oe-linux/pru-icss/6.2.0-r1/temp/log.do_fetch.120278
    ERROR: Task (/home/tony/tisdk_am62_90/sources/meta-ti/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb:do_fetch) failed with exit code '1'
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-arago/meta-arago-extras/recipes-devtools/websocketd/websocketd_0.4.1.bb:do_populate_sysroot, the basehash value changed from b3c2717c05b5412112f53aaef26a498289ab2dfe3496a9b2984d3ae2dab5b25d to 84ee0a93aa969f188edc50cbcd21bcec893be828ccc10cd938fb30e0d31546f4. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake websocketd -cdo_populate_sysroot -Snone
    ERROR: Then:
    ERROR: $ bitbake websocketd -cdo_populate_sysroot -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-arago/meta-arago-extras/recipes-devtools/websocketd/websocketd_0.4.1.bb:do_deploy_source_date_epoch, the basehash value changed from dded9cb538b62025ec051e42be945230d064588576108c46f3407ba9971f740a to b95b8843d47b8e4a7defa4e942c1fddd2c0d3b3d42694de60279692ca961cebf. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake websocketd -cdo_deploy_source_date_epoch -Snone
    ERROR: Then:
    ERROR: $ bitbake websocketd -cdo_deploy_source_date_epoch -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-arago/meta-arago-extras/recipes-devtools/websocketd/websocketd_0.4.1.bb:do_configure, the basehash value changed from 60d0670ea61b358a5cf16a1fa503165d57e3a5b122e554b33fcb2982daeb0bb6 to 2d5d9a3ffdf5a4c69d45811948f1232ccf07ef724c0c6b2f1d3b165223af5099. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake websocketd -cdo_configure -Snone
    ERROR: Then:
    ERROR: $ bitbake websocketd -cdo_configure -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-arago/meta-arago-extras/recipes-devtools/websocketd/websocketd_0.4.1.bb:do_compile, the basehash value changed from 6702f879d617935cc7178360f5550377a49339a8df0c0be4df45ef0d61b74663 to dbc14fe669fbad7c61b2e5f6be398708b5f6d2f7af44ac7e0799e3b3c2d71172. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake websocketd -cdo_compile -Snone
    ERROR: Then:
    ERROR: $ bitbake websocketd -cdo_compile -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-arago/meta-arago-extras/recipes-devtools/websocketd/websocketd_0.4.1.bb:do_install, the basehash value changed from 47c7886e91af6ca2e52af19f72b44f5a75fba21162ce90dc4358596de526e15b to 628e1e5ed27b37899b089adc230a1b08dcd7ca3c310e5cc55976723dc5cf92d5. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake websocketd -cdo_install -Snone
    ERROR: Then:
    ERROR: $ bitbake websocketd -cdo_install -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-arago/meta-arago-extras/recipes-devtools/websocketd/websocketd_0.4.1.bb:do_create_srcipk, the basehash value changed from 1d2ffac7b0a67af73e2dec8882e6eed2badcc8afcd29194741874c0fa55995ac to c9b59d905d952920a5dfdd22976115d11e3482d94f73206dfe18f31cb9dd8098. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake websocketd -cdo_create_srcipk -Snone
    ERROR: Then:
    ERROR: $ bitbake websocketd -cdo_create_srcipk -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-arago/meta-arago-extras/recipes-devtools/websocketd/websocketd_0.4.1.bb:do_package, the basehash value changed from e9021f94decece72615eec0cd17612a13b98fa655a902e9c3960cf33bc755694 to 6cde1e223beef0870ef928acbe10b4664d792e351f790b57c909a8cb599b2047. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake websocketd -cdo_package -Snone
    ERROR: Then:
    ERROR: $ bitbake websocketd -cdo_package -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-arago/meta-arago-extras/recipes-devtools/websocketd/websocketd_0.4.1.bb:do_packagedata, the basehash value changed from 1b862b014af31b66c3fbc2865a62b1c7882b78d7cde6e016bf5e57d8d425fa6a to 9b066bd2f96a4032faa06ec449bf0565b2e06b0dcf5259f335be83ccad259e52. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake websocketd -cdo_packagedata -Snone
    ERROR: Then:
    ERROR: $ bitbake websocketd -cdo_packagedata -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-processor-sdk/recipes-graphics/powervr-graphics/powervr-graphics_5.10.bb:do_deploy_source_date_epoch, the basehash value changed from 01609e89ca93a72c81323230e451211234b52b3754eac096c0ed7c9a347326b5 to 90082d9ee12156d4169dc28bff8267340bb5714809d684a4ffe84e9c7c1c2375. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake powervr-graphics -cdo_deploy_source_date_epoch -Snone
    ERROR: Then:
    ERROR: $ bitbake powervr-graphics -cdo_deploy_source_date_epoch -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-processor-sdk/recipes-graphics/powervr-graphics/powervr-graphics_5.10.bb:do_configure, the basehash value changed from 49c20bc429472abcfb3d603b28411e8177ad0142b6a35b9e7eb67635fbae2614 to d24aabe292a011cd7a0a78bc9791112d1a14d17b44872242def77bed5521ff4d. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake powervr-graphics -cdo_configure -Snone
    ERROR: Then:
    ERROR: $ bitbake powervr-graphics -cdo_configure -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-processor-sdk/recipes-graphics/powervr-graphics/powervr-graphics_5.10.bb:do_compile, the basehash value changed from 026312e743931f61f615b1e2cee92e65491ce7766cc5ca4fb44975d2048495ac to 5b78bfdcc2f612eef2f4505f66d20dbf9782dc3e6e5bbaa358eb9928bfcb3e84. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake powervr-graphics -cdo_compile -Snone
    ERROR: Then:
    ERROR: $ bitbake powervr-graphics -cdo_compile -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-processor-sdk/recipes-graphics/powervr-graphics/powervr-graphics_5.10.bb:do_install, the basehash value changed from b4b347d7d8ab31bba480b1c0ba44d2346e1954df9425fde06fb7e9b6e7df0540 to 73499682460b49c32b37ee3530f280297a715f54954b6c473da84bb0bd16f08d. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake powervr-graphics -cdo_install -Snone
    ERROR: Then:
    ERROR: $ bitbake powervr-graphics -cdo_install -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-processor-sdk/recipes-graphics/powervr-graphics/powervr-graphics_5.10.bb:do_create_srcipk, the basehash value changed from bfffb7b056703b718080cdd297dd7d3f6c6a00fdd751354f3d39f230d155aabc to 329961404c58e22a8be5380e2dc00943a526c28e3ba11d9a373698eac2be967c. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake powervr-graphics -cdo_create_srcipk -Snone
    ERROR: Then:
    ERROR: $ bitbake powervr-graphics -cdo_create_srcipk -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-processor-sdk/recipes-graphics/powervr-graphics/powervr-graphics_5.10.bb:do_package, the basehash value changed from 7a4ace212c99494a66d9951617eec7a6c3d2f68eba59bdf4e934ec4ee69c35c0 to dd1e32396569e798809695fb2ca9b00957e2608110b089fdec24c940dd7cd13d. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake powervr-graphics -cdo_package -Snone
    ERROR: Then:
    ERROR: $ bitbake powervr-graphics -cdo_package -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-processor-sdk/recipes-graphics/powervr-graphics/powervr-graphics_5.10.bb:do_packagedata, the basehash value changed from 7c4d7d5abee311eb80d97477fb690490326e149d324b790dd92bff3e43b9b85e to 99b8956617f73e3eaf749476ba8d11c8a48a3422ea9c01b407b51c2167e34e39. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake powervr-graphics -cdo_packagedata -Snone
    ERROR: Then:
    ERROR: $ bitbake powervr-graphics -cdo_packagedata -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-processor-sdk/recipes-graphics/powervr-graphics/powervr-graphics_5.10.bb:do_generate_toolchain_file, the basehash value changed from 2c19a17b2a7fd6eb2f52845a518cc8f6c8fbbe5f0abd7eb68d5c980e5e496a8a to 2a0c3477c9cdf2aeeddf8f5bdfe14c643cc87ce267a3eaecb60589048389f61d. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake powervr-graphics -cdo_generate_toolchain_file -Snone
    ERROR: Then:
    ERROR: $ bitbake powervr-graphics -cdo_generate_toolchain_file -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-test-data.bb:do_fetch, the basehash value changed from ab5a5c823777a7aefbec601aae8c9cf5d3c2db83ab38e44f91042c1274315bd0 to 72c1f068da931862dbc192ace5c186c6ac6c8b69802eefa10871d7229eaf98d0. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-test-data -cdo_fetch -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-test-data -cdo_fetch -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-test-data.bb:do_deploy_source_date_epoch, the basehash value changed from 44a12abb76eaeba6e365766804043adc605207579242ed0911a27a3dd1f7b5f2 to 4534f846e22970574d9965ff981f1ef4200d77073b2886b901ac0f0785e0d490. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-test-data -cdo_deploy_source_date_epoch -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-test-data -cdo_deploy_source_date_epoch -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-test-data.bb:do_configure, the basehash value changed from 54998fb3853c363f79c3688acec5316a49fda62cf4189b9ec34669aaccb09c86 to 8ad6ee0f25b71d854d63f2041d1c926d7fad8d6f78bca27f24a0c7c1df339a3a. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-test-data -cdo_configure -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-test-data -cdo_configure -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-test-data.bb:do_compile, the basehash value changed from 1439a45c2026aae384751a4d45441bfa09da19bc52c3c537446c05b048b07f6f to 9e65619d2a345427faf99e5d27c109180907df3aaa223c06bbaa490f51c1c6b0. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-test-data -cdo_compile -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-test-data -cdo_compile -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-test-data.bb:do_install, the basehash value changed from 0ac0d40241b839019bd74e49fbb2b35286c5434da778220e5af0e8ab4360ef78 to e3956073e3ac030485d225ea9167ea015d3da16d52562ff4a5fb2101e17e1b5f. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-test-data -cdo_install -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-test-data -cdo_install -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-test-data.bb:do_create_srcipk, the basehash value changed from 4dbd4b1def35f9f55771ba56f4388a761482bdf320bc000214fece966521d6cc to f76e6ccbd27501e5ad4535f38fc1a7d3c0ec9eea23471a3b0a725e845af1172d. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-test-data -cdo_create_srcipk -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-test-data -cdo_create_srcipk -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-test-data.bb:do_package, the basehash value changed from 2d891f41a2249c0d2319b1ae860063248f120f0b0b5317a489fbeeca2b3bb082 to 7fbbc19a6e51739ca60f492838853685091ebff8b6cd2938f548a90acb2b92f3. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-test-data -cdo_package -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-test-data -cdo_package -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-test-data.bb:do_packagedata, the basehash value changed from 2002af6beae82c269fdf6a5f3715df59e7fc70e75e79ec438ae8f3c3f88ea0e4 to bbeee65aaea887fda585ae49655e4af5ed56e60513d207e50bc3e3ac5b5dd9bd. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-test-data -cdo_packagedata -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-test-data -cdo_packagedata -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_fetch, the basehash value changed from d2123990bcb8a1bc0a85a87fbf9b157b2db76aa3684ffbbcdd4b6de66f213adf to ddbfbf1af5752817886475d2ac1feb6d57f9d86bcfb252fb7af96d06fe3f33ad. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-tidl-models -cdo_fetch -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-tidl-models -cdo_fetch -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_deploy_source_date_epoch, the basehash value changed from 44a12abb76eaeba6e365766804043adc605207579242ed0911a27a3dd1f7b5f2 to 4534f846e22970574d9965ff981f1ef4200d77073b2886b901ac0f0785e0d490. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-tidl-models -cdo_deploy_source_date_epoch -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-tidl-models -cdo_deploy_source_date_epoch -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_configure, the basehash value changed from 54998fb3853c363f79c3688acec5316a49fda62cf4189b9ec34669aaccb09c86 to 8ad6ee0f25b71d854d63f2041d1c926d7fad8d6f78bca27f24a0c7c1df339a3a. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-tidl-models -cdo_configure -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-tidl-models -cdo_configure -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_compile, the basehash value changed from 1439a45c2026aae384751a4d45441bfa09da19bc52c3c537446c05b048b07f6f to 9e65619d2a345427faf99e5d27c109180907df3aaa223c06bbaa490f51c1c6b0. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-tidl-models -cdo_compile -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-tidl-models -cdo_compile -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_install, the basehash value changed from bea687b037c0e48a5cab6485436a2b5533819f409e36639129a0abb1f15a2034 to 833b61d5d1dbccaed4ebd9a7a9abb6ef3c04b074da3720aac54c8f3f90ac9457. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-tidl-models -cdo_install -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-tidl-models -cdo_install -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_create_srcipk, the basehash value changed from 4dbd4b1def35f9f55771ba56f4388a761482bdf320bc000214fece966521d6cc to f76e6ccbd27501e5ad4535f38fc1a7d3c0ec9eea23471a3b0a725e845af1172d. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-tidl-models -cdo_create_srcipk -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-tidl-models -cdo_create_srcipk -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_package, the basehash value changed from a5a8870e3d59585eb0d6440269be37d353c3d26645d208d2490ada699f8bb2e3 to 1de7d416e7eac80c74860de628e49e204ca8b076070c439401ccc96bec95bd75. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-tidl-models -cdo_package -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-tidl-models -cdo_package -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_packagedata, the basehash value changed from 2002af6beae82c269fdf6a5f3715df59e7fc70e75e79ec438ae8f3c3f88ea0e4 to bbeee65aaea887fda585ae49655e4af5ed56e60513d207e50bc3e3ac5b5dd9bd. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-tidl-models -cdo_packagedata -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-tidl-models -cdo_packagedata -Sprintdiff
    
    WARNING: nativesdk-libgcrypt-1.9.4-r0 do_packagedata: Error talking to server: Timed out waiting for server
    WARNING: nativesdk-file-5.41-r0 do_packagedata: Error talking to server: Timed out waiting for server
    WARNING: nativesdk-openssl-3.0.9-r0 do_package_qa: QA Issue: nativesdk-openssl-misc rdepends on nativesdk-perl, but it isn't a build dependency, missing nativesdk-perl in DEPENDS or PACKAGECONFIG? [build-deps]
    NOTE: Tasks Summary: Attempted 15274 tasks of which 12340 didn't need to be rerun and 4 failed.
    NOTE: Writing buildhistory
    NOTE: Writing buildhistory took: 47 seconds
    NOTE: Writing buildhistory
    NOTE: Writing buildhistory took: 16 seconds
    
    Summary: 4 tasks failed:
      virtual:nativesdk:/home/tony/tisdk_am62_90/sources/meta-qt5/recipes-qt/qt5/qttools_git.bb:do_fetch
      /home/tony/tisdk_am62_90/sources/meta-processor-sdk/recipes-tisdk/uboot-flash-writer/uboot-flash-writer.bb:do_fetch
      /home/tony/tisdk_am62_90/sources/meta-processor-sdk/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb:do_fetch
      /home/tony/tisdk_am62_90/sources/meta-ti/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb:do_fetch
    Summary: There were 13 WARNING messages.
    Summary: There were 168 ERROR messages, returning a non-zero exit code.
    tony@linux-desktop:~/tisdk_am62_90/build$ 
    tony@linux-desktop:~/tisdk_am62_90/build$ bitbake edgeai-tidl-models -cdo_packagedata -Snone
    NOTE: Started PRServer with DBfile: /home/tony/tisdk_am62_90/build/cache/prserv.sqlite3, Address: 127.0.0.1:41493, PID: 1649673
    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:
    
        MACHINE=arago is invalid. Please set a valid MACHINE in your local.conf, environment or other configuration file.
    
    
    Summary: There was 1 ERROR message, returning a non-zero exit code.
    tony@linux-desktop:~/tisdk_am62_90/build$ MACHINE=am62xx-evm bitbake edgeai-tidl-models -cdo_packagedata -Snone
    NOTE: Started PRServer with DBfile: /home/tony/tisdk_am62_90/build/cache/prserv.sqlite3, Address: 127.0.0.1:35137, PID: 1649826
    Loading cache: 100% |###########################################################################################| Time: 0:00:34
    Loaded 9638 entries from dependency cache.
    Parsing recipes: 100% |#########################################################################################| Time: 0:00:06
    Parsing of 6516 .bb files complete (6514 cached, 2 parsed). 9640 targets, 616 skipped, 0 masked, 0 errors.
    WARNING: No recipes in default available for:
      /home/tony/tisdk_am62_90/sources/meta-arago/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_3.0.bbappend
      /home/tony/tisdk_am62_90/sources/meta-arago/meta-arago-distro/recipes-tisdk/ocl-rtos/opencl-examples-rtos_git.bbappend
    No recipes in k3r5 available for:
      /home/tony/tisdk_am62_90/sources/meta-arago/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_3.0.bbappend
      /home/tony/tisdk_am62_90/sources/meta-arago/meta-arago-distro/recipes-tisdk/ocl-rtos/opencl-examples-rtos_git.bbappend
    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
    
    Build Configuration (mc:default):
    BB_VERSION           = "2.0.0"
    BUILD_SYS            = "x86_64-linux"
    NATIVELSBSTRING      = "ubuntu-22.04"
    TARGET_SYS           = "aarch64-oe-linux"
    MACHINE              = "am62xx-evm"
    DISTRO               = "arago"
    DISTRO_VERSION       = "2023.04"
    TUNE_FEATURES        = "aarch64"
    TARGET_FPU           = ""
    meta-edgeai          = "HEAD:a1d9091cd914ce0bc69958891628a4cf86ed3e96"
    meta-processor-sdk   = "HEAD:9dad5765d33783f940ba3c32f4fc431e2b308621"
    meta-arago-distro    
    meta-arago-extras    
    meta-arago-demos     = "HEAD:e1d3561ec681fd05509affa063e0d6212f1571d1"
    meta-qt5             = "HEAD:bff5bd937f0776166e81a63f3dd39ede348ef758"
    meta-virtualization  = "HEAD:b3b3dbc67504e8cd498d6db202ddcf5a9dd26a9d"
    meta-networking      
    meta-python          
    meta-oe              
    meta-gnome           
    meta-filesystems     
    meta-multimedia      = "HEAD:346753705e49a2486867dc150181a1c7f4d69377"
    meta-ti-extras       
    meta-ti-bsp          = "HEAD:2e3ffb73630f4ff78227822bdb4c23e75a720223"
    meta-arm             
    meta-arm-toolchain   = "HEAD:96aad3b29aa7a5ee4df5cf617a6336e5218fa9bd"
    meta                 = "HEAD:f20a12ead2d5890e88e7f4ce149a777de47edc48"
    
    
    Build Configuration:
    BB_VERSION           = "2.0.0"
    BUILD_SYS            = "x86_64-linux"
    NATIVELSBSTRING      = "ubuntu-22.04"
    TARGET_SYS           = "arm-oe-linux-gnueabi"
    MACHINE              = "am62xx-evm-k3r5"
    DISTRO               = "arago"
    DISTRO_VERSION       = "2023.04"
    TUNE_FEATURES        = "arm armv7a vfp thumb callconvention-hard"
    TARGET_FPU           = "hard"
    meta-edgeai          = "HEAD:a1d9091cd914ce0bc69958891628a4cf86ed3e96"
    meta-processor-sdk   = "HEAD:9dad5765d33783f940ba3c32f4fc431e2b308621"
    meta-arago-distro    
    meta-arago-extras    
    meta-arago-demos     = "HEAD:e1d3561ec681fd05509affa063e0d6212f1571d1"
    meta-qt5             = "HEAD:bff5bd937f0776166e81a63f3dd39ede348ef758"
    meta-virtualization  = "HEAD:b3b3dbc67504e8cd498d6db202ddcf5a9dd26a9d"
    meta-networking      
    meta-python          
    meta-oe              
    meta-gnome           
    meta-filesystems     
    meta-multimedia      = "HEAD:346753705e49a2486867dc150181a1c7f4d69377"
    meta-ti-extras       
    meta-ti-bsp          = "HEAD:2e3ffb73630f4ff78227822bdb4c23e75a720223"
    meta-arm             
    meta-arm-toolchain   = "HEAD:96aad3b29aa7a5ee4df5cf617a6336e5218fa9bd"
    meta                 = "HEAD:f20a12ead2d5890e88e7f4ce149a777de47edc48"
    
    Initialising tasks: 100% |######################################################################################| Time: 0:00:00
    NOTE: Reparsing files to collect dependency data
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_fetch, the basehash value changed from d2123990bcb8a1bc0a85a87fbf9b157b2db76aa3684ffbbcdd4b6de66f213adf to ddbfbf1af5752817886475d2ac1feb6d57f9d86bcfb252fb7af96d06fe3f33ad. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-tidl-models -cdo_fetch -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-tidl-models -cdo_fetch -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_deploy_source_date_epoch, the basehash value changed from 44a12abb76eaeba6e365766804043adc605207579242ed0911a27a3dd1f7b5f2 to 4534f846e22970574d9965ff981f1ef4200d77073b2886b901ac0f0785e0d490. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-tidl-models -cdo_deploy_source_date_epoch -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-tidl-models -cdo_deploy_source_date_epoch -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_configure, the basehash value changed from 54998fb3853c363f79c3688acec5316a49fda62cf4189b9ec34669aaccb09c86 to 8ad6ee0f25b71d854d63f2041d1c926d7fad8d6f78bca27f24a0c7c1df339a3a. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-tidl-models -cdo_configure -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-tidl-models -cdo_configure -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_compile, the basehash value changed from 1439a45c2026aae384751a4d45441bfa09da19bc52c3c537446c05b048b07f6f to 9e65619d2a345427faf99e5d27c109180907df3aaa223c06bbaa490f51c1c6b0. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-tidl-models -cdo_compile -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-tidl-models -cdo_compile -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_install, the basehash value changed from bea687b037c0e48a5cab6485436a2b5533819f409e36639129a0abb1f15a2034 to 833b61d5d1dbccaed4ebd9a7a9abb6ef3c04b074da3720aac54c8f3f90ac9457. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-tidl-models -cdo_install -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-tidl-models -cdo_install -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_create_srcipk, the basehash value changed from 4dbd4b1def35f9f55771ba56f4388a761482bdf320bc000214fece966521d6cc to f76e6ccbd27501e5ad4535f38fc1a7d3c0ec9eea23471a3b0a725e845af1172d. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-tidl-models -cdo_create_srcipk -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-tidl-models -cdo_create_srcipk -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_package, the basehash value changed from a5a8870e3d59585eb0d6440269be37d353c3d26645d208d2490ada699f8bb2e3 to 1de7d416e7eac80c74860de628e49e204ca8b076070c439401ccc96bec95bd75. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-tidl-models -cdo_package -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-tidl-models -cdo_package -Sprintdiff
    
    ERROR: When reparsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_packagedata, the basehash value changed from 2002af6beae82c269fdf6a5f3715df59e7fc70e75e79ec438ae8f3c3f88ea0e4 to bbeee65aaea887fda585ae49655e4af5ed56e60513d207e50bc3e3ac5b5dd9bd. The metadata is not deterministic and this needs to be fixed.
    ERROR: The following commands may help:
    ERROR: $ bitbake edgeai-tidl-models -cdo_packagedata -Snone
    ERROR: Then:
    ERROR: $ bitbake edgeai-tidl-models -cdo_packagedata -Sprintdiff
    
    ERROR: Bitbake's cached basehash does not match the one we just generated (/home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_fetch)!
    ERROR: The mismatched hashes were d2123990bcb8a1bc0a85a87fbf9b157b2db76aa3684ffbbcdd4b6de66f213adf and ddbfbf1af5752817886475d2ac1feb6d57f9d86bcfb252fb7af96d06fe3f33ad
    ERROR: Taskhash mismatch 7dc01c79030959a08995b7ea6650731100f9d19099a8f2b9cd6c854e0c9bdcc8 versus c1d60e104e2e8208df86bf77e94a9c8e56172e86ab6c8081bd0371e5f050b4f7 for /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_fetch
    ERROR: Bitbake's cached basehash does not match the one we just generated (/home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_deploy_source_date_epoch)!
    ERROR: The mismatched hashes were 44a12abb76eaeba6e365766804043adc605207579242ed0911a27a3dd1f7b5f2 and 4534f846e22970574d9965ff981f1ef4200d77073b2886b901ac0f0785e0d490
    ERROR: Taskhash mismatch a16f4f002f2afe023a46d027e5a02231cf38c8d02f6a3df6d385e3c09d526d74 versus 40a5740cd4ef0fbbee7dfced94ca4882f539041989253e78c5601a0c6b9f7d03 for /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_deploy_source_date_epoch
    ERROR: Bitbake's cached basehash does not match the one we just generated (/home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_configure)!
    ERROR: The mismatched hashes were 54998fb3853c363f79c3688acec5316a49fda62cf4189b9ec34669aaccb09c86 and 8ad6ee0f25b71d854d63f2041d1c926d7fad8d6f78bca27f24a0c7c1df339a3a
    ERROR: Taskhash mismatch 3c3c6871789982d2977d9b114ce72b204ce5e6fbd3b246324831d6eb199f806e versus c54e61d9d3422dd223c3443703474dd8af028d66854eacabf07ecf77784583e5 for /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_configure
    ERROR: Bitbake's cached basehash does not match the one we just generated (/home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_compile)!
    ERROR: The mismatched hashes were 1439a45c2026aae384751a4d45441bfa09da19bc52c3c537446c05b048b07f6f and 9e65619d2a345427faf99e5d27c109180907df3aaa223c06bbaa490f51c1c6b0
    ERROR: Taskhash mismatch df1ba7418f4f121d274311e9defca5f8b6a072fcb22ff5ca661b4410366b4fbf versus 6a729e4a8ff1b26923babb8726c6c65942267f5e1dd2cbd9631567625ad9a95a for /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_compile
    ERROR: Bitbake's cached basehash does not match the one we just generated (/home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_install)!
    ERROR: The mismatched hashes were bea687b037c0e48a5cab6485436a2b5533819f409e36639129a0abb1f15a2034 and 833b61d5d1dbccaed4ebd9a7a9abb6ef3c04b074da3720aac54c8f3f90ac9457
    ERROR: Taskhash mismatch 386627a5ecfb5460c11136091914f6019dce197be8637b947ab1cda5f639761d versus 40f6db9ac6b3df3717e8b01b35a9c2dd555326ec2d106f1bf5c4170a55278b7a for /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_install
    ERROR: Bitbake's cached basehash does not match the one we just generated (/home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_create_srcipk)!
    ERROR: The mismatched hashes were 4dbd4b1def35f9f55771ba56f4388a761482bdf320bc000214fece966521d6cc and f76e6ccbd27501e5ad4535f38fc1a7d3c0ec9eea23471a3b0a725e845af1172d
    ERROR: Taskhash mismatch 767edc6c85bf8e2d239c448d2e798230aca603941267bf3209e9d2c0886ae2ca versus 2f382ba59e76fe45ef844292dfce80f2f0c203e3b9455a2b2a933ddd886f11d1 for /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_create_srcipk
    ERROR: Bitbake's cached basehash does not match the one we just generated (/home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_package)!
    ERROR: The mismatched hashes were a5a8870e3d59585eb0d6440269be37d353c3d26645d208d2490ada699f8bb2e3 and 1de7d416e7eac80c74860de628e49e204ca8b076070c439401ccc96bec95bd75
    ERROR: Taskhash mismatch 85217d1a31f93b757d88f6bacb3f20afef4f6d4919939ccb9ca73615a0c77762 versus ea679757b1bc4dc69419852b18b0ec64a27ebb0d5007b54a3829e2f93f0a732c for /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_package
    ERROR: Bitbake's cached basehash does not match the one we just generated (/home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_packagedata)!
    ERROR: The mismatched hashes were 2002af6beae82c269fdf6a5f3715df59e7fc70e75e79ec438ae8f3c3f88ea0e4 and bbeee65aaea887fda585ae49655e4af5ed56e60513d207e50bc3e3ac5b5dd9bd
    ERROR: Taskhash mismatch 540e505227dd2b91c19828cc95c34b6906713885143f718a768127407add8861 versus a9479a95196b8c9c7db2b269a8ad1a4e6b3f58cf7d6dca83e21af9581373016d for /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-tidl-models.bb:do_packagedata
    Writing locked sigs to /home/tony/tisdk_am62_90/build/locked-sigs.inc
    NOTE: Writing buildhistory
    NOTE: Writing buildhistory took: 5 seconds
    NOTE: Writing buildhistory
    NOTE: Writing buildhistory took: 5 seconds
    
    Summary: There was 1 WARNING message.
    Summary: There were 64 ERROR messages, returning a non-zero exit code.
    tony@linux-desktop:~/tisdk_am62_90/build$ MACHINE=am62xx-evm bitbake edgeai-tidl-models -cdo_fetch -Sprintdiff
    NOTE: Started PRServer with DBfile: /home/tony/tisdk_am62_90/build/cache/prserv.sqlite3, Address: 127.0.0.1:40947, PID: 1652506
    Loading cache: 100% |###########################################################################################| Time: 0:00:03
    Loaded 9638 entries from dependency cache.
    ERROR: ExpansionError during parsing /home/tony/tisdk_am62_90/sources/meta-edgeai/recipes-tisdk/edgeai-components/edgeai-gui-app_0.1.bb
    Traceback (most recent call last):
      File "/home/tony/tisdk_am62_90/sources/bitbake/lib/bb/fetch2/__init__.py", line 1214, in srcrev_internal_helper(ud=<bb.fetch2.FetchData object at 0x7f5734cba2c0>, d=<bb.data_smart.DataSmart object at 0x7f5734e17a30>, name='default'):
             if srcrev == "AUTOINC":
        >        srcrev = ud.method.latest_revision(ud, d, name)
         
      File "/home/tony/tisdk_am62_90/sources/bitbake/lib/bb/fetch2/__init__.py", line 1626, in Git.latest_revision(ud=<bb.fetch2.FetchData object at 0x7f5734cba2c0>, d=<bb.data_smart.DataSmart object at 0x7f5734e17a30>, name='default'):
                 except KeyError:
        >            revs[key] = rev = self._latest_revision(ud, d, name)
                     return rev
      File "/home/tony/tisdk_am62_90/sources/bitbake/lib/bb/fetch2/git.py", line 748, in Git._latest_revision(ud=<bb.fetch2.FetchData object at 0x7f5734cba2c0>, d=<bb.data_smart.DataSmart object at 0x7f5734e17a30>, name='default'):
         
        >        output = self._lsremote(ud, d, "")
                 # Tags of the form ^{} may not work, need to fallback to other form
      File "/home/tony/tisdk_am62_90/sources/bitbake/lib/bb/fetch2/git.py", line 731, in Git._lsremote(ud=<bb.fetch2.FetchData object at 0x7f5734cba2c0>, d=<bb.data_smart.DataSmart object at 0x7f5734e17a30>, search=''):
                         bb.fetch2.check_network_access(d, cmd, repourl)
        >            output = runfetchcmd(cmd, d, True)
                     if not output:
      File "/home/tony/tisdk_am62_90/sources/bitbake/lib/bb/fetch2/__init__.py", line 929, in runfetchcmd(cmd='export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export GIT_PROXY_COMMAND="oe-git-proxy"; export all_proxy="http://webproxy.ext.ti.com:80"; export ALL_PROXY="http://webproxy.ext.ti.com:80"; export no_proxy="www.ti.com"; export NO_PROXY="www.ti.com"; export ftp_proxy="http://webproxy.ext.ti.com:80"; export https_proxy="http://webproxy.ext.ti.com:80"; export http_proxy="http://webproxy.ext.ti.com:80"; export PATH="/home/tony/tisdk_am62_90/sources/oe-core/scripts:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot/usr/bin/crossscripts:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/sbin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/bin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/sbin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/bin:/home/tony/tisdk_am62_90/sources/bitbake/bin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/tony"; git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat ls-remote git://git.ti.com/apps/edgeai-gui-app.git ', d=<bb.data_smart.DataSmart object at 0x7f5734cb98a0>, quiet=True, cleanup=[], log=None, workdir=None):
         
        >        raise FetchError(error_message)
         
    bb.data_smart.ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export GIT_PROXY_COMMAND="oe-git-proxy"; export all_proxy="http://webproxy.ext.ti.com:80"; export ALL_PROXY="http://webproxy.ext.ti.com:80"; export no_proxy="www.ti.com"; export NO_PROXY="www.ti.com"; export ftp_proxy="http://webproxy.ext.ti.com:80"; export https_proxy="http://webproxy.ext.ti.com:80"; export http_proxy="http://webproxy.ext.ti.com:80"; export PATH="/home/tony/tisdk_am62_90/sources/oe-core/scripts:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot/usr/bin/crossscripts:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/sbin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/bin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/sbin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/work/aarch64-oe-linux/edgeai-gui-app/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/bin:/home/tony/tisdk_am62_90/sources/bitbake/bin:/home/tony/tisdk_am62_90/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/tony"; git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat ls-remote git://git.ti.com/apps/edgeai-gui-app.git  failed with exit code 128, output:
    fatal: protocol error: bad line length character: HTTP
    
    The variable dependency chain for the failure is: SRCPV -> PV -> BP -> FILESPATH
    
    ERROR: Parsing halted due to errors, see error messages above
    
    Summary: There were 2 ERROR messages, returning a non-zero exit code.
    tony@linux-desktop:~/tisdk_am62_90/build$ 
    

    BTW, oe-layertool-setup.sh completed successfully:

    tony@linux-desktop:~/tisdk_am62_90$ ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-09.00.00-config.txt
    /home/tony/tisdk_am62_90
    
    
    cloning repo bitbake
    
    Fetching origin
    remote: Enumerating objects: 82, done.
    remote: Counting objects: 100% (82/82), done.
    remote: Compressing objects: 100% (79/79), done.
    remote: Total 82 (delta 27), reused 0 (delta 0), pack-reused 0
    Unpacking objects: 100% (82/82), 120.51 KiB | 458.00 KiB/s, done.
    From https://git.openembedded.org/bitbake
       f3ba9c37..29c310be  2.6                  -> origin/2.6
       f3ba9c37..29c310be  master               -> origin/master
       f3ba9c37..29c310be  master-next          -> origin/master-next
     * [new tag]           1.46.28              -> 1.46.28
     * [new tag]           2.0.13               -> 2.0.13
     * [new tag]           2020-04.28-dunfell   -> 2020-04.28-dunfell
     * [new tag]           2022-04.13-kirkstone -> 2022-04.13-kirkstone
     * [new tag]           yocto-3.1.28         -> yocto-3.1.28
     * [new tag]           yocto-4.0.13         -> yocto-4.0.13
    fatal: A branch named '2.0' already exists.
    Updating 0c6f86b6..41b66844
    Fast-forward
     bin/bitbake-layers |  4 ++--
     lib/bb/runqueue.py | 16 ++++++++++++----
     2 files changed, 14 insertions(+), 6 deletions(-)
    Previous HEAD position was 41b66844 bitbake-layers: initialize tinfoil before registering command line arguments
    HEAD is now at 0c6f86b6 bin/utils: Ensure locale en_US.UTF-8 is available on the system
    
    
    cloning repo meta-edgeai
    
    Fetching origin
    remote: Enumerating objects: 32, done.
    remote: Counting objects: 100% (32/32), done.
    remote: Compressing objects: 100% (23/23), done.
    remote: Total 25 (delta 13), reused 0 (delta 0), pack-reused 0
    Unpacking objects: 100% (25/25), 3.50 KiB | 50.00 KiB/s, done.
    From https://git.ti.com/git/edgeai/meta-edgeai
       fe421b1..5fbdd3c  kirkstone      -> origin/kirkstone
       fe421b1..e75e6de  kirkstone-next -> origin/kirkstone-next
     * [new tag]         09.00.01.01    -> 09.00.01.01
     * [new tag]         EDGEAI_CICD_20231005 -> EDGEAI_CICD_20231005
    fatal: A branch named 'kirkstone' already exists.
    Updating a1d9091..5fbdd3c
    Fast-forward
     conf/branding-edgeai.inc                                                         |  1 +
     recipes-bsp/u-boot/u-boot-ti-staging/0001-Optimal-QoS-Settings.patch             | 21 ++++++++---
     recipes-core/images/tisdk-core-bundle.bbappend                                   |  5 +++
     recipes-core/images/tisdk-edgeai-image.bb                                        | 46 ++++++++++++++---------
     recipes-core/packagegroups/packagegroup-edgeai-tisdk-addons.bb                   | 27 ++++++++++++++
     recipes-demos/pam/libpam_%.bbappend                                              | 12 +-----
     recipes-kernel/linux/linux-ti-staging-rt_%.bbappend                              |  1 +
     .../linux/linux-ti-staging/0001-arm64-defconfig-Enable-CONFIG_GPIO_SYSFS.patch   | 29 +++++++++++++++
     .../j721e-evm/0001-arm64-dts-ti-Add-DTB-overlays-for-vision-apps-and-ed.patch    | 45 +++++++++++++++++------
     .../j721s2-evm/0003-HACK-arm64-dts-ti-k3-j721s2-main-Disable-sram-for-vp.patch   | 29 +++++++++++++++
     .../j784s4-evm/0001-arm64-dts-ti-Add-DTB-overlay-for-vision-apps.patch           | 45 +++++++++++++++++------
     recipes-kernel/linux/rtos-mem-map.inc                                            | 23 ++++--------
     .../0002-j721e-v4l2object-Make-number-of-buffers-in-own-pool-same-a.patch        | 36 ++++++++++++++++++
     .../0002-v4l2object-Make-number-of-buffers-in-own-pool-same-a.patch              | 38 +++++++++++++++++++
     recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.%.bbappend           | 17 +++++++++
     recipes-tisdk/edgeai-components/edgeai-apps-utils.bb                             |  4 +-
     recipes-tisdk/edgeai-components/edgeai-dl-inferer.bb                             | 10 ++---
     recipes-tisdk/edgeai-components/edgeai-gst-apps.bb                               |  4 +-
     recipes-tisdk/edgeai-components/edgeai-gst-plugins.bb                            |  9 +++--
     recipes-tisdk/edgeai-components/edgeai-gui-app_0.1.bb                            |  2 +-
     recipes-tisdk/edgeai-components/edgeai-studio-agent.bb                           |  4 +-
     recipes-tisdk/edgeai-components/edgeai-test-data.bb                              | 12 ++++--
     recipes-tisdk/edgeai-components/edgeai-tidl-models.bb                            | 12 ++++--
     recipes-tisdk/edgeai-components/edgeai-tiovx-apps.bb                             | 45 +++++++++++++++++++++++
     recipes-tisdk/edgeai-components/edgeai-tiovx-kernels.bb                          |  4 +-
     recipes-tisdk/edgeai-components/edgeai-tiovx-modules.bb                          |  4 +-
     recipes-tisdk/edgeai-components/edgeai-uenv.bb                                   |  2 +-
     recipes-tisdk/edgeai-components/edgeai-uenv/am62axx-evm/uEnv_edgeai-apps.txt     | 12 ++++++
     recipes-tisdk/edgeai-components/edgeai-uenv/am62axx-evm/uEnv_vision-apps.txt     | 12 ++++++
     recipes-tisdk/edgeai-components/edgeai-uenv/j721e-evm/uEnv_edgeai-apps.txt       |  5 ++-
     recipes-tisdk/edgeai-components/edgeai-uenv/j721e-evm/uEnv_vision-apps.txt       |  7 +++-
     recipes-tisdk/edgeai-components/edgeai-uenv/j721s2-evm/uEnv_edgeai-apps.txt      |  7 +++-
     recipes-tisdk/edgeai-components/edgeai-uenv/j721s2-evm/uEnv_vision-apps.txt      |  7 +++-
     recipes-tisdk/edgeai-components/edgeai-uenv/j784s4-evm/uEnv_edgeai-apps.txt      |  8 ++--
     recipes-tisdk/edgeai-components/edgeai-uenv/j784s4-evm/uEnv_vision-apps.txt      | 10 +++--
     recipes-tisdk/edgeai-components/ti-gpio-cpp.bb                                   |  4 +-
     recipes-tisdk/edgeai-components/ti-gpio-py.bb                                    |  7 ++--
     recipes-tisdk/edgeai-dependencies/gpiozero.bb                                    | 17 +++++++++
     recipes-tisdk/edgeai-dependencies/gpiozero/gpiozero.patch                        | 77 +++++++++++++++++++++++++++++++++++++++
     recipes-tisdk/edgeai-dependencies/python3-fastapi_0.92.0.bb                      |  6 +--
     recipes-tisdk/edgeai-dependencies/python3-starlette_0.25.0.bb                    |  6 +--
     recipes-tisdk/edgeai-dependencies/python3-typing-extensions_4.5.0.bb             |  6 +--
     recipes-tisdk/edgeai-dependencies/python3-uvicorn_0.20.0.bb                      |  6 +--
     recipes-tisdk/ti-psdk-rtos/ti-edgeai-firmware.bb                                 |  8 +---
     recipes-tisdk/ti-psdk-rtos/ti-vision-apps.bb                                     |  4 +-
     recipes-tisdk/ti-tidl/ti-tidl-osrt.bb                                            | 24 ++++++------
     recipes-tisdk/ti-tidl/ti-tidl.bb                                                 |  6 +--
     47 files changed, 572 insertions(+), 154 deletions(-)
     create mode 100644 recipes-core/packagegroups/packagegroup-edgeai-tisdk-addons.bb
     create mode 100644 recipes-kernel/linux/linux-ti-staging/0001-arm64-defconfig-Enable-CONFIG_GPIO_SYSFS.patch
     create mode 100644 recipes-kernel/linux/linux-ti-staging/j721s2-evm/0003-HACK-arm64-dts-ti-k3-j721s2-main-Disable-sram-for-vp.patch
     create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0002-j721e-v4l2object-Make-number-of-buffers-in-own-pool-same-a.patch
     create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0002-v4l2object-Make-number-of-buffers-in-own-pool-same-a.patch
     create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.%.bbappend
     create mode 100644 recipes-tisdk/edgeai-components/edgeai-tiovx-apps.bb
     create mode 100755 recipes-tisdk/edgeai-components/edgeai-uenv/am62axx-evm/uEnv_edgeai-apps.txt
     create mode 100755 recipes-tisdk/edgeai-components/edgeai-uenv/am62axx-evm/uEnv_vision-apps.txt
     create mode 100644 recipes-tisdk/edgeai-dependencies/gpiozero.bb
     create mode 100644 recipes-tisdk/edgeai-dependencies/gpiozero/gpiozero.patch
    Previous HEAD position was 5fbdd3c gstreamer1.0-plugins-good: Do not apply this patch for wave5 codec
    HEAD is now at a1d9091 Set fixed commit ids as SRCREV for all am62xx compatibles
    
    
    cloning repo meta-processor-sdk
    
    Fetching origin
    remote: Enumerating objects: 49, done.
    remote: Counting objects: 100% (49/49), done.
    remote: Compressing objects: 100% (32/32), done.
    remote: Total 34 (delta 19), reused 0 (delta 0), pack-reused 0
    Unpacking objects: 100% (34/34), 4.74 KiB | 101.00 KiB/s, done.
    From https://git.ti.com/git/processor-sdk/meta-processor-sdk
       b503b1be..56e3b1b1  kirkstone  -> origin/kirkstone
    fatal: A branch named 'kirkstone' already exists.
    Updating 9dad5765..56e3b1b1
    error: Your local changes to the following files would be overwritten by merge:
    	recipes-graphics/powervr-graphics/powervr-graphics_5.10.bb
    Please commit your changes or stash them before you merge.
    Aborting
    M	recipes-graphics/powervr-graphics/powervr-graphics_5.10.bb
    HEAD is now at 9dad5765 ti-tisdk-setup: Fix LIC_FILES_CHKSUM
    
    
    cloning repo meta-arago
    
    Fetching origin
    remote: Enumerating objects: 118, done.
    remote: Counting objects: 100% (118/118), done.
    remote: Compressing objects: 100% (90/90), done.
    remote: Total 118 (delta 77), reused 33 (delta 23), pack-reused 0
    Receiving objects: 100% (118/118), 23.56 KiB | 1.18 MiB/s, done.
    Resolving deltas: 100% (77/77), completed with 16 local objects.
    From https://git.yoctoproject.org/meta-arago
       9e19eec6..08c9b565  kirkstone                   -> origin/kirkstone
       9e19eec6..08c9b565  kirkstone-next              -> origin/kirkstone-next
     + a3cb0fe7...e3a85249 kirkstone-wip               -> origin/kirkstone-wip  (forced update)
       5a81fc5e..f2d7d8f3  master                      -> origin/master
       d70d07fb..f2d7d8f3  master-next                 -> origin/master-next
     + a0695ad2...9356c9d6 master-wip                  -> origin/master-wip  (forced update)
     * [new tag]           09.00.00.010                -> 09.00.00.010
     * [new tag]           09.00.00.011                -> 09.00.00.011
     * [new tag]           cicd.kirkstone.202310061657 -> cicd.kirkstone.202310061657
     * [new tag]           cicd.master.202309290100    -> cicd.master.202309290100
     * [new tag]           cicd.master.202310020100    -> cicd.master.202310020100
     * [new tag]           cicd.master.202310030100    -> cicd.master.202310030100
     * [new tag]           cicd.master.202310090100    -> cicd.master.202310090100
     * [new tag]           cicd.master.202310050100    -> cicd.master.202310050100
    fatal: A branch named 'kirkstone' already exists.
    Updating e1d3561e..08c9b565
    Fast-forward
     meta-arago-demos/recipes-core/matrix/matrix-gui-apps-git.inc                     |   4 +-
     meta-arago-distro/classes/recipe-data.bbclass                                    | 100 ------
     meta-arago-distro/classes/tisdk-bundle.bbclass                                   | 636 ++------------------------------------
     meta-arago-distro/classes/tisdk-sw-manifest.bbclass                              | 601 +++++++++++++++++++++++++++++++++++
     meta-arago-distro/conf/distro/arago.conf                                         |  32 +-
     meta-arago-distro/conf/distro/include/toolchain-arm.inc                          | 118 -------
     meta-arago-distro/conf/distro/include/toolchain-external.inc                     |   4 -
     meta-arago-distro/conf/distro/include/toolchain-gcc.inc                          |  41 ---
     meta-arago-distro/conf/distro/include/toolchain-internal.inc                     |   4 -
     meta-arago-distro/conf/layer.conf                                                |   1 +
     meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_3.0.bbappend            |  17 -
     .../recipes-core/arago-gpl-notice/arago-gpl-notice/print-gplv3-packages.sh       |   8 +-
     meta-arago-distro/recipes-core/images/arago-image.inc                            |   3 +-
     meta-arago-distro/recipes-core/images/arago-tiny-image.inc                       |   4 -
     meta-arago-distro/recipes-core/images/tisdk-base-image.bb                        |   1 -
     meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc                      |   4 +-
     meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb                        |   4 +-
     meta-arago-distro/recipes-core/images/tisdk-tiny-initramfs.bb                    |  34 ++
     meta-arago-distro/recipes-core/meta/external-arm-secondary-sdk-toolchain.bb      |   4 -
     meta-arago-distro/recipes-core/meta/external-arm-toolchain.bbappend              |  36 ---
     meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb    |   1 +
     meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb          |   2 +-
     meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb     |   2 +-
     meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-initramfs.bb     |   4 +
     meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-sysvinit-boot.bb |  14 -
     meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb  |   1 +
     meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb  |   1 +
     .../recipes-core/packagegroups/packagegroup-cross-canadian.bbappend              |  10 -
     meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend            |   6 +-
     meta-arago-distro/recipes-graphics/vulkan/vulkan-loader_%.bbappend               |  10 +
     meta-arago-distro/recipes-tisdk/ocl-rtos/opencl-examples-rtos_git.bbappend       |   6 -
     meta-arago-extras/recipes-benchmark/stream/stream_5.10.bb                        |   3 +-
     meta-arago-extras/recipes-connectivity/openntpd/openntpd_3.9p1.bb                |  21 --
     meta-arago-extras/recipes-connectivity/openntpd/openntpd_6.8p1.bb                |  25 ++
     meta-arago-extras/recipes-core/meta/external-arm-bfd-version.inc                 |   8 -
     meta-arago-extras/recipes-core/meta/external-arm-sdk-toolchain.bb                | 131 --------
     meta-arago-extras/recipes-core/meta/external-arm-toolchain.bbappend              |  73 -----
     meta-arago-extras/recipes-core/meta/files/SUPPORTED                              |   1 -
     meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb                      |  57 +---
     meta-arago-extras/recipes-core/meta/nativesdk-buildtools-perl-dummy.bbappend     |  19 --
     {meta-arago-distro => meta-arago-extras}/recipes-core/packagegroups/ti-test.bb   |   0
     meta-arago-extras/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb             |   2 +-
     meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb                   |   2 +-
     .../gstreamer1.0-plugins-good/0001-v4l2-Changes-for-DMA-Buf-import-j721s2.patch  |  33 +-
     meta-arago-extras/recipes-support/mstpctl/mstpd_git.bb                           |   2 +-
     meta-arago-extras/recipes-support/tensorflow-lite/tensorflow-lite_1.15.bb        |   2 +
     meta-arago-extras/recipes-sysrepo/libssh/libssh_0.9.5.bb                         |   2 +-
     meta-arago-extras/recipes-ti/ocl/clocl_git.bb                                    |   2 +-
     48 files changed, 779 insertions(+), 1317 deletions(-)
     delete mode 100644 meta-arago-distro/classes/recipe-data.bbclass
     create mode 100644 meta-arago-distro/classes/tisdk-sw-manifest.bbclass
     delete mode 100644 meta-arago-distro/conf/distro/include/toolchain-arm.inc
     delete mode 100644 meta-arago-distro/conf/distro/include/toolchain-external.inc
     delete mode 100644 meta-arago-distro/conf/distro/include/toolchain-gcc.inc
     delete mode 100644 meta-arago-distro/conf/distro/include/toolchain-internal.inc
     delete mode 100644 meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_3.0.bbappend
     create mode 100644 meta-arago-distro/recipes-core/images/tisdk-tiny-initramfs.bb
     delete mode 100644 meta-arago-distro/recipes-core/meta/external-arm-secondary-sdk-toolchain.bb
     delete mode 100644 meta-arago-distro/recipes-core/meta/external-arm-toolchain.bbappend
     create mode 100644 meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-initramfs.bb
     delete mode 100644 meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-sysvinit-boot.bb
     delete mode 100644 meta-arago-distro/recipes-core/packagegroups/packagegroup-cross-canadian.bbappend
     create mode 100644 meta-arago-distro/recipes-graphics/vulkan/vulkan-loader_%.bbappend
     delete mode 100644 meta-arago-distro/recipes-tisdk/ocl-rtos/opencl-examples-rtos_git.bbappend
     delete mode 100644 meta-arago-extras/recipes-connectivity/openntpd/openntpd_3.9p1.bb
     create mode 100644 meta-arago-extras/recipes-connectivity/openntpd/openntpd_6.8p1.bb
     delete mode 100644 meta-arago-extras/recipes-core/meta/external-arm-bfd-version.inc
     delete mode 100644 meta-arago-extras/recipes-core/meta/external-arm-sdk-toolchain.bb
     delete mode 100644 meta-arago-extras/recipes-core/meta/external-arm-toolchain.bbappend
     delete mode 100644 meta-arago-extras/recipes-core/meta/files/SUPPORTED
     rename {meta-arago-distro => meta-arago-extras}/recipes-core/packagegroups/ti-test.bb (100%)
    Previous HEAD position was 08c9b565 arago-gpl-notice: Update script to look for updated GPL-3.0 identifier
    HEAD is now at e1d3561e ltp-ddt: CI/CD Auto-Merger: cicd.kirkstone.202307061739
    
    
    cloning repo meta-qt5
    
    Fetching origin
    remote: Enumerating objects: 24, done.
    remote: Counting objects: 100% (24/24), done.
    remote: Compressing objects: 100% (9/9), done.
    remote: Total 24 (delta 18), reused 21 (delta 15), pack-reused 0
    Unpacking objects: 100% (24/24), 3.35 KiB | 343.00 KiB/s, done.
    From https://github.com/meta-qt5/meta-qt5
     + 2a1f967...7c82e80 jansa/master -> origin/jansa/master  (forced update)
       4c38904..b06461f  master-next  -> origin/master-next
    fatal: A branch named 'kirkstone' already exists.
    Updating bff5bd9..31930af
    Fast-forward
     recipes-qt/qt5/qtpdf_git.bb                                          |   1 +
     recipes-qt/qt5/qtwebengine/chromium/0013-Fix-build-with-gcc-13.patch | 865 ++++++++++++++++++++++++++++++++++++++++++++++++++
     recipes-qt/qt5/qtwebengine_git.bb                                    |   1 +
     3 files changed, 867 insertions(+)
     create mode 100644 recipes-qt/qt5/qtwebengine/chromium/0013-Fix-build-with-gcc-13.patch
    Previous HEAD position was 31930af qtwebengine, qtpdf: Fix build with gcc-13
    HEAD is now at bff5bd9 qtquick3d: Update assimp SRC_URI
    
    
    cloning repo meta-virtualization
    
    Fetching origin
    remote: Enumerating objects: 52, done.
    remote: Counting objects: 100% (17/17), done.
    remote: Total 52 (delta 17), reused 17 (delta 17), pack-reused 35
    Unpacking objects: 100% (52/52), 69.94 KiB | 542.00 KiB/s, done.
    From https://git.yoctoproject.org/meta-virtualization
       0dbb859..35c7237  dunfell     -> origin/dunfell
       ccddfb1..827092c  master      -> origin/master
       5510a78..63b77ee  master-next -> origin/master-next
       d673759..38e6b3e  mickledore  -> origin/mickledore
    fatal: A branch named 'kirkstone' already exists.
    Updating b3b3dbc..2d8b3cb
    Fast-forward
     recipes-containers/docker-distribution/docker-distribution_git.bb                |   1 +
     .../docker-distribution/files/0001-Fix-runaway-allocation-on-v2-_catalog.patch   | 669 ++++++++++++++++++++++++++++++++++++++
     recipes-containers/docker/docker-ce_git.bb                                       |  29 +-
     recipes-containers/docker/docker-moby_git.bb                                     |  29 +-
     .../docker/files/0001-Revert-go-updates-from-1.19.12-to-1.18.7.patch             | 144 ++++++++
     ...t-go-1.8-update.patch => 0002-Revert-go-updates-from-1.18.7-to-1.17.13.patch} |  35 +-
     .../docker/files/0003-builder.go-avoid-using-strings.Cut-from-go-1.18.patch      |  32 ++
     recipes-containers/nerdctl/nerdctl_git.bb                                        |   6 +-
     recipes-devtools/go/go-context_git.bb                                            |   2 +-
     recipes-devtools/go/go-mux_git.bb                                                |   2 +-
     10 files changed, 894 insertions(+), 55 deletions(-)
     create mode 100644 recipes-containers/docker-distribution/files/0001-Fix-runaway-allocation-on-v2-_catalog.patch
     create mode 100644 recipes-containers/docker/files/0001-Revert-go-updates-from-1.19.12-to-1.18.7.patch
     rename recipes-containers/docker/files/{0001-revert-go-1.8-update.patch => 0002-Revert-go-updates-from-1.18.7-to-1.17.13.patch} (97%)
     create mode 100644 recipes-containers/docker/files/0003-builder.go-avoid-using-strings.Cut-from-go-1.18.patch
    Previous HEAD position was 2d8b3cb nerdctl: fix installed-vs-shipped with usrmerge
    HEAD is now at b3b3dbc libvirt: CVE-2023-2700 Memory leak in virPCIVirtualFunctionList cleanup
    
    
    cloning repo meta-openembedded
    
    Fetching origin
    remote: Enumerating objects: 963, done.
    remote: Counting objects: 100% (897/897), done.
    remote: Compressing objects: 100% (344/344), done.
    remote: Total 963 (delta 585), reused 780 (delta 532), pack-reused 66
    Receiving objects: 100% (963/963), 211.28 KiB | 974.00 KiB/s, done.
    Resolving deltas: 100% (607/607), completed with 125 local objects.
    From https://git.openembedded.org/meta-openembedded
       e42d1e758..0f10a0d39  dunfell        -> origin/dunfell
       e42d1e758..0f10a0d39  dunfell-next   -> origin/dunfell-next
       a88cb922f..9c5541f7e  kirkstone      -> origin/kirkstone
       43a4259f6..9c5541f7e  kirkstone-next -> origin/kirkstone-next
       41d6c0f7f..b729ec1b1  master         -> origin/master
     + 891f46025...b729ec1b1 master-next    -> origin/master-next  (forced update)
     * [new branch]          nanbield-next  -> origin/nanbield-next
    fatal: A branch named 'kirkstone' already exists.
    Updating 346753705..9c5541f7e
    Fast-forward
     meta-gnome/recipes-connectivity/geary/geary_40.0.bb                              |   2 +-
     meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb                     |   2 +-
     meta-networking/recipes-connectivity/mbedtls/mbedtls_3.4.0.bb                    |   3 +
     meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.28.bb                  |   1 +
     meta-networking/recipes-daemons/radvd/radvd.inc                                  |   1 +
     meta-networking/recipes-protocols/frr/frr/CVE-2023-31490.patch                   | 160 +++++++++++++++++++++++
     meta-networking/recipes-protocols/frr/frr/CVE-2023-38802.patch                   | 136 ++++++++++++++++++++
     meta-networking/recipes-protocols/frr/frr/CVE-2023-41358.patch                   | 105 +++++++++++++++
     meta-networking/recipes-protocols/frr/frr/CVE-2023-41909.patch                   |  42 ++++++
     meta-networking/recipes-protocols/frr/frr_8.2.2.bb                               |   4 +
     meta-networking/recipes-support/spice/spice-protocol_0.14.4.bb                   |   2 +
     meta-networking/recipes-support/tcpdump/{tcpdump_4.99.1.bb => tcpdump_4.99.4.bb} |   3 +-
     meta-networking/recipes-support/wireshark/files/CVE-2023-2906.patch              |  38 ++++++
     meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb                    |   1 +
     meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb                |   2 +-
     meta-oe/recipes-benchmark/iperf3/{iperf3_3.11.bb => iperf3_3.14.bb}              |   4 +-
     meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb                                |   5 +-
     meta-oe/recipes-connectivity/krb5/krb5/CVE-2023-36054.patch                      |  68 ++++++++++
     meta-oe/recipes-connectivity/krb5/krb5_1.17.2.bb                                 |   1 +
     meta-oe/recipes-connectivity/rabbitmq-c/files/CVE-2023-35789.patch               | 135 +++++++++++++++++++
     meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.11.0.bb                     |   4 +-
     meta-oe/recipes-connectivity/zabbix/zabbix/CVE-2023-29449.patch                  | 247 +++++++++++++++++++++++++++++++++++
     meta-oe/recipes-connectivity/zabbix/zabbix/CVE-2023-29450.patch                  | 241 ++++++++++++++++++++++++++++++++++
     meta-oe/recipes-connectivity/zabbix/zabbix_5.4.12.bb                             |   2 +
     meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch           |  10 +-
     meta-oe/recipes-dbs/postgresql/files/0001-Improve-reproducibility.patch          |   6 +-
     .../files/0001-Properly-NULL-terminate-GSS-receive-buffer-on-error-.patch        |  50 --------
     .../recipes-dbs/postgresql/files/0001-config_info.c-not-expose-build-info.patch  |  18 ++-
     .../postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch  |   6 +-
     .../postgresql/files/0001-postgresql-fix-ptest-failure-of-sysviews.patch         |  11 +-
     meta-oe/recipes-dbs/postgresql/files/CVE-2023-2454.patch                         | 235 ----------------------------------
     meta-oe/recipes-dbs/postgresql/files/CVE-2023-2455.patch                         | 118 -----------------
     meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch                     |  10 +-
     meta-oe/recipes-dbs/postgresql/files/remove_duplicate.patch                      |  38 ------
     meta-oe/recipes-dbs/postgresql/{postgresql_14.5.bb => postgresql_14.9.bb}        |   8 +-
     meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb                   |   2 +-
     .../nodejs/{nodejs-oe-cache-16.19 => nodejs-oe-cache-16.20}/oe-npm-cache         |   0
     .../nodejs/{nodejs-oe-cache-native_16.19.bb => nodejs-oe-cache-native_16.20.bb}  |   0
     meta-oe/recipes-devtools/nodejs/nodejs/CVE-2022-25883.patch                      | 262 +++++++++++++++++++++++++++++++++++++
     meta-oe/recipes-devtools/nodejs/nodejs/gcc13.patch                               |  75 -----------
     meta-oe/recipes-devtools/nodejs/{nodejs_16.19.1.bb => nodejs_16.20.2.bb}         |   4 +-
     meta-oe/recipes-devtools/php/{php_8.1.16.bb => php_8.1.22.bb}                    |   2 +-
     meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb                              |   2 +-
     meta-oe/recipes-devtools/yasm/yasm/CVE-2023-31975.patch                          |  29 +++++
     meta-oe/recipes-devtools/yasm/yasm_git.bb                                        |   1 +
     meta-oe/recipes-extended/hwloc/files/CVE-2022-47022.patch                        |  77 +++++++++++
     meta-oe/recipes-extended/hwloc/hwloc_1.11.13.bb                                  |   4 +-
     meta-oe/recipes-extended/libqb/{libqb_2.0.6.bb => libqb_2.0.8.bb}                |   2 +-
     meta-oe/recipes-extended/libyang/libyang/CVE-2023-26917.patch                    |  40 ++++++
     meta-oe/recipes-extended/libyang/libyang_2.0.164.bb                              |   1 +
     .../redis/{redis-7.0.11 => redis-7.0.13}/0001-src-Do-not-reset-FINAL_LIBS.patch  |   0
     .../{redis-7.0.11 => redis-7.0.13}/0006-Define-correct-gregs-for-RISCV32.patch   |   0
     meta-oe/recipes-extended/redis/{redis-7.0.11 => redis-7.0.13}/GNU_SOURCE-7.patch |   0
     .../{redis-7.0.11 => redis-7.0.13}/hiredis-use-default-CC-if-it-is-set.patch     |   0
     meta-oe/recipes-extended/redis/{redis-7.0.11 => redis-7.0.13}/init-redis-server  |   0
     .../lua-update-Makefile-to-use-environment-build-setting.patch                   |   0
     .../redis/{redis-7.0.11 => redis-7.0.13}/oe-use-libc-malloc.patch                |   0
     meta-oe/recipes-extended/redis/{redis-7.0.11 => redis-7.0.13}/redis.conf         |   0
     meta-oe/recipes-extended/redis/{redis-7.0.11 => redis-7.0.13}/redis.service      |   0
     meta-oe/recipes-extended/redis/{redis_7.0.11.bb => redis_7.0.13.bb}              |   2 +-
     meta-oe/recipes-graphics/freeglut/freeglut_3.2.1.bb                              |  18 ++-
     meta-oe/recipes-graphics/lvgl/lv-drivers_7.11.0.bb                               |   2 +-
     meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb                                |   2 +-
     meta-oe/recipes-graphics/lvgl/lvgl_8.1.0.bb                                      |   2 +-
     meta-oe/recipes-support/c-ares/c-ares/CVE-2022-4904.patch                        |   2 +-
     meta-oe/recipes-support/glog/glog_0.5.0.bb                                       |   2 +-
     meta-oe/recipes-support/hdf5/files/CVE-2021-37501.patch                          |  37 ++++++
     meta-oe/recipes-support/hdf5/hdf5_1.8.21.bb                                      |   1 +
     meta-oe/recipes-support/libiio/libiio_git.bb                                     |   2 +-
     meta-oe/recipes-support/libmxml/libmxml_3.3.bb                                   |   2 +-
     .../openldap/openldap/0001-ldif-filter-fix-parallel-build-failure.patch          |  32 -----
     .../openldap/openldap/0001-libraries-Makefile.in-ignore-the-mkdir-errors.patch   |  33 -----
     .../openldap/0001-librewrite-include-ldap_pvt_thread.h-before-redefini.patch     |  54 --------
     meta-oe/recipes-support/openldap/openldap/CVE-2023-2953-1.patch                  |  30 -----
     meta-oe/recipes-support/openldap/openldap/CVE-2023-2953-2.patch                  |  76 -----------
     meta-oe/recipes-support/openldap/{openldap_2.5.12.bb => openldap_2.5.16.bb}      |   7 +-
     meta-oe/recipes-support/opensc/opensc_0.22.0.bb                                  |   5 +
     meta-oe/recipes-support/poppler/poppler/CVE-2023-34872.patch                     |  46 +++++++
     meta-oe/recipes-support/poppler/poppler_22.04.0.bb                               |   1 +
     meta-oe/recipes-support/yaml-cpp/yaml-cpp/0001-Fix-CMake-export-files-1077.patch | 117 +++++++++++++++++
     meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.7.0.bb                               |   1 +
     .../python/{python3-aiohttp_3.8.1.bb => python3-aiohttp_3.8.5.bb}                |   4 +-
     meta-python/recipes-devtools/python/python3-can_4.0.0.bb                         |   7 +-
     meta-python/recipes-devtools/python/python3-django/CVE-2023-36053.patch          | 263 ++++++++++++++++++++++++++++++++++++++
     meta-python/recipes-devtools/python/python3-django/CVE-2023-41164.patch          | 105 +++++++++++++++
     meta-python/recipes-devtools/python/python3-django_2.2.28.bb                     |   5 +-
     .../python/{python3-django_3.2.19.bb => python3-django_3.2.21.bb}                |   4 +-
     .../recipes-devtools/python/{python3-django_4.2.1.bb => python3-django_4.2.5.bb} |   4 +-
     .../python/python3-gcovr/0001-Fix-parsing-of-gcov-metadata-601.patch             |  84 ++++++++++++
     meta-python/recipes-devtools/python/python3-gcovr_5.1.bb                         |   1 +
     meta-python/recipes-devtools/python/python3-kivy_2.1.0..bb                       |   4 +-
     91 files changed, 2351 insertions(+), 824 deletions(-)
     create mode 100644 meta-networking/recipes-protocols/frr/frr/CVE-2023-31490.patch
     create mode 100644 meta-networking/recipes-protocols/frr/frr/CVE-2023-38802.patch
     create mode 100644 meta-networking/recipes-protocols/frr/frr/CVE-2023-41358.patch
     create mode 100644 meta-networking/recipes-protocols/frr/frr/CVE-2023-41909.patch
     rename meta-networking/recipes-support/tcpdump/{tcpdump_4.99.1.bb => tcpdump_4.99.4.bb} (90%)
     create mode 100644 meta-networking/recipes-support/wireshark/files/CVE-2023-2906.patch
     rename meta-oe/recipes-benchmark/iperf3/{iperf3_3.11.bb => iperf3_3.14.bb} (89%)
     create mode 100644 meta-oe/recipes-connectivity/krb5/krb5/CVE-2023-36054.patch
     create mode 100644 meta-oe/recipes-connectivity/rabbitmq-c/files/CVE-2023-35789.patch
     create mode 100644 meta-oe/recipes-connectivity/zabbix/zabbix/CVE-2023-29449.patch
     create mode 100644 meta-oe/recipes-connectivity/zabbix/zabbix/CVE-2023-29450.patch
     delete mode 100644 meta-oe/recipes-dbs/postgresql/files/0001-Properly-NULL-terminate-GSS-receive-buffer-on-error-.patch
     delete mode 100644 meta-oe/recipes-dbs/postgresql/files/CVE-2023-2454.patch
     delete mode 100644 meta-oe/recipes-dbs/postgresql/files/CVE-2023-2455.patch
     delete mode 100644 meta-oe/recipes-dbs/postgresql/files/remove_duplicate.patch
     rename meta-oe/recipes-dbs/postgresql/{postgresql_14.5.bb => postgresql_14.9.bb} (54%)
     rename meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-16.19 => nodejs-oe-cache-16.20}/oe-npm-cache (100%)
     rename meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-native_16.19.bb => nodejs-oe-cache-native_16.20.bb} (100%)
     create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/CVE-2022-25883.patch
     delete mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/gcc13.patch
     rename meta-oe/recipes-devtools/nodejs/{nodejs_16.19.1.bb => nodejs_16.20.2.bb} (98%)
     rename meta-oe/recipes-devtools/php/{php_8.1.16.bb => php_8.1.22.bb} (99%)
     create mode 100644 meta-oe/recipes-devtools/yasm/yasm/CVE-2023-31975.patch
     create mode 100644 meta-oe/recipes-extended/hwloc/files/CVE-2022-47022.patch
     rename meta-oe/recipes-extended/libqb/{libqb_2.0.6.bb => libqb_2.0.8.bb} (93%)
     create mode 100644 meta-oe/recipes-extended/libyang/libyang/CVE-2023-26917.patch
     rename meta-oe/recipes-extended/redis/{redis-7.0.11 => redis-7.0.13}/0001-src-Do-not-reset-FINAL_LIBS.patch (100%)
     rename meta-oe/recipes-extended/redis/{redis-7.0.11 => redis-7.0.13}/0006-Define-correct-gregs-for-RISCV32.patch (100%)
     rename meta-oe/recipes-extended/redis/{redis-7.0.11 => redis-7.0.13}/GNU_SOURCE-7.patch (100%)
     rename meta-oe/recipes-extended/redis/{redis-7.0.11 => redis-7.0.13}/hiredis-use-default-CC-if-it-is-set.patch (100%)
     rename meta-oe/recipes-extended/redis/{redis-7.0.11 => redis-7.0.13}/init-redis-server (100%)
     rename meta-oe/recipes-extended/redis/{redis-7.0.11 => redis-7.0.13}/lua-update-Makefile-to-use-environment-build-setting.patch (100%)
     rename meta-oe/recipes-extended/redis/{redis-7.0.11 => redis-7.0.13}/oe-use-libc-malloc.patch (100%)
     rename meta-oe/recipes-extended/redis/{redis-7.0.11 => redis-7.0.13}/redis.conf (100%)
     rename meta-oe/recipes-extended/redis/{redis-7.0.11 => redis-7.0.13}/redis.service (100%)
     rename meta-oe/recipes-extended/redis/{redis_7.0.11.bb => redis_7.0.13.bb} (96%)
     create mode 100644 meta-oe/recipes-support/hdf5/files/CVE-2021-37501.patch
     delete mode 100644 meta-oe/recipes-support/openldap/openldap/0001-ldif-filter-fix-parallel-build-failure.patch
     delete mode 100644 meta-oe/recipes-support/openldap/openldap/0001-libraries-Makefile.in-ignore-the-mkdir-errors.patch
     delete mode 100644 meta-oe/recipes-support/openldap/openldap/0001-librewrite-include-ldap_pvt_thread.h-before-redefini.patch
     delete mode 100644 meta-oe/recipes-support/openldap/openldap/CVE-2023-2953-1.patch
     delete mode 100644 meta-oe/recipes-support/openldap/openldap/CVE-2023-2953-2.patch
     rename meta-oe/recipes-support/openldap/{openldap_2.5.12.bb => openldap_2.5.16.bb} (96%)
     create mode 100644 meta-oe/recipes-support/poppler/poppler/CVE-2023-34872.patch
     create mode 100644 meta-oe/recipes-support/yaml-cpp/yaml-cpp/0001-Fix-CMake-export-files-1077.patch
     rename meta-python/recipes-devtools/python/{python3-aiohttp_3.8.1.bb => python3-aiohttp_3.8.5.bb} (80%)
     create mode 100644 meta-python/recipes-devtools/python/python3-django/CVE-2023-36053.patch
     create mode 100644 meta-python/recipes-devtools/python/python3-django/CVE-2023-41164.patch
     rename meta-python/recipes-devtools/python/{python3-django_3.2.19.bb => python3-django_3.2.21.bb} (59%)
     rename meta-python/recipes-devtools/python/{python3-django_4.2.1.bb => python3-django_4.2.5.bb} (61%)
     create mode 100644 meta-python/recipes-devtools/python/python3-gcovr/0001-Fix-parsing-of-gcov-metadata-601.patch
    Previous HEAD position was 9c5541f7e python3-django: upgrade 4.2.3 -> 4.2.5
    HEAD is now at 346753705 webserver: nginx: Add stream Signed-off-by: Luke Schaefer <lukeschafer17@gmail.com>
    
    
    cloning repo meta-ti
    
    Fetching origin
    remote: Enumerating objects: 186, done.
    remote: Counting objects: 100% (50/50), done.
    remote: Compressing objects: 100% (9/9), done.
    remote: Total 186 (delta 48), reused 42 (delta 41), pack-reused 136
    Receiving objects: 100% (186/186), 26.71 KiB | 153.00 KiB/s, done.
    Resolving deltas: 100% (135/135), completed with 12 local objects.
    From https://git.yoctoproject.org/meta-ti
       e4d60ab2..5fd6a816  kirkstone                   -> origin/kirkstone
       e4d60ab2..041271c3  kirkstone-next              -> origin/kirkstone-next
       5adea02d..d6ba4b8c  kirkstone-wip               -> origin/kirkstone-wip
       9bc415f9..33176434  master                      -> origin/master
       4605b1f6..33176434  master-next                 -> origin/master-next
     + 023b928f...00a43c3e master-wip                  -> origin/master-wip  (forced update)
     * [new tag]           09.00.00.010                -> 09.00.00.010
     * [new tag]           09.00.00.011                -> 09.00.00.011
     * [new tag]           cicd.kirkstone.202310061657 -> cicd.kirkstone.202310061657
     * [new tag]           cicd.master.202309290100    -> cicd.master.202309290100
     * [new tag]           cicd.master.202310020100    -> cicd.master.202310020100
     * [new tag]           cicd.master.202310090100    -> cicd.master.202310090100
     * [new tag]           cicd.master.202310030100    -> cicd.master.202310030100
     * [new tag]           cicd.master.202310050100    -> cicd.master.202310050100
    fatal: A branch named 'kirkstone' already exists.
    Updating 2e3ffb73..5fd6a816
    Fast-forward
     meta-ti-bsp/conf/layer.conf                                                      |   8 +
     meta-ti-bsp/conf/machine/am335x-evm.conf                                         |   2 +-
     meta-ti-bsp/conf/machine/am437x-evm.conf                                         |   2 +-
     meta-ti-bsp/conf/machine/am57xx-evm.conf                                         |   5 +-
     meta-ti-bsp/conf/machine/am62xx-lp-evm.conf                                      |   2 +-
     meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf                                 |  16 ++
     meta-ti-bsp/conf/machine/am62xxsip-evm.conf                                      |  13 ++
     meta-ti-bsp/conf/machine/am65xx-evm.conf                                         |   2 -
     meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf                                 |   2 +-
     meta-ti-bsp/conf/machine/am65xx-hs-evm.conf                                      |   4 +-
     meta-ti-bsp/conf/machine/dra7xx-evm.conf                                         |   1 +
     meta-ti-bsp/conf/machine/include/am62xx-lp.inc                                   |  15 --
     meta-ti-bsp/conf/machine/include/k3.inc                                          |   4 +-
     meta-ti-bsp/conf/machine/include/k3r5.inc                                        |   4 +-
     meta-ti-bsp/conf/machine/include/omap-a15.inc                                    |   2 +-
     meta-ti-bsp/conf/machine/include/omapl138.inc                                    |   2 +-
     meta-ti-bsp/conf/machine/include/ti33x.inc                                       |  10 +-
     meta-ti-bsp/conf/machine/include/ti43x.inc                                       |   4 +-
     meta-ti-bsp/conf/machine/omapl138-lcdk.conf                                      |   5 +-
     meta-ti-bsp/conf/multiconfig/k3r5.conf                                           |   4 +-
     meta-ti-bsp/dynamic-layers/clang-layer/recipes-graphics/mesa/mesa-pvr_%.bbappend |  14 ++
     meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.1.6404501.bb      |   2 +-
     meta-ti-bsp/recipes-bsp/ti-dm-fw/ti-dm-fw.bb                                     |   6 +-
     meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc                              |   2 +-
     meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb                               |  12 ++
     meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc             |   4 +-
     meta-ti-bsp/recipes-bsp/u-boot/u-boot-mergeconfig.inc                            |   7 +
     meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb                         |   6 +-
     meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb                      |   4 +-
     meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc                                     |  25 +--
     meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb                                |  12 +-
     .../mesa/files/0001-fix-gallivm-limit-usage-of-LLVMContextSetOpaquePoint.patch   | 128 ++++++++++++++
     .../recipes-graphics/mesa/files/0001-gallium-Fix-build-with-llvm-17.patch        |  58 +++++++
     meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb                             |   2 +
     meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.1.6404501.bb  |   6 +-
     .../linux-bb.org/0001-defconfig-switch-default-kernel-compression-to-LZMA.patch  |  29 ----
     meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb                             |  10 +-
     meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb                            |   7 +-
     meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-6.1/ti33x/defconfig            |   2 +
     meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-6.1/ti43x/defconfig            |   2 +
     meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/ti33x/defconfig         |   2 +
     meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/ti43x/defconfig         |   2 +
     meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb                      |   4 +-
     meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb                         |   4 +-
     meta-ti-bsp/recipes-kernel/linux/ti-kernel-devicetree-prefix.inc                 |  22 ++-
     meta-ti-bsp/recipes-security/optee/optee-os-ti.inc                               |   6 +
     meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc                                     |   6 +-
     meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb                           | 341 ++++++++++++++++++++------------------
     meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb                                   |   4 +-
     49 files changed, 546 insertions(+), 290 deletions(-)
     create mode 100644 meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf
     create mode 100644 meta-ti-bsp/conf/machine/am62xxsip-evm.conf
     delete mode 100644 meta-ti-bsp/conf/machine/include/am62xx-lp.inc
     create mode 100644 meta-ti-bsp/dynamic-layers/clang-layer/recipes-graphics/mesa/mesa-pvr_%.bbappend
     create mode 100644 meta-ti-bsp/recipes-bsp/u-boot/u-boot-mergeconfig.inc
     create mode 100644 meta-ti-bsp/recipes-graphics/mesa/files/0001-fix-gallivm-limit-usage-of-LLVMContextSetOpaquePoint.patch
     create mode 100644 meta-ti-bsp/recipes-graphics/mesa/files/0001-gallium-Fix-build-with-llvm-17.patch
     delete mode 100644 meta-ti-bsp/recipes-kernel/linux/linux-bb.org/0001-defconfig-switch-default-kernel-compression-to-LZMA.patch
     create mode 100644 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-6.1/ti33x/defconfig
     create mode 100644 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-6.1/ti43x/defconfig
     create mode 100644 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/ti33x/defconfig
     create mode 100644 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/ti43x/defconfig
    Previous HEAD position was 5fd6a816 linux-ti-staging_6.1: CI/CD Auto-Merger: cicd.kirkstone.202310061657
    HEAD is now at 2e3ffb73 linux-ti-staging_6.1: CI/CD Auto-Merger: cicd.kirkstone.202307061739
    
    
    cloning repo meta-arm
    
    Fetching origin
    remote: Enumerating objects: 167, done.
    remote: Counting objects: 100% (167/167), done.
    remote: Compressing objects: 100% (90/90), done.
    remote: Total 167 (delta 92), reused 104 (delta 73), pack-reused 0
    Receiving objects: 100% (167/167), 38.37 KiB | 1.48 MiB/s, done.
    Resolving deltas: 100% (92/92), completed with 31 local objects.
    From https://git.yoctoproject.org/meta-arm
       58952aa7..4a9d140e  langdale   -> origin/langdale
       be9bbaa1..e914891e  master     -> origin/master
       85b0e80e..c6380674  mickledore -> origin/mickledore
    fatal: A branch named 'kirkstone' already exists.
    Updating 96aad3b2..b187fb92
    Fast-forward
     .../secure-partitions/corstone1000/0007-Add-openamp-to-SE-proxy-deployment.patch               | 25 +++++++++++++++++--------
     meta-arm/recipes-bsp/uefi/edk2-firmware.inc                                                    |  5 +++++
     meta-arm/recipes-bsp/uefi/edk2-firmware_%.bbappend                                             | 17 +++++++++++++++++
     meta-arm/recipes-kernel/linux/linux-yocto/efi.cfg                                              |  2 ++
     meta-arm/recipes-kernel/linux/linux-yocto_%.bbappend                                           |  6 ++++++
     5 files changed, 47 insertions(+), 8 deletions(-)
     create mode 100644 meta-arm/recipes-kernel/linux/linux-yocto/efi.cfg
    Previous HEAD position was b187fb92 arm-bsp/secure-partitions: fix build with GCC 11.4
    HEAD is now at 96aad3b2 arm-bsp/linux-yocto: Fix N1SDP PCI quirk patch
    
    
    cloning repo oe-core
    
    Fetching origin
    remote: Enumerating objects: 5625, done.
    remote: Counting objects: 100% (2606/2606), done.
    remote: Compressing objects: 100% (692/692), done.
    remote: Total 5625 (delta 2195), reused 2190 (delta 1908), pack-reused 3019
    Receiving objects: 100% (5625/5625), 2.34 MiB | 1.85 MiB/s, done.
    Resolving deltas: 100% (3579/3579), completed with 442 local objects.
    From https://git.openembedded.org/openembedded-core
       b70a8333a7..9a800a2e2c  dunfell              -> origin/dunfell
       f20a06149c..bca43f9585  kirkstone            -> origin/kirkstone
       55463c1898..7047a06754  master               -> origin/master
     + d0402f4940...9d19d4dc31 master-next          -> origin/master-next  (forced update)
       7e3489c0c5..9e7aaefc0d  mickledore           -> origin/mickledore
     * [new branch]            nanbield             -> origin/nanbield
     * [new tag]               2020-04.28           -> 2020-04.28
     * [new tag]               2020-04.28-dunfell   -> 2020-04.28-dunfell
     * [new tag]               2022-04.13           -> 2022-04.13
     * [new tag]               2022-04.13-kirkstone -> 2022-04.13-kirkstone
     * [new tag]               2023-04.3            -> 2023-04.3
     * [new tag]               2023-04.3-mickledore -> 2023-04.3-mickledore
     * [new tag]               yocto-3.1.28         -> yocto-3.1.28
     * [new tag]               yocto-4.0.13         -> yocto-4.0.13
     * [new tag]               yocto-4.2.3          -> yocto-4.2.3
     * [new tag]               uninative-4.3        -> uninative-4.3
    fatal: A branch named 'kirkstone' already exists.
    Updating f20a12ead2..bca43f9585
    Fast-forward
     meta/classes/cargo.bbclass                                                       |    1 -
     meta/classes/cargo_common.bbclass                                                |    4 +
     meta/classes/cml1.bbclass                                                        |    2 +-
     meta/classes/externalsrc.bbclass                                                 |    7 +-
     meta/classes/fontcache.bbclass                                                   |    1 +
     meta/classes/image_types.bbclass                                                 |    5 +-
     meta/classes/image_types_wic.bbclass                                             |    2 +-
     meta/classes/kernel.bbclass                                                      |   12 +-
     meta/classes/meson.bbclass                                                       |    1 +
     meta/classes/npm.bbclass                                                         |    2 +-
     meta/classes/package.bbclass                                                     |   12 +-
     meta/classes/uboot-extlinux-config.bbclass                                       |    8 +-
     meta/classes/useradd-staticids.bbclass                                           |    2 +-
     meta/conf/bitbake.conf                                                           |    2 +-
     meta/conf/distro/include/maintainers.inc                                         |   10 +-
     meta/conf/distro/include/ptest-packagelists.inc                                  |    1 +
     meta/conf/distro/include/yocto-uninative.inc                                     |   10 +-
     meta/conf/machine/include/arm/arch-arm64.inc                                     |    5 +
     meta/lib/oe/npm_registry.py                                                      |    2 +-
     meta/lib/oe/package_manager/__init__.py                                          |    5 +-
     meta/lib/oe/package_manager/rpm/rootfs.py                                        |    2 +-
     meta/lib/oe/package_manager/rpm/sdk.py                                           |    3 +-
     meta/lib/oe/rootfs.py                                                            |   20 +-
     meta/lib/oe/sdk.py                                                               |    2 +-
     meta/lib/oeqa/core/target/ssh.py                                                 |    7 +
     meta/lib/oeqa/runtime/cases/ltp.py                                               |    2 +-
     meta/lib/oeqa/runtime/cases/rpm.py                                               |    4 +-
     meta/lib/oeqa/selftest/cases/bbtests.py                                          |    8 +
     meta/lib/oeqa/selftest/cases/devtool.py                                          |   32 +
     meta/lib/oeqa/selftest/cases/glibc.py                                            |    8 +-
     meta/lib/oeqa/selftest/cases/reproducible.py                                     |   14 +-
     meta/lib/oeqa/utils/nfs.py                                                       |    4 +-
     .../efivar/efivar/0001-Remove-deprecated-add-needed-linker-flag.patch            |   45 +
     meta/recipes-bsp/efivar/efivar/0002-Add-T-workaround-for-GNU-ld-2.36.patch       |   33 +
     .../efivar/efivar/0003-Set-LC_ALL-C-to-force-English-output-from-ld.patch        |   33 +
     .../efivar/efivar/0004-LLD-fix-detection-and-remove-not-needed-workarounds.patch |   45 +
     .../efivar/efivar/0005-Revamp-efi_well_known_-variable-handling.patch            |  262 ++
     meta/recipes-bsp/efivar/efivar_38.bb                                             |    9 +-
     meta/recipes-bsp/grub/files/determinism.patch                                    |    2 +-
     meta/recipes-bsp/v86d/v86d_0.1.10.bb                                             |    1 -
     .../bind/{bind-9.18.11 => bind}/0001-avoid-start-failure-with-bind-user.patch    |    0
     .../0001-named-lwresd-V-and-start-log-hide-build-options.patch                   |    0
     .../bind-ensure-searching-for-json-headers-searches-sysr.patch                   |    0
     meta/recipes-connectivity/bind/{bind-9.18.11 => bind}/bind9                      |    0
     meta/recipes-connectivity/bind/{bind-9.18.11 => bind}/conf.patch                 |    0
     meta/recipes-connectivity/bind/{bind-9.18.11 => bind}/generate-rndc-key.sh       |    0
     .../bind/{bind-9.18.11 => bind}/init.d-add-support-for-read-only-rootfs.patch    |    0
     .../bind/{bind-9.18.11 => bind}/make-etc-initd-bind-stop-work.patch              |    0
     meta/recipes-connectivity/bind/{bind-9.18.11 => bind}/named.service              |    0
     meta/recipes-connectivity/bind/{bind_9.18.11.bb => bind_9.18.19.bb}              |    6 +-
     .../inetutils/0001-CVE-2023-40303-ftpd-rcp-rlogin-rsh-rshd-uucpd-fix-ch.patch    |  280 ++
     .../inetutils/0002-CVE-2023-40303-Indent-changes-in-previous-commit.patch        |  254 ++
     meta/recipes-connectivity/inetutils/inetutils_2.2.bb                             |    2 +
     meta/recipes-connectivity/openssh/openssh/CVE-2023-38408-0001.patch              |  585 +++
     meta/recipes-connectivity/openssh/openssh/CVE-2023-38408-0002.patch              |  173 +
     meta/recipes-connectivity/openssh/openssh/CVE-2023-38408-0003.patch              |   36 +
     meta/recipes-connectivity/openssh/openssh/CVE-2023-38408-0004.patch              |  114 +
     meta/recipes-connectivity/openssh/openssh_8.9p1.bb                               |    4 +
     meta/recipes-connectivity/openssl/{openssl_3.0.9.bb => openssl_3.0.11.bb}        |    6 +-
     meta/recipes-core/busybox/busybox/CVE-2022-48174.patch                           |   80 +
     meta/recipes-core/busybox/busybox_1.35.0.bb                                      |    1 +
     meta/recipes-core/dbus/dbus_1.14.8.bb                                            |    3 +-
     meta/recipes-core/dropbear/dropbear.inc                                          |    1 +
     meta/recipes-core/dropbear/dropbear/CVE-2023-36328.patch                         |  144 +
     meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-29499.patch                         |  291 ++
     meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32611-0001.patch                    |   97 +
     meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32611-0002.patch                    |  282 ++
     meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32636.patch                         |   50 +
     meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32643.patch                         |  155 +
     meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32665-0001.patch                    |  104 +
     meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32665-0002.patch                    |  211 ++
     meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32665-0003.patch                    |  418 +++
     meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32665-0004.patch                    |  114 +
     meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32665-0005.patch                    |   81 +
     meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32665-0006.patch                    |  397 ++
     meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32665-0007.patch                    |   50 +
     meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32665-0008.patch                    |  395 ++
     meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32665-0009.patch                    |   98 +
     meta/recipes-core/glib-2.0/glib-2.0_2.72.3.bb                                    |   14 +
     meta/recipes-core/glibc/glibc-locale.inc                                         |    8 +-
     meta/recipes-core/glibc/glibc-version.inc                                        |    2 +-
     meta/recipes-core/glibc/glibc/check-test-wrapper                                 |    2 +-
     meta/recipes-core/glibc/glibc_2.35.bb                                            |    3 +
     meta/recipes-core/images/build-appliance-image_15.0.0.bb                         |    2 +-
     .../libxcrypt/files/0001-Make-BuildCommon.pm-compatible-with-latest-perl.patch   |   50 +
     .../libxcrypt/files/0002-Remove-smartmatch-usage-from-gen-crypt-h.patch          |   62 +
     meta/recipes-core/libxcrypt/libxcrypt.inc                                        |   13 +-
     meta/recipes-core/libxcrypt/{libxcrypt_4.4.30.bb => libxcrypt_4.4.33.bb}         |    0
     meta/recipes-core/libxml/libxml2/CVE-2023-39615-0001.patch                       |   37 +
     meta/recipes-core/libxml/libxml2/CVE-2023-39615-0002.patch                       |   72 +
     meta/recipes-core/libxml/libxml2_2.9.14.bb                                       |    2 +
     meta/recipes-core/meta/build-sysroots.bb                                         |    3 +-
     meta/recipes-core/meta/cve-update-nvd2-native.bb                                 |   68 +-
     meta/recipes-core/meta/wic-tools.bb                                              |    2 +-
     meta/recipes-core/ncurses/files/CVE-2023-29491.patch                             |  464 +++
     meta/recipes-core/ncurses/ncurses_6.3+20220423.bb                                |    1 +
     meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb                                 |   10 +-
     meta/recipes-core/systemd/systemd-systemctl/systemctl                            |    2 +-
     .../systemd/0001-nspawn-make-sure-host-root-can-write-to-the-uidmappe.patch      |  216 ++
     meta/recipes-core/systemd/systemd_250.5.bb                                       |    1 +
     meta/recipes-core/util-linux/util-linux_2.37.4.bb                                |    2 +
     meta/recipes-devtools/automake/automake/buildtest.patch                          |    2 +-
     meta/recipes-devtools/binutils/binutils-2.38.inc                                 |    5 +-
     meta/recipes-devtools/binutils/binutils/0029-CVE-2022-48065-1.patch              |   31 +
     meta/recipes-devtools/binutils/binutils/0029-CVE-2022-48065-2.patch              |  115 +
     meta/recipes-devtools/binutils/binutils/0029-CVE-2022-48065-3.patch              |  122 +
     .../ccache/ccache/0001-build-Fix-FTBFS-with-not-yet-released-GCC-13.patch        |   92 +
     meta/recipes-devtools/ccache/ccache_4.6.bb                                       |    4 +-
     meta/recipes-devtools/cmake/cmake/OEToolchainConfig.cmake                        |    5 +-
     meta/recipes-devtools/dmidecode/dmidecode/CVE-2023-30630_1a.patch                |  236 ++
     meta/recipes-devtools/dmidecode/dmidecode/CVE-2023-30630_1b.patch                |  197 +
     meta/recipes-devtools/dmidecode/dmidecode/CVE-2023-30630_2.patch                 |   83 +
     meta/recipes-devtools/dmidecode/dmidecode/CVE-2023-30630_3.patch                 |   71 +
     meta/recipes-devtools/dmidecode/dmidecode/CVE-2023-30630_4.patch                 |  138 +
     meta/recipes-devtools/dmidecode/dmidecode_3.3.bb                                 |    5 +
     meta/recipes-devtools/file/file/CVE-2022-48554.patch                             |   35 +
     meta/recipes-devtools/file/file_5.41.bb                                          |    4 +-
     meta/recipes-devtools/gcc/{gcc-11.3.inc => gcc-11.4.inc}                         |    9 +-
     meta/recipes-devtools/gcc/gcc-configure-common.inc                               |    1 -
     .../gcc/{gcc-cross-canadian_11.3.bb => gcc-cross-canadian_11.4.bb}               |    0
     meta/recipes-devtools/gcc/{gcc-cross_11.3.bb => gcc-cross_11.4.bb}               |    0
     meta/recipes-devtools/gcc/{gcc-crosssdk_11.3.bb => gcc-crosssdk_11.4.bb}         |    0
     meta/recipes-devtools/gcc/{gcc-runtime_11.3.bb => gcc-runtime_11.4.bb}           |    0
     meta/recipes-devtools/gcc/{gcc-sanitizers_11.3.bb => gcc-sanitizers_11.4.bb}     |    0
     meta/recipes-devtools/gcc/{gcc-source_11.3.bb => gcc-source_11.4.bb}             |    0
     meta/recipes-devtools/gcc/gcc-testsuite.inc                                      |    5 +-
     meta/recipes-devtools/gcc/gcc/0001-aarch64-Update-Neoverse-N2-core-defini.patch  |   20 +-
     meta/recipes-devtools/gcc/gcc/0004-arm-add-armv9-a-architecture-to-march.patch   |   54 +-
     .../gcc/gcc/0006-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch      |  102 +-
     .../gcc/gcc/0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch         |    6 +-
     meta/recipes-devtools/gcc/gcc/CVE-2023-4039.patch                                | 2893 +++++++++++++++
     meta/recipes-devtools/gcc/{gcc_11.3.bb => gcc_11.4.bb}                           |    0
     meta/recipes-devtools/gcc/{libgcc-initial_11.3.bb => libgcc-initial_11.4.bb}     |    0
     meta/recipes-devtools/gcc/{libgcc_11.3.bb => libgcc_11.4.bb}                     |    0
     meta/recipes-devtools/gcc/{libgfortran_11.3.bb => libgfortran_11.4.bb}           |    0
     meta/recipes-devtools/gdb/gdb.inc                                                |    1 +
     meta/recipes-devtools/gdb/gdb/0011-CVE-2023-39128.patch                          |   75 +
     meta/recipes-devtools/go/go-1.17.13.inc                                          |   15 +-
     meta/recipes-devtools/go/go-1.18/CVE-2023-24538_1.patch                          |  597 +++
     .../recipes-devtools/go/go-1.18/{CVE-2023-24538.patch => CVE-2023-24538_2.patch} |  175 +-
     meta/recipes-devtools/go/go-1.18/CVE-2023-29400.patch                            |   99 +
     meta/recipes-devtools/go/go-1.18/CVE-2023-29406.patch                            |  210 ++
     meta/recipes-devtools/go/go-1.19/CVE-2023-24536_1.patch                          |  137 +
     meta/recipes-devtools/go/go-1.19/CVE-2023-24536_2.patch                          |  187 +
     meta/recipes-devtools/go/go-1.19/CVE-2023-24536_3.patch                          |  349 ++
     meta/recipes-devtools/go/go-1.19/CVE-2023-29409.patch                            |  175 +
     meta/recipes-devtools/go/go-1.20/CVE-2023-39319.patch                            |  254 ++
     meta/recipes-devtools/go/go-1.21/CVE-2023-24531_1.patch                          |  252 ++
     meta/recipes-devtools/go/go-1.21/CVE-2023-24531_2.patch                          |   47 +
     meta/recipes-devtools/go/go-1.21/CVE-2023-39318.patch                            |  262 ++
     meta/recipes-devtools/json-c/json-c/CVE-2021-32292.patch                         |   30 +
     meta/recipes-devtools/json-c/json-c_0.15.bb                                      |    4 +
     .../libdnf/libdnf/0001-Fix-1558-Don-t-assume-inclusion-of-cstdint.patch          |   56 +
     .../libdnf/0001-libdnf-conf-OptionNumber.hpp-add-missing-cstdint-inc.patch       |   33 +
     .../libdnf/0001-libdnf-utils-sqlite3-Sqlite3.hpp-add-missing-cstdint.patch       |   36 +
     meta/recipes-devtools/libdnf/libdnf_0.66.0.bb                                    |    3 +
     meta/recipes-devtools/nasm/nasm/CVE-2020-21528.patch                             |   47 +
     meta/recipes-devtools/nasm/nasm_2.15.05.bb                                       |    1 +
     meta/recipes-devtools/perl/files/CVE-2023-31486-0001.patch                       |  215 ++
     meta/recipes-devtools/perl/files/CVE-2023-31486-0002.patch                       |   36 +
     meta/recipes-devtools/perl/perl_5.34.1.bb                                        |    2 +
     meta/recipes-devtools/pseudo/files/glibc238.patch                                |   72 +
     meta/recipes-devtools/pseudo/pseudo_git.bb                                       |    1 +
     meta/recipes-devtools/python/python3-certifi/CVE-2023-37920.patch                |  301 ++
     meta/recipes-devtools/python/python3-certifi_2021.10.8.bb                        |    4 +-
     .../python/python3-git/0001-python3-git-CVE-2022-24439-fix-from-PR-1518.patch    |   97 -
     .../python/python3-git/0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch    |  488 ---
     meta/recipes-devtools/python/{python3-git_3.1.27.bb => python3-git_3.1.37.bb}    |    8 +-
     meta/recipes-devtools/python/python3-jinja2/run-ptest                            |    2 +-
     meta/recipes-devtools/python/python3-pygments/CVE-2022-40896.patch               |  124 +
     meta/recipes-devtools/python/python3-pygments_2.11.2.bb                          |    2 +
     meta/recipes-devtools/python/python3/cve-2023-24329.patch                        |   50 -
     meta/recipes-devtools/python/python3/get_module_deps3.py                         |    2 +-
     meta/recipes-devtools/python/{python3_3.10.9.bb => python3_3.10.13.bb}           |    7 +-
     meta/recipes-devtools/qemu/qemu.inc                                              |    8 +
     meta/recipes-devtools/qemu/qemu/CVE-2020-14394.patch                             |   79 +
     meta/recipes-devtools/qemu/qemu/CVE-2021-3638.patch                              |   88 +
     meta/recipes-devtools/qemu/qemu/CVE-2023-0330.patch                              |   75 +
     meta/recipes-devtools/qemu/qemu/CVE-2023-2861.patch                              |  180 +
     meta/recipes-devtools/qemu/qemu/CVE-2023-3180.patch                              |   50 +
     meta/recipes-devtools/qemu/qemu/CVE-2023-3255.patch                              |   64 +
     meta/recipes-devtools/qemu/qemu/CVE-2023-3301.patch                              |   60 +
     meta/recipes-devtools/qemu/qemu/CVE-2023-3354.patch                              |   87 +
     meta/recipes-devtools/ruby/ruby/CVE-2023-36617_1.patch                           |   52 +
     meta/recipes-devtools/ruby/ruby/CVE-2023-36617_2.patch                           |   47 +
     meta/recipes-devtools/ruby/ruby_3.1.3.bb                                         |    2 +
     meta/recipes-devtools/rust/rust-llvm.inc                                         |    4 +-
     .../rust/rust-llvm/0003-Support-Add-missing-cstdint-header-to-Signals.h.patch    |   32 +
     meta/recipes-devtools/strace/strace/0001-caps-abbrev.awk-fix-gawk-s-path.patch   |   47 -
     .../strace/strace/3bbfb541b258baec9eba674b5d8dc30007a61542.patch                 |   50 +
     .../strace/strace/f31c2f4494779e5c5f170ad10539bfc2dfafe967.patch                 |   50 +
     meta/recipes-devtools/strace/strace/update-gawk-paths.patch                      |   30 +
     meta/recipes-devtools/strace/strace_5.16.bb                                      |    3 +-
     meta/recipes-devtools/tcltk/tcl_8.6.11.bb                                        |    6 +
     .../cpio/cpio-2.13/0001-Wrong-CRC-with-ASCII-CRC-for-large-files.patch           |   39 -
     .../cpio/cpio-2.13/0003-Fix-calculation-of-CRC-in-copy-out-mode.patch            |   58 +
     .../cpio/cpio-2.13/0004-Fix-appending-to-archives-bigger-than-2G.patch           |  312 ++
     meta/recipes-extended/cpio/cpio_2.13.bb                                          |    3 +-
     meta/recipes-extended/cups/cups.inc                                              |    3 +
     meta/recipes-extended/cups/cups/CVE-2023-32360.patch                             |   35 +
     meta/recipes-extended/cups/cups/CVE-2023-34241.patch                             |   68 +
     meta/recipes-extended/cups/cups/CVE-2023-4504.patch                              |   42 +
     .../diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch              |   19 +-
     meta/recipes-extended/diffutils/{diffutils_3.9.bb => diffutils_3.10.bb}          |    2 +-
     meta/recipes-extended/ghostscript/ghostscript/CVE-2023-36664-0001.patch          |  146 +
     meta/recipes-extended/ghostscript/ghostscript/CVE-2023-36664-0002.patch          |   60 +
     meta/recipes-extended/ghostscript/ghostscript/CVE-2023-38559.patch               |   32 +
     meta/recipes-extended/ghostscript/ghostscript/CVE-2023-43115.patch               |   62 +
     meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb                          |    4 +
     meta/recipes-extended/libarchive/libarchive_3.6.2.bb                             |    3 +
     meta/recipes-extended/libnss-nis/libnss-nis.bb                                   |    4 +-
     meta/recipes-extended/logrotate/logrotate_3.20.1.bb                              |    1 -
     .../mdadm/files/0001-DDF-Cleanup-validate_geometry_ddf_container.patch           |  148 +
     .../mdadm/files/0002-DDF-Fix-NULL-pointer-dereference-in-validate_geometr.patch  |   56 +
     .../mdadm/files/0003-mdadm-Grow-Fix-use-after-close-bug-by-closing-after-.patch  |   91 +
     .../mdadm/files/0004-monitor-Avoid-segfault-when-calling-NULL-get_bad_blo.patch  |   42 +
     .../mdadm/files/0005-mdadm-test-Mark-and-ignore-broken-test-failures.patch       |  128 +
     .../mdadm/files/0006-tests-Add-broken-files-for-all-broken-tests.patch           |  454 +++
     meta/recipes-extended/mdadm/files/run-ptest                                      |    2 +-
     meta/recipes-extended/mdadm/mdadm_4.2.bb                                         |   16 +-
     meta/recipes-extended/procps/procps/CVE-2023-4016.patch                          |   85 +
     meta/recipes-extended/procps/procps_3.3.17.bb                                    |    1 +
     meta/recipes-extended/shadow/files/CVE-2023-4641-0001.patch                      |   36 +
     meta/recipes-extended/shadow/files/CVE-2023-4641-0002.patch                      |  147 +
     meta/recipes-extended/shadow/files/login.defs_shadow-sysroot                     |    1 +
     meta/recipes-extended/shadow/shadow-sysroot_4.6.bb                               |    2 +-
     meta/recipes-extended/shadow/shadow.inc                                          |    2 +
     .../files/0001-syslogd.service-KillMode-process-is-not-recommended-.patch        |   33 +
     .../files/0002-Fix-62-early-log-messages-lost-when-running-in-syste.patch        |   75 +
     meta/recipes-extended/sysklogd/sysklogd_2.3.0.bb                                 |    2 +
     meta/recipes-extended/tar/tar/CVE-2022-48303.patch                               |   43 -
     meta/recipes-extended/tar/{tar_1.34.bb => tar_1.35.bb}                           |    8 +-
     meta/recipes-extended/timezone/timezone.inc                                      |    6 +-
     meta/recipes-extended/timezone/tzcode-native.bb                                  |    2 -
     meta/recipes-extended/timezone/tzcode/0001-Fix-C23-related-conformance-bug.patch |  301 --
     .../unzip/unzip/0001-unix-configure-fix-detection-for-cross-compilation.patch    |  103 +
     meta/recipes-extended/unzip/unzip_6.0.bb                                         |    1 +
     meta/recipes-extended/wget/wget.inc                                              |    2 +-
     meta/recipes-extended/wget/{wget_1.21.3.bb => wget_1.21.4.bb}                    |    2 +-
     .../zip/zip-3.0/0001-unix-configure-use-_Static_assert-to-do-correct-dete.patch  |   96 +
     meta/recipes-extended/zip/zip_3.0.bb                                             |    1 +
     meta/recipes-gnome/librsvg/{librsvg_2.52.7.bb => librsvg_2.52.10.bb}             |    2 +-
     meta/recipes-graphics/jpeg/files/CVE-2023-2804-1.patch                           |  103 +
     meta/recipes-graphics/jpeg/files/CVE-2023-2804-2.patch                           |   75 +
     meta/recipes-graphics/jpeg/libjpeg-turbo_2.1.5.1.bb                              |    2 +
     meta/recipes-graphics/xorg-lib/libx11/CVE-2023-3138.patch                        |  111 +
     meta/recipes-graphics/xorg-lib/libx11_1.7.3.1.bb                                 |    1 +
     meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb                                  |    2 +-
     meta/recipes-graphics/xorg-xserver/xserver-xorg.inc                              |    2 +
     .../linux-firmware/{linux-firmware_20230404.bb => linux-firmware_20230625.bb}    |   39 +-
     meta/recipes-kernel/linux/cve-exclusion.inc                                      |  869 -----
     meta/recipes-kernel/linux/cve-exclusion_5.10.inc                                 | 7255 ++++++++++++++++++++++++++++++++++++
     meta/recipes-kernel/linux/cve-exclusion_5.15.inc                                 | 7274 +++++++++++++++++++++++++++++++++++++
     meta/recipes-kernel/linux/generate-cve-exclusions.py                             |  101 +
     meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb                                 |    6 +-
     meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb                                 |    6 +-
     meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb                               |    8 +-
     meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb                               |    6 +-
     meta/recipes-kernel/linux/linux-yocto_5.10.bb                                    |   25 +-
     meta/recipes-kernel/linux/linux-yocto_5.15.bb                                    |   27 +-
     meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb                                   |    1 +
     meta/recipes-kernel/lttng/{lttng-ust_2.13.5.bb => lttng-ust_2.13.6.bb}           |    2 +-
     .../{wireless-regdb_2023.02.13.bb => wireless-regdb_2023.05.03.bb}               |    2 +-
     meta/recipes-multimedia/ffmpeg/ffmpeg_5.0.1.bb                                   |    6 +
     meta/recipes-multimedia/flac/files/CVE-2020-22219.patch                          |  197 +
     meta/recipes-multimedia/flac/flac_1.3.4.bb                                       |    1 +
     .../gstreamer/{gst-devtools_1.20.6.bb => gst-devtools_1.20.7.bb}                 |    2 +-
     .../gstreamer/{gstreamer1.0-libav_1.20.6.bb => gstreamer1.0-libav_1.20.7.bb}     |    2 +-
     .../gstreamer/{gstreamer1.0-omx_1.20.6.bb => gstreamer1.0-omx_1.20.7.bb}         |    2 +-
     meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/CVE-2023-40474.patch  |  118 +
     meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/CVE-2023-40475.patch  |   49 +
     meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/CVE-2023-40476.patch  |   44 +
     .../{gstreamer1.0-plugins-bad_1.20.6.bb => gstreamer1.0-plugins-bad_1.20.7.bb}   |    5 +-
     .../{gstreamer1.0-plugins-base_1.20.6.bb => gstreamer1.0-plugins-base_1.20.7.bb} |    2 +-
     .../{gstreamer1.0-plugins-good_1.20.6.bb => gstreamer1.0-plugins-good_1.20.7.bb} |    2 +-
     .../{gstreamer1.0-plugins-ugly_1.20.6.bb => gstreamer1.0-plugins-ugly_1.20.7.bb} |    2 +-
     .../gstreamer/{gstreamer1.0-python_1.20.6.bb => gstreamer1.0-python_1.20.7.bb}   |    2 +-
     .../{gstreamer1.0-rtsp-server_1.20.6.bb => gstreamer1.0-rtsp-server_1.20.7.bb}   |    2 +-
     .../gstreamer/{gstreamer1.0-vaapi_1.20.6.bb => gstreamer1.0-vaapi_1.20.7.bb}     |    2 +-
     .../gstreamer/{gstreamer1.0_1.20.6.bb => gstreamer1.0_1.20.7.bb}                 |    2 +-
     meta/recipes-multimedia/libpng/files/run-ptest                                   |   29 +
     meta/recipes-multimedia/libpng/libpng_1.6.39.bb                                  |   16 +-
     meta/recipes-multimedia/libtiff/tiff/CVE-2023-0795_0796_0797_0798_0799.patch     |  162 +
     meta/recipes-multimedia/libtiff/tiff/CVE-2023-25433.patch                        |  195 +
     meta/recipes-multimedia/libtiff/tiff/CVE-2023-25434-CVE-2023-25435.patch         |   94 +
     meta/recipes-multimedia/libtiff/tiff/CVE-2023-26965.patch                        |   97 +
     meta/recipes-multimedia/libtiff/tiff/CVE-2023-26966.patch                        |   35 +
     meta/recipes-multimedia/libtiff/tiff/CVE-2023-2908.patch                         |   33 +
     meta/recipes-multimedia/libtiff/tiff/CVE-2023-3316.patch                         |   59 +
     meta/recipes-multimedia/libtiff/tiff/CVE-2023-3618-1.patch                       |   34 +
     meta/recipes-multimedia/libtiff/tiff/CVE-2023-3618-2.patch                       |   47 +
     meta/recipes-multimedia/libtiff/tiff_4.3.0.bb                                    |    9 +
     meta/recipes-multimedia/webp/files/CVE-2023-1999.patch                           |   60 +
     meta/recipes-multimedia/webp/files/CVE-2023-5129.patch                           |  364 ++
     meta/recipes-multimedia/webp/libwebp_1.2.4.bb                                    |    5 +-
     meta/recipes-sato/webkit/webkitgtk/CVE-2022-48503.patch                          |  225 ++
     meta/recipes-sato/webkit/webkitgtk/CVE-2023-23529.patch                          |   65 +
     meta/recipes-sato/webkit/webkitgtk/CVE-2023-32439.patch                          |  127 +
     meta/recipes-sato/webkit/webkitgtk_2.36.8.bb                                     |    3 +
     meta/recipes-support/attr/acl/run-ptest                                          |    6 +
     meta/recipes-support/attr/acl_2.3.1.bb                                           |    1 +
     meta/recipes-support/attr/attr.inc                                               |    1 +
     meta/recipes-support/attr/attr/run-ptest                                         |    7 +
     meta/recipes-support/curl/curl/CVE-2023-28320-fol1.patch                         |  197 +
     meta/recipes-support/curl/curl/CVE-2023-32001.patch                              |   39 +
     meta/recipes-support/curl/curl_7.82.0.bb                                         |    2 +
     meta/recipes-support/libassuan/{libassuan_2.5.5.bb => libassuan_2.5.6.bb}        |    2 +-
     meta/recipes-support/libcap/files/CVE-2023-2603.patch                            |   60 +
     meta/recipes-support/libcap/libcap_2.66.bb                                       |    1 +
     meta/recipes-support/libksba/{libksba_1.6.3.bb => libksba_1.6.4.bb}              |    2 +-
     meta/recipes-support/libpcre/libpcre2/CVE-2022-41409.patch                       |   75 +
     meta/recipes-support/libpcre/libpcre2_10.40.bb                                   |    1 +
     meta/recipes-support/libssh2/libssh2/CVE-2020-22218.patch                        |   34 +
     meta/recipes-support/libssh2/libssh2_1.10.0.bb                                   |    1 +
     meta/recipes-support/nghttp2/nghttp2/CVE-2023-35945.patch                        |  151 +
     meta/recipes-support/nghttp2/nghttp2_1.47.0.bb                                   |    1 +
     .../serf/serf/0001-Fix-syntax-of-a-print-in-the-scons-file-to-unbreak-b.patch    |   29 -
     .../serf/serf/0001-buckets-ssl_buckets.c-do-not-use-ERR_GET_FUNC.patch           |   28 -
     .../serf/serf/0004-Follow-up-to-r1811083-fix-building-with-scons-3.0.0-.patch    |   29 -
     .../SConstruct.stop.creating.directories.without.sandbox-install.prefix.patch    |    2 +-
     meta/recipes-support/serf/{serf_1.3.9.bb => serf_1.3.10.bb}                      |    6 +-
     meta/recipes-support/sqlite/files/CVE-2023-36191.patch                           |   37 +
     meta/recipes-support/sqlite/sqlite3_3.38.5.bb                                    |    1 +
     meta/recipes-support/vim/vim.inc                                                 |   11 +-
     scripts/create-pull-request                                                      |    7 +-
     scripts/lib/devtool/standard.py                                                  |    2 +-
     scripts/lib/recipetool/create.py                                                 |    4 +
     scripts/lib/resulttool/report.py                                                 |    5 +-
     scripts/lib/resulttool/resultutils.py                                            |    6 +-
     scripts/lib/wic/misc.py                                                          |    1 +
     scripts/lib/wic/partition.py                                                     |    2 +-
     scripts/lib/wic/plugins/source/bootimg-efi.py                                    |    2 +
     scripts/oe-depends-dot                                                           |   21 +-
     scripts/pybootchartgui/pybootchartgui/draw.py                                    |    5 +
     scripts/rpm2cpio.sh                                                              |   30 +-
     scripts/runqemu                                                                  |   48 +-
     336 files changed, 35021 insertions(+), 2436 deletions(-)
     create mode 100644 meta/recipes-bsp/efivar/efivar/0001-Remove-deprecated-add-needed-linker-flag.patch
     create mode 100644 meta/recipes-bsp/efivar/efivar/0002-Add-T-workaround-for-GNU-ld-2.36.patch
     create mode 100644 meta/recipes-bsp/efivar/efivar/0003-Set-LC_ALL-C-to-force-English-output-from-ld.patch
     create mode 100644 meta/recipes-bsp/efivar/efivar/0004-LLD-fix-detection-and-remove-not-needed-workarounds.patch
     create mode 100644 meta/recipes-bsp/efivar/efivar/0005-Revamp-efi_well_known_-variable-handling.patch
     rename meta/recipes-connectivity/bind/{bind-9.18.11 => bind}/0001-avoid-start-failure-with-bind-user.patch (100%)
     rename meta/recipes-connectivity/bind/{bind-9.18.11 => bind}/0001-named-lwresd-V-and-start-log-hide-build-options.patch (100%)
     rename meta/recipes-connectivity/bind/{bind-9.18.11 => bind}/bind-ensure-searching-for-json-headers-searches-sysr.patch (100%)
     rename meta/recipes-connectivity/bind/{bind-9.18.11 => bind}/bind9 (100%)
     rename meta/recipes-connectivity/bind/{bind-9.18.11 => bind}/conf.patch (100%)
     rename meta/recipes-connectivity/bind/{bind-9.18.11 => bind}/generate-rndc-key.sh (100%)
     rename meta/recipes-connectivity/bind/{bind-9.18.11 => bind}/init.d-add-support-for-read-only-rootfs.patch (100%)
     rename meta/recipes-connectivity/bind/{bind-9.18.11 => bind}/make-etc-initd-bind-stop-work.patch (100%)
     rename meta/recipes-connectivity/bind/{bind-9.18.11 => bind}/named.service (100%)
     rename meta/recipes-connectivity/bind/{bind_9.18.11.bb => bind_9.18.19.bb} (94%)
     create mode 100644 meta/recipes-connectivity/inetutils/inetutils/0001-CVE-2023-40303-ftpd-rcp-rlogin-rsh-rshd-uucpd-fix-ch.patch
     create mode 100644 meta/recipes-connectivity/inetutils/inetutils/0002-CVE-2023-40303-Indent-changes-in-previous-commit.patch
     create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2023-38408-0001.patch
     create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2023-38408-0002.patch
     create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2023-38408-0003.patch
     create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2023-38408-0004.patch
     rename meta/recipes-connectivity/openssl/{openssl_3.0.9.bb => openssl_3.0.11.bb} (96%)
     create mode 100644 meta/recipes-core/busybox/busybox/CVE-2022-48174.patch
     create mode 100644 meta/recipes-core/dropbear/dropbear/CVE-2023-36328.patch
     create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-29499.patch
     create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32611-0001.patch
     create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32611-0002.patch
     create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32636.patch
     create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32643.patch
     create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32665-0001.patch
     create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32665-0002.patch
     create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32665-0003.patch
     create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32665-0004.patch
     create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32665-0005.patch
     create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32665-0006.patch
     create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32665-0007.patch
     create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32665-0008.patch
     create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2023-32665-0009.patch
     create mode 100644 meta/recipes-core/libxcrypt/files/0001-Make-BuildCommon.pm-compatible-with-latest-perl.patch
     create mode 100644 meta/recipes-core/libxcrypt/files/0002-Remove-smartmatch-usage-from-gen-crypt-h.patch
     rename meta/recipes-core/libxcrypt/{libxcrypt_4.4.30.bb => libxcrypt_4.4.33.bb} (100%)
     create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2023-39615-0001.patch
     create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2023-39615-0002.patch
     create mode 100644 meta/recipes-core/ncurses/files/CVE-2023-29491.patch
     create mode 100644 meta/recipes-core/systemd/systemd/0001-nspawn-make-sure-host-root-can-write-to-the-uidmappe.patch
     create mode 100644 meta/recipes-devtools/binutils/binutils/0029-CVE-2022-48065-1.patch
     create mode 100644 meta/recipes-devtools/binutils/binutils/0029-CVE-2022-48065-2.patch
     create mode 100644 meta/recipes-devtools/binutils/binutils/0029-CVE-2022-48065-3.patch
     create mode 100644 meta/recipes-devtools/ccache/ccache/0001-build-Fix-FTBFS-with-not-yet-released-GCC-13.patch
     create mode 100644 meta/recipes-devtools/dmidecode/dmidecode/CVE-2023-30630_1a.patch
     create mode 100644 meta/recipes-devtools/dmidecode/dmidecode/CVE-2023-30630_1b.patch
     create mode 100644 meta/recipes-devtools/dmidecode/dmidecode/CVE-2023-30630_2.patch
     create mode 100644 meta/recipes-devtools/dmidecode/dmidecode/CVE-2023-30630_3.patch
     create mode 100644 meta/recipes-devtools/dmidecode/dmidecode/CVE-2023-30630_4.patch
     create mode 100644 meta/recipes-devtools/file/file/CVE-2022-48554.patch
     rename meta/recipes-devtools/gcc/{gcc-11.3.inc => gcc-11.4.inc} (95%)
     rename meta/recipes-devtools/gcc/{gcc-cross-canadian_11.3.bb => gcc-cross-canadian_11.4.bb} (100%)
     rename meta/recipes-devtools/gcc/{gcc-cross_11.3.bb => gcc-cross_11.4.bb} (100%)
     rename meta/recipes-devtools/gcc/{gcc-crosssdk_11.3.bb => gcc-crosssdk_11.4.bb} (100%)
     rename meta/recipes-devtools/gcc/{gcc-runtime_11.3.bb => gcc-runtime_11.4.bb} (100%)
     rename meta/recipes-devtools/gcc/{gcc-sanitizers_11.3.bb => gcc-sanitizers_11.4.bb} (100%)
     rename meta/recipes-devtools/gcc/{gcc-source_11.3.bb => gcc-source_11.4.bb} (100%)
     create mode 100644 meta/recipes-devtools/gcc/gcc/CVE-2023-4039.patch
     rename meta/recipes-devtools/gcc/{gcc_11.3.bb => gcc_11.4.bb} (100%)
     rename meta/recipes-devtools/gcc/{libgcc-initial_11.3.bb => libgcc-initial_11.4.bb} (100%)
     rename meta/recipes-devtools/gcc/{libgcc_11.3.bb => libgcc_11.4.bb} (100%)
     rename meta/recipes-devtools/gcc/{libgfortran_11.3.bb => libgfortran_11.4.bb} (100%)
     create mode 100644 meta/recipes-devtools/gdb/gdb/0011-CVE-2023-39128.patch
     create mode 100644 meta/recipes-devtools/go/go-1.18/CVE-2023-24538_1.patch
     rename meta/recipes-devtools/go/go-1.18/{CVE-2023-24538.patch => CVE-2023-24538_2.patch} (53%)
     create mode 100644 meta/recipes-devtools/go/go-1.18/CVE-2023-29400.patch
     create mode 100644 meta/recipes-devtools/go/go-1.18/CVE-2023-29406.patch
     create mode 100644 meta/recipes-devtools/go/go-1.19/CVE-2023-24536_1.patch
     create mode 100644 meta/recipes-devtools/go/go-1.19/CVE-2023-24536_2.patch
     create mode 100644 meta/recipes-devtools/go/go-1.19/CVE-2023-24536_3.patch
     create mode 100644 meta/recipes-devtools/go/go-1.19/CVE-2023-29409.patch
     create mode 100644 meta/recipes-devtools/go/go-1.20/CVE-2023-39319.patch
     create mode 100644 meta/recipes-devtools/go/go-1.21/CVE-2023-24531_1.patch
     create mode 100644 meta/recipes-devtools/go/go-1.21/CVE-2023-24531_2.patch
     create mode 100644 meta/recipes-devtools/go/go-1.21/CVE-2023-39318.patch
     create mode 100644 meta/recipes-devtools/json-c/json-c/CVE-2021-32292.patch
     create mode 100644 meta/recipes-devtools/libdnf/libdnf/0001-Fix-1558-Don-t-assume-inclusion-of-cstdint.patch
     create mode 100644 meta/recipes-devtools/libdnf/libdnf/0001-libdnf-conf-OptionNumber.hpp-add-missing-cstdint-inc.patch
     create mode 100644 meta/recipes-devtools/libdnf/libdnf/0001-libdnf-utils-sqlite3-Sqlite3.hpp-add-missing-cstdint.patch
     create mode 100644 meta/recipes-devtools/nasm/nasm/CVE-2020-21528.patch
     create mode 100644 meta/recipes-devtools/perl/files/CVE-2023-31486-0001.patch
     create mode 100644 meta/recipes-devtools/perl/files/CVE-2023-31486-0002.patch
     create mode 100644 meta/recipes-devtools/pseudo/files/glibc238.patch
     create mode 100644 meta/recipes-devtools/python/python3-certifi/CVE-2023-37920.patch
     delete mode 100644 meta/recipes-devtools/python/python3-git/0001-python3-git-CVE-2022-24439-fix-from-PR-1518.patch
     delete mode 100644 meta/recipes-devtools/python/python3-git/0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch
     rename meta/recipes-devtools/python/{python3-git_3.1.27.bb => python3-git_3.1.37.bb} (75%)
     create mode 100644 meta/recipes-devtools/python/python3-pygments/CVE-2022-40896.patch
     delete mode 100644 meta/recipes-devtools/python/python3/cve-2023-24329.patch
     rename meta/recipes-devtools/python/{python3_3.10.9.bb => python3_3.10.13.bb} (98%)
     create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-14394.patch
     create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-3638.patch
     create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2023-0330.patch
     create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2023-2861.patch
     create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2023-3180.patch
     create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2023-3255.patch
     create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2023-3301.patch
     create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2023-3354.patch
     create mode 100644 meta/recipes-devtools/ruby/ruby/CVE-2023-36617_1.patch
     create mode 100644 meta/recipes-devtools/ruby/ruby/CVE-2023-36617_2.patch
     create mode 100644 meta/recipes-devtools/rust/rust-llvm/0003-Support-Add-missing-cstdint-header-to-Signals.h.patch
     delete mode 100644 meta/recipes-devtools/strace/strace/0001-caps-abbrev.awk-fix-gawk-s-path.patch
     create mode 100644 meta/recipes-devtools/strace/strace/3bbfb541b258baec9eba674b5d8dc30007a61542.patch
     create mode 100644 meta/recipes-devtools/strace/strace/f31c2f4494779e5c5f170ad10539bfc2dfafe967.patch
     delete mode 100644 meta/recipes-extended/cpio/cpio-2.13/0001-Wrong-CRC-with-ASCII-CRC-for-large-files.patch
     create mode 100644 meta/recipes-extended/cpio/cpio-2.13/0003-Fix-calculation-of-CRC-in-copy-out-mode.patch
     create mode 100644 meta/recipes-extended/cpio/cpio-2.13/0004-Fix-appending-to-archives-bigger-than-2G.patch
     create mode 100644 meta/recipes-extended/cups/cups/CVE-2023-32360.patch
     create mode 100644 meta/recipes-extended/cups/cups/CVE-2023-34241.patch
     create mode 100644 meta/recipes-extended/cups/cups/CVE-2023-4504.patch
     rename meta/recipes-extended/diffutils/{diffutils_3.9.bb => diffutils_3.10.bb} (93%)
     create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2023-36664-0001.patch
     create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2023-36664-0002.patch
     create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2023-38559.patch
     create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2023-43115.patch
     create mode 100644 meta/recipes-extended/mdadm/files/0001-DDF-Cleanup-validate_geometry_ddf_container.patch
     create mode 100644 meta/recipes-extended/mdadm/files/0002-DDF-Fix-NULL-pointer-dereference-in-validate_geometr.patch
     create mode 100644 meta/recipes-extended/mdadm/files/0003-mdadm-Grow-Fix-use-after-close-bug-by-closing-after-.patch
     create mode 100644 meta/recipes-extended/mdadm/files/0004-monitor-Avoid-segfault-when-calling-NULL-get_bad_blo.patch
     create mode 100644 meta/recipes-extended/mdadm/files/0005-mdadm-test-Mark-and-ignore-broken-test-failures.patch
     create mode 100644 meta/recipes-extended/mdadm/files/0006-tests-Add-broken-files-for-all-broken-tests.patch
     create mode 100644 meta/recipes-extended/procps/procps/CVE-2023-4016.patch
     create mode 100644 meta/recipes-extended/shadow/files/CVE-2023-4641-0001.patch
     create mode 100644 meta/recipes-extended/shadow/files/CVE-2023-4641-0002.patch
     create mode 100644 meta/recipes-extended/sysklogd/files/0001-syslogd.service-KillMode-process-is-not-recommended-.patch
     create mode 100644 meta/recipes-extended/sysklogd/files/0002-Fix-62-early-log-messages-lost-when-running-in-syste.patch
     delete mode 100644 meta/recipes-extended/tar/tar/CVE-2022-48303.patch
     rename meta/recipes-extended/tar/{tar_1.34.bb => tar_1.35.bb} (87%)
     delete mode 100644 meta/recipes-extended/timezone/tzcode/0001-Fix-C23-related-conformance-bug.patch
     create mode 100644 meta/recipes-extended/unzip/unzip/0001-unix-configure-fix-detection-for-cross-compilation.patch
     rename meta/recipes-extended/wget/{wget_1.21.3.bb => wget_1.21.4.bb} (60%)
     create mode 100644 meta/recipes-extended/zip/zip-3.0/0001-unix-configure-use-_Static_assert-to-do-correct-dete.patch
     rename meta/recipes-gnome/librsvg/{librsvg_2.52.7.bb => librsvg_2.52.10.bb} (96%)
     create mode 100644 meta/recipes-graphics/jpeg/files/CVE-2023-2804-1.patch
     create mode 100644 meta/recipes-graphics/jpeg/files/CVE-2023-2804-2.patch
     create mode 100644 meta/recipes-graphics/xorg-lib/libx11/CVE-2023-3138.patch
     rename meta/recipes-kernel/linux-firmware/{linux-firmware_20230404.bb => linux-firmware_20230625.bb} (96%)
     create mode 100644 meta/recipes-kernel/linux/cve-exclusion_5.10.inc
     create mode 100644 meta/recipes-kernel/linux/cve-exclusion_5.15.inc
     create mode 100755 meta/recipes-kernel/linux/generate-cve-exclusions.py
     rename meta/recipes-kernel/lttng/{lttng-ust_2.13.5.bb => lttng-ust_2.13.6.bb} (95%)
     rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2023.02.13.bb => wireless-regdb_2023.05.03.bb} (94%)
     create mode 100644 meta/recipes-multimedia/flac/files/CVE-2020-22219.patch
     rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.20.6.bb => gst-devtools_1.20.7.bb} (95%)
     rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.20.6.bb => gstreamer1.0-libav_1.20.7.bb} (91%)
     rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.20.6.bb => gstreamer1.0-omx_1.20.7.bb} (95%)
     create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/CVE-2023-40474.patch
     create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/CVE-2023-40475.patch
     create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/CVE-2023-40476.patch
     rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.20.6.bb => gstreamer1.0-plugins-bad_1.20.7.bb} (97%)
     rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.20.6.bb => gstreamer1.0-plugins-base_1.20.7.bb} (97%)
     rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.20.6.bb => gstreamer1.0-plugins-good_1.20.7.bb} (97%)
     rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.20.6.bb => gstreamer1.0-plugins-ugly_1.20.7.bb} (94%)
     rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.20.6.bb => gstreamer1.0-python_1.20.7.bb} (91%)
     rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.20.6.bb => gstreamer1.0-rtsp-server_1.20.7.bb} (90%)
     rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.20.6.bb => gstreamer1.0-vaapi_1.20.7.bb} (95%)
     rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.20.6.bb => gstreamer1.0_1.20.7.bb} (97%)
     create mode 100644 meta/recipes-multimedia/libpng/files/run-ptest
     create mode 100644 meta/recipes-multimedia/libtiff/tiff/CVE-2023-0795_0796_0797_0798_0799.patch
     create mode 100644 meta/recipes-multimedia/libtiff/tiff/CVE-2023-25433.patch
     create mode 100644 meta/recipes-multimedia/libtiff/tiff/CVE-2023-25434-CVE-2023-25435.patch
     create mode 100644 meta/recipes-multimedia/libtiff/tiff/CVE-2023-26965.patch
     create mode 100644 meta/recipes-multimedia/libtiff/tiff/CVE-2023-26966.patch
     create mode 100644 meta/recipes-multimedia/libtiff/tiff/CVE-2023-2908.patch
     create mode 100644 meta/recipes-multimedia/libtiff/tiff/CVE-2023-3316.patch
     create mode 100644 meta/recipes-multimedia/libtiff/tiff/CVE-2023-3618-1.patch
     create mode 100644 meta/recipes-multimedia/libtiff/tiff/CVE-2023-3618-2.patch
     create mode 100644 meta/recipes-multimedia/webp/files/CVE-2023-1999.patch
     create mode 100644 meta/recipes-multimedia/webp/files/CVE-2023-5129.patch
     create mode 100644 meta/recipes-sato/webkit/webkitgtk/CVE-2022-48503.patch
     create mode 100644 meta/recipes-sato/webkit/webkitgtk/CVE-2023-23529.patch
     create mode 100644 meta/recipes-sato/webkit/webkitgtk/CVE-2023-32439.patch
     create mode 100644 meta/recipes-support/curl/curl/CVE-2023-28320-fol1.patch
     create mode 100644 meta/recipes-support/curl/curl/CVE-2023-32001.patch
     rename meta/recipes-support/libassuan/{libassuan_2.5.5.bb => libassuan_2.5.6.bb} (93%)
     create mode 100644 meta/recipes-support/libcap/files/CVE-2023-2603.patch
     rename meta/recipes-support/libksba/{libksba_1.6.3.bb => libksba_1.6.4.bb} (94%)
     create mode 100644 meta/recipes-support/libpcre/libpcre2/CVE-2022-41409.patch
     create mode 100644 meta/recipes-support/libssh2/libssh2/CVE-2020-22218.patch
     create mode 100644 meta/recipes-support/nghttp2/nghttp2/CVE-2023-35945.patch
     delete mode 100644 meta/recipes-support/serf/serf/0001-Fix-syntax-of-a-print-in-the-scons-file-to-unbreak-b.patch
     delete mode 100644 meta/recipes-support/serf/serf/0001-buckets-ssl_buckets.c-do-not-use-ERR_GET_FUNC.patch
     delete mode 100644 meta/recipes-support/serf/serf/0004-Follow-up-to-r1811083-fix-building-with-scons-3.0.0-.patch
     rename meta/recipes-support/serf/{serf_1.3.9.bb => serf_1.3.10.bb} (78%)
     create mode 100644 meta/recipes-support/sqlite/files/CVE-2023-36191.patch
    Previous HEAD position was bca43f9585 glibc: Update to latest on stable 2.35 branch
    HEAD is now at f20a12ead2 blktrace: ask for python3 specifically
    
    
    ################################################################################
    The bblayers.conf configuration file has been created for you with some
    default values.  Please verify the contents of your conf/bblayers.conf
    file for correctness.
    
    NOTE: Any additional entries to this file will be lost if the ./oe-layertool-setup.sh
          script is run again.  To add entries permanently to this file
          please add them to the config file used and rerun the
          ./oe-layertool-setup.sh script.
    
    
    
    ################################################################################
    The local.conf configuration file has been created for you with some
    default values.  Please verify the contents of your conf/local.conf
    file for correctness.
    
    By default the number of threads used by the build is set to the number
    of CPUs found on your system.
    
    NOTE: You will probably want to change the default MACHINE setting in the
          local.conf file to the machine you are trying to build.
    
    WARNING: Found existing /home/tony/tisdk_am62_90/build/conf/local.conf
    Saving a backup to /home/tony/tisdk_am62_90/build/conf/local.conf.bak
    
    
    ################################################################################
    A setenv file has been created for you in the conf directory.  Please verify
    The contents of this file.  Once you have verified the contents please source
    this file to configure your environment for building:
    
        . conf/setenv
    
    You can then start building using the bitbake command.  You will likely want
    to set the MACHINE option if you have not done so in your local.conf file.
    
    For example:
        MACHINE=xxxxx bitbake <target>
    
    Common targets are:
    From oe-core:
        core-image-minimal:  A small image just capable of allowing a device to boot.
        core-image-ptest-fast: No Summary available
        core-image-ptest-all: No Summary available
        build-appliance-image_15.0.0:  An image containing the build system itself
        core-image-tiny-initramfs: No Summary available
        core-image-minimal-mtdutils: No Summary available
        core-image-minimal-dev: No Summary available
        core-image-base:  A console-only image that fully supports the target device \
        core-image-minimal-initramfs: No Summary available
    From meta-processor-sdk:
    From meta-openembedded:
        meta-python-image-base:  meta-python build test image
        meta-python-image:  meta-python build test image
        meta-python-ptest-image:  meta-python ptest test image
        core-image-minimal-xfce: No Summary available
        meta-webserver-image-base:  meta-webserver build test image
        meta-webserver-image: No Summary available
        meta-networking-image: No Summary available
        meta-networking-image-base:  meta-networking build test image
        meta-oe-ptest-image:  meta-oe ptest test image
        meta-oe-image-base:  meta-oe build test image
        meta-oe-image:  meta-oe build test image
        initramfs-kexecboot-klibc-image:  Initramfs image for kexecboot kernel (klibc-static binaries)
        initramfs-kexecboot-image:  Initramfs image for kexecboot kernel
        initramfs-debug-image: No Summary available
        meta-initramfs-image:  meta-initramfs build test image
    From meta-edgeai:
        tisdk-edgeai-image: No Summary available
    From meta-arago[recommended]:
        tisdk-bootstrap-base-image:  Arago TI SDK bootstrap base image for initramfs
        tisdk-tiny-image:  Arago TI SDK super minimal base image for initramfs
        tisdk-jailhouse-image: No Summary available
        tisdk-bootstrap-image:  Arago TI SDK bootstrap image usable for board bringup
        tisdk-core-bundle:  Installer package for TI SDK - NOT for direct use on target
        tisdk-thinlinux-image:  Arago TI SDK Thin Linux image
        tisdk-default-image:  Arago TI SDK full filesystem image
        tisdk-base-image:  Arago TI SDK base image with test tools
    tony@linux-desktop:~/tisdk_am62_90$ 

  • Hi Tony,

    Andreas is out of office today. Please expect delayed response.

    By the way, when you attach a long log, please save it to a file and attach the file, or use the manual below 'Insert->Code' to embed the long log to the code block. This would make the thread shorter and easy to review.

  • I can bitbike from home internet without proxy.

    Now the remain question is how to remove edgai.

  • Hi Tony,

    I just removed the `meta-edgeai` layer from bblayers.conf, and was able to do a `MACHINE=am62xx-evm bitbake -k tisdk-default-image` build without issues. I need to look more closely if this actually removed anything / reduced the image size.

    Is there any reason you are trying to build `tisdk-core-bundle`? This is usually only needed for packaging an entire SDK (like we do at TI), not for any actual development work.

    Regards, Andreas