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$