I am trying to use the yocto-build to generate the Linux SDK for J721E, but seeing below errors.
I have done the following-
1. Download and install ti-processor-sdk-linux-j7-evm-08_04_00_11-Linux-x86-Install.bin
2. Download and extract the gcc toolchain from https://developer.arm.com/-/media/Files/downloads/gnu-a/9.2-2019.12/binrel/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu.tar.xz
3. Ran setup.sh from the sdk_install_dir
4. host# export PATH="<SDK INSTALL DIR>/linux-devkit/sysroots/x86_64-arago-linux/usr/bin:$PATH"
5.
$ sudo apt-get install build-essential autoconf \
automake bison \
flex libssl-dev bc u-boot-tools \
python diffstat \
texinfo gawk chrpath dos2unix \
wget unzip socat doxygen libc6:i386 \
libncurses5:i386 libstdc++6:i386 \
libz1:i386 g++-multilib \
git python3-distutils python3-apt
cd yocto-build
./oe-layertool-setup.sh -f configs/processor-sdk-linux/processor-sdk-linux-<version>.txt
cd build
echo "INHERIT += \"own-mirrors\"" >> conf/local.conf
echo "SOURCE_MIRROR_URL = \"https://software-dl.ti.com/processor-sdk-mirror/sources/\"" >> conf/local.conf
echo "ARAGO_BRAND = \"psdkla\"" >> conf/local.conf
echo "DISTRO_FEATURES_append = \" virtualization\"" >> conf/local.conf
. conf/setenv
TOOLCHAIN_BASE=$HOME MACHINE=j7-evm bitbake -k tisdk-default-image
Because when I try it, I am seeing another error where the bitbake tries to look for gcc-arm-ti.2020.xx
Below is the error-
user:~/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/build$ TOOLCHAIN_BASE=$HOME MACHINE=j7-evm bitbake -k tisdk-default-image
WARNING: Layer meta-psdkla should set LAYERSERIES_COMPAT_meta-psdkla in its conf/layer.conf file to list the core layer names it is compatible with.
WARNING: Layer meta-psdkla should set LAYERSERIES_COMPAT_meta-psdkla in its conf/layer.conf file to list the core layer names it is compatible with.
WARNING: Layer meta-psdkla should set LAYERSERIES_COMPAT_meta-psdkla in its conf/layer.conf file to list the core layer names it is compatible with.
WARNING: Layer meta-psdkla should set LAYERSERIES_COMPAT_meta-psdkla in its conf/layer.conf file to list the core layer names it is compatible with.
Loading cache: 100% |#############################################################################################################################################################################| Time: 0:00:01
Loaded 8774 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES '${VIRTUAL-RUNTIME_initramfs}' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/images/tisdk-default-image.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target '${VIRTUAL-RUNTIME_initramfs}' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['${VIRTUAL-RUNTIME_initramfs}']
ERROR: Nothing RPROVIDES 'tisdk-default-image'
No eligible RPROVIDERs exist for 'tisdk-default-image'
NOTE: Runtime target 'tisdk-default-image' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['tisdk-default-image']
ERROR: Nothing RPROVIDES 'ti-img-rogue-umlibs-dev' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'ti-img-rogue-umlibs-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['ti-img-rogue-umlibs-dev']
NOTE: Runtime target 'packagegroup-arago-base' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-arago-base', 'ti-img-rogue-umlibs-dev']
ERROR: Nothing RPROVIDES 'python3-opencv' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python3-opencv' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-opencv']
ERROR: Nothing RPROVIDES 'netperf' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb RDEPENDS on or otherwise requires it)
netperf was skipped: because it has a restricted license 'non-commercial'. Which is not whitelisted in LICENSE_FLAGS_WHITELIST
netperf was skipped: because it has a restricted license 'non-commercial'. Which is not whitelisted in LICENSE_FLAGS_WHITELIST
NOTE: Runtime target 'netperf' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['netperf']
NOTE: Runtime target 'packagegroup-arago-base-tisdk' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-arago-base-tisdk', 'netperf']
ERROR: Nothing RPROVIDES 'libegl' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'libegl' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['libegl']
NOTE: Runtime target 'packagegroup-arago-tisdk-graphics' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-arago-tisdk-graphics', 'libegl']
ERROR: Nothing RPROVIDES 'glmark2' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb RDEPENDS on or otherwise requires it)
glmark2 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
glmark2 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
NOTE: Runtime target 'glmark2' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['glmark2']
ERROR: Nothing RPROVIDES 'weston-dev' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'weston-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['weston-dev']
NOTE: Runtime target 'img-pvr-sdk' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['img-pvr-sdk']
ERROR: Nothing RPROVIDES 'mesa-dev' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'mesa-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['mesa-dev']
ERROR: Nothing RPROVIDES 'qt4-embedded-examples' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'qt4-embedded-examples' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qt4-embedded-examples']
NOTE: Runtime target 'packagegroup-arago-tisdk-qte' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-arago-tisdk-qte', 'qt4-embedded-examples']
ERROR: Nothing RPROVIDES 'qt4-embedded-demos' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'qt4-embedded-demos' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qt4-embedded-demos']
NOTE: Multiple providers are available for runtime wpa-supplicant (wpa-supplicant, wpa-supplicant-wl18xx)
Consider defining a PREFERRED_RPROVIDER entry to match wpa-supplicant
ERROR: Nothing RPROVIDES 'opencv' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb RDEPENDS on or otherwise requires it)
opencv was skipped: missing required distro feature 'opencv' (not in DISTRO_FEATURES)
opencv was skipped: missing required distro feature 'opencv' (not in DISTRO_FEATURES)
NOTE: Runtime target 'opencv' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['opencv']
NOTE: Runtime target 'packagegroup-arago-tisdk-addons' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-arago-tisdk-addons', 'opencv']
NOTE: Runtime target 'packagegroup-arago-tisdk-addons-extra' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-arago-tisdk-addons-extra', 'opencv']
ERROR: Nothing RPROVIDES 'opencv-dev' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'opencv-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['opencv-dev']
ERROR: Nothing RPROVIDES 'gstreamer1.0-libav-dev' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst-sdk-target.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'gstreamer1.0-libav-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gstreamer1.0-libav-dev']
NOTE: Runtime target 'packagegroup-arago-gst-sdk-target' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-arago-gst-sdk-target', 'gstreamer1.0-libav-dev']
ERROR: Nothing PROVIDES 'weston-init' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-psdkla/recipes-demos/oob-demo/oob-demo.bb DEPENDS on or otherwise requires it)
weston-init was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
weston-init was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
NOTE: Runtime target 'oob-demo' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['oob-demo', 'weston-init']
ERROR: Nothing PROVIDES 'faad2' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/oe-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.3.bb DEPENDS on or otherwise requires it)
faad2 was skipped: because it has a restricted license 'commercial'. Which is not whitelisted in LICENSE_FLAGS_WHITELIST
faad2 was skipped: because it has a restricted license 'commercial'. Which is not whitelisted in LICENSE_FLAGS_WHITELIST
NOTE: Runtime target 'gstreamer1.0-plugins-bad-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-bad-dev', 'faad2']
ERROR: Nothing RPROVIDES 'oob-demo-dev' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-psdkla/recipes-demos/oob-demo/oob-demo.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'oob-demo-dev'
NOTE: Runtime target 'oob-demo-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['oob-demo-dev']
ERROR: Nothing RPROVIDES 'weston-init' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-psdkla/recipes-demos/oob-demo/oob-demo.bb RDEPENDS on or otherwise requires it)
weston-init was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
weston-init was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
NOTE: Runtime target 'weston-init' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['weston-init']
ERROR: Nothing RPROVIDES 'qt4-embedded-plugin-phonon-backend-gstreamer' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'qt4-embedded-plugin-phonon-backend-gstreamer' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qt4-embedded-plugin-phonon-backend-gstreamer']
NOTE: Runtime target 'packagegroup-arago-qte' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-arago-qte', 'qt4-embedded-plugin-phonon-backend-gstreamer']
ERROR: Nothing RPROVIDES 'qt4-embedded' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'qt4-embedded' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qt4-embedded']
ERROR: Nothing RPROVIDES 'libqt-embeddeddeclarative4' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'libqt-embeddeddeclarative4' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['libqt-embeddeddeclarative4']
ERROR: Nothing RPROVIDES 'libqt-embeddedmultimedia4' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'libqt-embeddedmultimedia4' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['libqt-embeddedmultimedia4']
ERROR: Nothing RPROVIDES 'qt4-embedded-plugin-mousedriver-tslib' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'qt4-embedded-plugin-mousedriver-tslib' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qt4-embedded-plugin-mousedriver-tslib']
ERROR: Nothing RPROVIDES 'qt4-embedded-plugin-imageformat-jpeg' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'qt4-embedded-plugin-imageformat-jpeg' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qt4-embedded-plugin-imageformat-jpeg']
ERROR: Nothing RPROVIDES 'libqt-embeddedxmlpatterns4' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'libqt-embeddedxmlpatterns4' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['libqt-embeddedxmlpatterns4']
ERROR: Nothing RPROVIDES 'qt4-embedded-qml-plugins' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'qt4-embedded-qml-plugins' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qt4-embedded-qml-plugins']
ERROR: Nothing RPROVIDES 'qt4-embedded-plugin-imageformat-gif' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'qt4-embedded-plugin-imageformat-gif' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qt4-embedded-plugin-imageformat-gif']
ERROR: Nothing RPROVIDES 'qt4-embedded-plugin-gfxdriver-gfxtransformed' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'qt4-embedded-plugin-gfxdriver-gfxtransformed' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qt4-embedded-plugin-gfxdriver-gfxtransformed']
NOTE: Multiple providers are available for runtime wpa-supplicant-passphrase (wpa-supplicant, wpa-supplicant-wl18xx)
Consider defining a PREFERRED_RPROVIDER entry to match wpa-supplicant-passphrase
NOTE: Multiple providers are available for runtime wpa-supplicant-cli (wpa-supplicant, wpa-supplicant-wl18xx)
Consider defining a PREFERRED_RPROVIDER entry to match wpa-supplicant-cli
ERROR: Nothing RPROVIDES 'gstreamer1.0-plugins-bad' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb, /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/oe-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.3.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'gstreamer1.0-plugins-bad'
NOTE: Runtime target 'gstreamer1.0-plugins-bad' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-bad']
NOTE: Runtime target 'packagegroup-arago-gst' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-arago-gst', 'gstreamer1.0-plugins-bad']
NOTE: Runtime target 'packagegroup-arago-tisdk-multimedia' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-arago-tisdk-multimedia', 'packagegroup-arago-gst', 'gstreamer1.0-plugins-bad']
ERROR: Nothing RPROVIDES 'gstreamer1.0-plugins-bad-meta' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb, /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/oe-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.3.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'gstreamer1.0-plugins-bad-meta'
NOTE: Runtime target 'gstreamer1.0-plugins-bad-meta' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-bad-meta']
ERROR: Nothing RPROVIDES 'gstreamer1.0-libav' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb RDEPENDS on or otherwise requires it)
gstreamer1.0-libav was skipped: because it has a restricted license 'commercial'. Which is not whitelisted in LICENSE_FLAGS_WHITELIST
gstreamer1.0-libav was skipped: because it has a restricted license 'commercial'. Which is not whitelisted in LICENSE_FLAGS_WHITELIST
NOTE: Runtime target 'gstreamer1.0-libav' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gstreamer1.0-libav']
ERROR: Nothing PROVIDES 'virtual/egl' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/oe-core/meta/recipes-graphics/cairo/cairo_1.16.0.bb DEPENDS on or otherwise requires it)
ti-img-rogue-umlibs PROVIDES virtual/egl but was skipped: missing required machine feature 'gpu' (not in MACHINE_FEATURES)
ti-img-rogue-umlibs PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/egl set to mesa, not ti-img-rogue-umlibs
ti-sgx-ddk-um PROVIDES virtual/egl but was skipped: missing required machine feature 'gpu' (not in MACHINE_FEATURES)
ti-sgx-ddk-um PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/egl set to mesa, not ti-sgx-ddk-um
NOTE: Runtime target 'gtk+3' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gtk+3', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-arago-tisdk-gtk' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-arago-tisdk-gtk', 'gtk+3', 'cairo', 'virtual/egl']
NOTE: Runtime target 'gtk+3-demo' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gtk+3-demo', 'cairo', 'virtual/egl']
NOTE: Runtime target 'gtk+3-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gtk+3-dev', 'cairo', 'virtual/egl']
NOTE: Runtime target 'gstreamer1.0-plugins-good-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-good-dev', 'cairo', 'virtual/egl']
NOTE: Runtime target 'gstreamer1.0-plugins-good-meta' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-good-meta', 'cairo', 'virtual/egl']
NOTE: Runtime target 'gstreamer1.0-plugins-good' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-good', 'cairo', 'virtual/egl']
NOTE: Runtime target 'gstreamer1.0-rtsp-server' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gstreamer1.0-rtsp-server', 'gstreamer1.0-plugins-base', 'pango', 'cairo', 'virtual/egl']
NOTE: Runtime target 'gstreamer1.0-plugins-base-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-base-dev', 'pango', 'cairo', 'virtual/egl']
NOTE: Runtime target 'gstreamer1.0-plugins-base' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-base', 'pango', 'cairo', 'virtual/egl']
NOTE: Runtime target 'gstreamer1.0-plugins-base-meta' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-base-meta', 'pango', 'cairo', 'virtual/egl']
NOTE: Runtime target 'graphviz' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['graphviz', 'librsvg', 'pango', 'cairo', 'virtual/egl']
NOTE: Runtime target 'python3-pydot' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-pydot', 'graphviz', 'librsvg', 'pango', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-python3-jupyter' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-python3-jupyter', 'python3-pydot', 'graphviz', 'librsvg', 'pango', 'cairo', 'virtual/egl']
NOTE: Runtime target 'python3-pydot-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-pydot-dev', 'graphviz', 'librsvg', 'pango', 'cairo', 'virtual/egl']
NOTE: Runtime target 'librsvg-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['librsvg-dev', 'pango', 'cairo', 'virtual/egl']
NOTE: Runtime target 'librsvg' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['librsvg', 'pango', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pango' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pango', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pango-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pango-dev', 'cairo', 'virtual/egl']
NOTE: Runtime target 'python3-pygobject' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'strace' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['strace', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-arago-console' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-arago-console', 'strace', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-core-tools-debug' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-core-tools-debug', 'strace', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'strace-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['strace-dev', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'mpg123' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['mpg123', 'pulseaudio', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'mpg123-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['mpg123-dev', 'pulseaudio', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'alsa-plugins-pulseaudio-conf' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['alsa-plugins-pulseaudio-conf', 'pulseaudio', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-misc' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-misc', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'ti-test' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['ti-test', 'pulseaudio-misc', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-bluez5-device' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-bluez5-device', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-arago-tisdk-connectivity' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-arago-tisdk-connectivity', 'pulseaudio-module-bluez5-device', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-bluez5-discover' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-bluez5-discover', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-bluetooth-discover' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-bluetooth-discover', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-bluetooth-policy' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-bluetooth-policy', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-lib-bluez5-util' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-lib-bluez5-util', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-server' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-server', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-loopback' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-loopback', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-dev', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-card-restore' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-card-restore', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-switch-on-port-available' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-switch-on-port-available', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-cli-protocol-unix' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-cli-protocol-unix', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-x11-cork-request' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-x11-cork-request', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-null-sink' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-null-sink', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-alsa-sink' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-alsa-sink', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-position-event-sounds' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-position-event-sounds', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-x11-xsmp' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-x11-xsmp', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-udev-detect' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-udev-detect', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-intended-roles' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-intended-roles', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-device-restore' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-device-restore', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-alsa-source' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-alsa-source', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-rescue-streams' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-rescue-streams', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-always-sink' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-always-sink', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-stream-restore' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-stream-restore', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-suspend-on-idle' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-suspend-on-idle', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-x11-publish' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-x11-publish', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-filter-heuristics' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-filter-heuristics', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-console-kit' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-console-kit', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-alsa-card' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-alsa-card', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-native-protocol-unix' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-native-protocol-unix', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-role-cork' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-role-cork', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-detect' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-detect', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-augment-properties' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-augment-properties', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-filter-apply' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-filter-apply', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-default-device-restore' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-default-device-restore', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'pulseaudio-module-device-manager' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pulseaudio-module-device-manager', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'tcpdump' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['tcpdump', 'libpcap', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'tcpdump-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['tcpdump-dev', 'libpcap', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'ptpd' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['ptpd', 'libpcap', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'ptpd-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['ptpd-dev', 'libpcap', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'libpcap-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['libpcap-dev', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'libpcap' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['libpcap', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'ofono' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['ofono', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-base-zeroconf' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-base-zeroconf', 'ofono', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-base-pci' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-base-pci', 'ofono', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-base' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-base', 'ofono', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-distro-base' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-distro-base', 'ofono', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-base-nfs' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-base-nfs', 'ofono', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-base-ext2' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-base-ext2', 'ofono', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-base-nfc' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-base-nfc', 'ofono', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-base-usbhost' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-base-usbhost', 'ofono', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-base-3g' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-base-3g', 'ofono', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-base-vfat' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-base-vfat', 'ofono', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-base-ipv6' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-base-ipv6', 'ofono', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-base-alsa' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-base-alsa', 'ofono', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-base-apm' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-base-apm', 'ofono', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-machine-base' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-machine-base', 'ofono', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-base-bluetooth' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-base-bluetooth', 'ofono', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-base-usbgadget' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-base-usbgadget', 'ofono', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'packagegroup-base-wifi' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-base-wifi', 'ofono', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'ofono-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['ofono-dev', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'bluez5-testtools' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['bluez5-testtools', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'bluez5-noinst-tools' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['bluez5-noinst-tools', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'bluez5-obex' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['bluez5-obex', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'bluez5' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'neard' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['neard', 'bluez5', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'bluez5-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['bluez5-dev', 'python3-pygobject', 'cairo', 'virtual/egl']
NOTE: Runtime target 'cairo' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['cairo', 'virtual/egl']
NOTE: Runtime target 'cairo-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['cairo-dev', 'virtual/egl']
ERROR: Nothing PROVIDES 'virtual/libgles2' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/oe-core/meta/recipes-graphics/cairo/cairo_1.16.0.bb DEPENDS on or otherwise requires it)
ti-img-rogue-umlibs PROVIDES virtual/libgles2 but was skipped: missing required machine feature 'gpu' (not in MACHINE_FEATURES)
ti-img-rogue-umlibs PROVIDES virtual/libgles2 but was skipped: PREFERRED_PROVIDER_virtual/egl set to mesa, not ti-img-rogue-umlibs
ti-sgx-ddk-um PROVIDES virtual/libgles2 but was skipped: missing required machine feature 'gpu' (not in MACHINE_FEATURES)
ti-sgx-ddk-um PROVIDES virtual/libgles2 but was skipped: PREFERRED_PROVIDER_virtual/egl set to mesa, not ti-sgx-ddk-um
ERROR: Nothing RPROVIDES 'neard-dev' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/oe-core/meta/recipes-connectivity/neard/neard_0.16.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'neard-dev'
NOTE: Runtime target 'neard-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['neard-dev']
ERROR: Nothing RPROVIDES 'alsa-plugins' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/oe-core/meta/recipes-multimedia/alsa/alsa-plugins_1.2.1.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'alsa-plugins'
NOTE: Runtime target 'alsa-plugins' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['alsa-plugins']
ERROR: Nothing RPROVIDES 'libasound-module-pcm-pulse' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/oe-core/meta/recipes-multimedia/alsa/alsa-plugins_1.2.1.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'libasound-module-pcm-pulse'
NOTE: Runtime target 'libasound-module-pcm-pulse' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['libasound-module-pcm-pulse']
ERROR: Nothing RPROVIDES 'libasound-module-ctl-pulse' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/oe-core/meta/recipes-multimedia/alsa/alsa-plugins_1.2.1.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'libasound-module-ctl-pulse'
NOTE: Runtime target 'libasound-module-ctl-pulse' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['libasound-module-ctl-pulse']
ERROR: Nothing RPROVIDES 'alsa-plugins-dev' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/oe-core/meta/recipes-multimedia/alsa/alsa-plugins_1.2.1.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'alsa-plugins-dev'
NOTE: Runtime target 'alsa-plugins-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['alsa-plugins-dev']
ERROR: Nothing RPROVIDES 'libasound-module-conf-pulse' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/oe-core/meta/recipes-multimedia/alsa/alsa-plugins_1.2.1.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'libasound-module-conf-pulse'
NOTE: Runtime target 'libasound-module-conf-pulse' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['libasound-module-conf-pulse']
ERROR: Nothing RPROVIDES 'python3-pygobject-dev' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/oe-core/meta/recipes-devtools/python/python3-pygobject_3.34.0.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'python3-pygobject-dev'
NOTE: Runtime target 'python3-pygobject-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-pygobject-dev']
ERROR: Nothing RPROVIDES 'python3-pycairo' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/oe-core/meta/recipes-devtools/python/python3-pygobject_3.34.0.bb, /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/oe-core/meta/recipes-devtools/python/python3-pycairo_1.19.0.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'python3-pycairo'
NOTE: Runtime target 'python3-pycairo' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-pycairo']
ERROR: Nothing RPROVIDES 'gstreamer1.0-rtsp-server-meta' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/oe-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.3.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'gstreamer1.0-rtsp-server-meta'
NOTE: Runtime target 'gstreamer1.0-rtsp-server-meta' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gstreamer1.0-rtsp-server-meta']
ERROR: Nothing RPROVIDES 'gstreamer1.0-rtsp-server-dev' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/oe-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.3.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'gstreamer1.0-rtsp-server-dev'
NOTE: Runtime target 'gstreamer1.0-rtsp-server-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gstreamer1.0-rtsp-server-dev']
ERROR: Nothing RPROVIDES 'graphviz-dev' (but /home/user/ti-processor-sdk-linux-j7-evm-08_04_00_11/yocto-build/sources/meta-jupyter/recipes-python/graphviz_2.40.1.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'graphviz-dev'
NOTE: Runtime target 'graphviz-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['graphviz-dev']
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:
BB_VERSION = "1.46.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-18.04"
TARGET_SYS = "aarch64-oe-linux"
MACHINE = "j7-evm"
DISTRO = "nodistro"
DISTRO_VERSION = "nodistro.0"
TUNE_FEATURES = "aarch64"
TARGET_FPU = ""
meta-arago-distro
meta-arago-extras = "HEAD:28ab4e60678f0d54f552c3c7606ad76244dd0b5c"
meta-psdkla = "HEAD:53219eedfbf59b5ee44910d260215a9a0d876109"
meta-qt5 = "HEAD:5ef3a0ffd3324937252790266e2b2e64d33ef34f"
meta-virtualization = "HEAD:a63a54df3170fed387f810f23cdc2f483ad587df"
meta-networking
meta-python
meta-oe
meta-gnome
meta-filesystems = "HEAD:52cee67833d1975a5bd52e4556c4cd312425a017"
meta-ti = "HEAD:762f4908189fcd5f62cb259767768534264d7702"
meta-arm
meta-arm-toolchain = "HEAD:c4f04f3fb66f8f4365b08b553af8206372e90a63"
meta = "HEAD:3f40d5f095ceb099b604750db96058df00fcd49e"
meta-aws = "HEAD:a64c32254c3731e9b3c40231bd60d2b21efa0488"
meta-jupyter = "HEAD:82db248e2eca36e52cbeafe599b755dc87720383"
Build Configuration:
BB_VERSION = "1.46.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-18.04"
TARGET_SYS = "arm-oe-linux-gnueabi"
MACHINE = "j7-evm-k3r5"
DISTRO = "nodistro"
DISTRO_VERSION = "nodistro.0"
TUNE_FEATURES = "arm armv7a vfp thumb callconvention-hard"
TARGET_FPU = "hard"
meta-arago-distro
meta-arago-extras = "HEAD:28ab4e60678f0d54f552c3c7606ad76244dd0b5c"
meta-psdkla = "HEAD:53219eedfbf59b5ee44910d260215a9a0d876109"
meta-qt5 = "HEAD:5ef3a0ffd3324937252790266e2b2e64d33ef34f"
meta-virtualization = "HEAD:a63a54df3170fed387f810f23cdc2f483ad587df"
meta-networking
meta-python
meta-oe
meta-gnome
meta-filesystems = "HEAD:52cee67833d1975a5bd52e4556c4cd312425a017"
meta-ti = "HEAD:762f4908189fcd5f62cb259767768534264d7702"
meta-arm
meta-arm-toolchain = "HEAD:c4f04f3fb66f8f4365b08b553af8206372e90a63"
meta = "HEAD:3f40d5f095ceb099b604750db96058df00fcd49e"
meta-aws = "HEAD:a64c32254c3731e9b3c40231bd60d2b21efa0488"
meta-jupyter = "HEAD:82db248e2eca36e52cbeafe599b755dc87720383"
ERROR: All buildable tasks have been run but the build is incomplete (--continue mode). Errors for the tasks that failed will have been printed above. | ETA: 0:00:01
ERROR: Command execution failed: 1
Summary: There were 4 WARNING messages shown.
Summary: There were 46 ERROR messages shown, returning a non-zero exit code.