Greetings ! I am trying to add go.opentelemetry.io-proto-otlp-native package in yocto (krikstone) .
When I give : bitbake go.opentelemetry.io-proto-otlp-native , it is successfully compiling . But when I trying to add in local.conf as IMAGE_INSTALL:append += "go.opentelemetry.io-proto-otlp-native" , it is giving the below error .
-------------------------------------------------
ERROR: Task do_populate_sdk in /home/user/yocto/imx_krikstone/sources/poky/meta/recipes-core/images/core-image-minimal.bb rdepends upon non-existent task do_package_write_deb in /home/user/yocto/imx_krikstone/sources/meta-sca/recipes-go/go.opentelemetry.io-proto-otlp-native_0.12.0.bb ERROR: Command execution failed: 1
-------------------------------------------------
Requesting you to help me out to solve this issue .