Re: [yocto] rdepends upon non-existent task do_package_write_deb

2025-02-19 Thread Martin Jansa via lists.yoctoproject.org
-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.

[yocto] rdepends upon non-existent task do_package_write_deb

2025-02-19 Thread rajesh.d via lists.yoctoproject.org
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