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