-
Using the ubuntu-16.04 image, I noticed that some (all?) wic commands fail because of the dependency on parted:
```
pokyuser@edc7b75281c4:/workdir/poky/build/tmp/deploy/images/intel-corei7-64$ wic l…
bjurr updated
2 years ago
-
I am trying to install streamlit (which requires pyarrow as dependency) through Yocto and Bitbake.
For Pyarrow installation, I am getting cython compilation errors
PFA the Pyarrow bitbake recipe a…
-
Hi.
For security reasons, we're using Docker in rootless mode. As opposed to default Docker mode, kas fails to do builds due to permission problems when creating the work tree dirs.
```
$ lsb_r…
-
**Description**
When you try to do image testing on poky master the `parselogs_rpi` test cannot be compiled. That prevents test execution even if the test is removed by `TEST_SUITES:remove:rpi = "p…
-
**Description**
The kernel modules will not working on MangoPi pro.
The lsmod for all modules will gives -2
**Steps to reproduce the issue:**
1. Local.conf
```
MACHINE = "mangopi-mq-pro"…
-
Yocto is a meta-distribution that you customize for your own (usually embedded) platform using layers containing recipes for libraries and tools. It's build-tool is called bitbake. Im running on the "…
-
Hi,
I am trying to write a Yocto/BitBake recipe which wraps WALinuxAgent. Therefore, I need to ensure that the build honours all paths and distro features of a cross-build, instead of querying nati…
-
Is there a method to build rust libraries and executables that aren't yet published to crates.io with Bitbake?
For example, the source tree could look like:
```
/code/
|-- some-rust-lib-a
|-- s…
-
## Version(s) of meta-rust
master
## Version(s) of poky and/or oe-core
dunfell
## Expected result
Should fetch and build a project with git dependency when the recipe is generated by `cargo b…
-
Running `bitbake gnss-sdr-dev-image` gives me the error
```
Collected errors:
* Solver encountered 1 problem(s):
* Problem 1/1:
* - nothing provides armadillo needed by packagegroup-gnss…