Re: Re : rdepends upon non-existent task do_package_write_deb


Khem Raj
 

On Fri, Jul 29, 2022 at 2:36 AM <poornesh.g@...> wrote:

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 .
you don't add native packages to image, native packages are for
supporting cross builds of target packages to avoid build host
specific issues etc. If you want opentelemetry in your image you want
to do something like

MAGE_INSTALL:append = " go.opentelemetry.io-proto-otlp"


-------------------------------------------------

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 .

Thanks in advance .



Join {yocto@lists.yoctoproject.org to automatically receive all group messages.