On Fri, Jul 29, 2022 at 2:36 AM <[email protected]> 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 . > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#57691): https://lists.yoctoproject.org/g/yocto/message/57691 Mute This Topic: https://lists.yoctoproject.org/mt/92685903/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
