Re: [yocto] bazel build system
Ross Burton <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <[email protected]> |
On 8 Oct 2025, at 10:54, Vikas Warbhe, Amit via lists.yoctoproject.org <[email protected]> wrote: > I want to use bazel build system and want to build an fsl-auto image for s32g3 which uses arm architecture. > > So, I would need to add bazel-native as my meta-layer for this, right? > > Can you please redirect me to bazel-native repo link that I can use and the branch. Personally, I’d recommend not using bazel: it doesn’t play very nicely with other build systems such as Yocto. There’s a bazel-native recipe in the layer index (https://layers.openembedded.org/layerindex/branch/master/recipes/) although I cannot comment on how well it works. Ross