-native suffix indicates that it inherits native which builds native
tools used on your host OS, not packages installed to target images,
so it cannot be used in IMAGE_INSTALL. If you really need bazel to be
installed in your target images, then you need to create a recipe for
target bazel first.
Hi ,
I am trying to include bazel-native 5.1.1 package into my yocto (kirkstone)
when i build this bazel-native using command (bitbake basel-native) it compiled
successfully, but when i tried to include the same bazel-native in my
local.conf as IMAGE_INSTALL:append = " bazel-native" and tried