-
bitbake/yocto are a cross-build system for making OS images for embedded projects. I'm trying to build a yocto image that includes PyNaCl as a dependency. There are a *lot* of other packages in the …
-
Configured UART functionality in user space as well as on yocto and verified on Raspberry Pi 3B.
DoD: Configured UART successfully on yocto and added the correct enable in the layer.
- Successful ve…
-
Hello, looks like the upstream bitbake fork is having more development than this one...
https://git.yoctoproject.org/poky/log/bitbake/contrib/vim
https://git.yoctoproject.org/poky/commit/bitbake…
-
Bitbake-el requires the non-standard package dash, but only for one call to -distinct in bitbake-add-path.
The -distinct is only to check for duplicate paths in the users PATH variable. There is an…
-
bitbake -f -c clean st-image-userfs
bitbake -f -c configure st-image-userfs
bitbake -f -c compile st-image-userfs
bitbake -f -c install st-image-userfs
-
I'm running into an issues where if I `rm -rf build/tmp` and then restart a build, I get:
```
[cbrake@ceres yoe-clean-test]$ bitbake yoe-simple-image
usermod: no changes
Setting PROJECT=rpi4-64
…
-
Hi,
We tried to build cargo-bitbake as part of yocto.
Yocto is upgraded to openssl-3.0 so cargo-bitbake recipe fails while building openssl-sys v0.9.54 which is dependent for carg-bitbake.
Re…
-
After doing "bitbake meta-toolchain-qt5", then starting again fresh except with a different MACHINE when running setup_environment, "bitbake meta-toolchain-qt5" will fail with stuff like
ERROR: me…
-
**Describe the bug**
When trying to follow ```Testing in docker``` from the [contribution guidelines](https://github.com/priv-kweihmann/meta-rubygems/blob/master/scripts/README.md), after running ```…
-
As in the title - running `cargo-bitbake` modifies my `Cargo.lock`, and removes a dependency (`valuable-derive`).
The issue seems to revolve around honoring the dependency chain `tracing-core`->`va…