-
Looks like something is wrong with latest release.
Building `asciidoc` as rpm package I found that some resources are missing
```console
RPM build errors:
Downloading https://github.com/asciid…
-
Hi,
For some background: I've been trying to cross-compile a program that uses capnproto with Buildroot, but this fails with the following error:
```bash
$HOME/buildroot-builddir/host/aarch64-b…
vogr updated
9 months ago
-
**Problem**
When using make -j17 the build fails. We have to force make -j1 in order for the build to succeed.
The libtrustx library should be built before all the other objects.
**Prerequisites…
-
```
[user@untrusted qubes-video-companion]$ DEBUG=1 ./build/create-rpm.sh
+ set -E
+ trap exit ERR
+ '[' '' == dom0 ']'
+++ readlink -f ./build/create-rpm.sh
++ dirname /tmp/qubes-video-compani…
-
I am packaging orderly-set on Fedora, [see review here](https://bugzilla.redhat.com/show_bug.cgi?id=2309681).
Unfortunately, the tests are failing to run with `setup.py`:
```
Mock Version: 5.6
E…
-
-
Hi, I want to compile grpc-c for the embedded system using [bulldroot](https://buildroot.org/), could you tell me how this can be done?
Usually it's enough just to specify `arm-buildroot-linux-gnue…
-
Amlogic realese new mali drivers in buildroot
http://openlinux.amlogic.com:8000/download/ARM/filesystem/arm-buildroot-2014-03-13-214bab3884.tar.gz
in
package/opengl/src/lib
And ARM release Mali T6xx …
-
We have the unfortunate scenario where we need to use the Jenkins matrix builder along with some label expressions. Long story short, we end up with workspace directory names that have `&&` in them :s…
drewr updated
8 years ago
-
I keep mine adjacent to the project dir, but that may not work for everyone. Buildroot default is to put it in your home directory.
Can it go in the project directory, e.g. `$(BR2_EXTERNAL)/ccache/`…