-
# Problem
The builds are too slow, which is painful for local development and makes the project fail to build on TravisCI.
I got this idea from #2, you can see the discussion there for more backg…
-
Since optee is all about security, it would make sense to provide a build option to lock the demo buildroot examples down using selinux. This would serve two purposes - provide a reference to a basic…
-
Hey @dunkelstern, great project fist of all! It's exactly what I was looking for as we want to throw one of the raspi zeros into the water to hunt some cray fish ;)
I went through the code and wante…
-
#我怎么处理这种错误?
/usr/bin/make -j1 O=/buildroot/output HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" silentoldconfig
BR2_DEFCONFIG='' KCONFIG_AUTOCONFIG=/buildroot/output/build/buildroot-config/auto.conf …
-
Hello
I am running into issues building v0.34 firmware for the E200 AntSDR. I am using Ubuntu version 22.04 and Vivado 2019.1. Any help is greatly appreciated.
The error I am experiencing is as …
-
The buildscript fails almost immediately after running `setenv.sh`:
```
make[1]: Entering directory '/srv/buildroot/support/kconfig'
/usr/bin/gcc -DCURSES_LOC="" -DLOCALE -I/srv/output/mesong12…
-
for some reason there is something unique about`host-zstd` that causes pbuilder to direct buildroot to put derived objects of this pkg (only) in the root`build` directory instead of `build/host-zstd-1…
-
1. On the mstar621q platform, complete the cross-compilation of wolfssl5.6.3. The configure execution command is as follows:
step1:
./configure --prefix=/home/lishiyong/wolfssl-5.6.3/arm-buildroot…
-
### Short description of the problem
Mock nowadays prepares a buildroot environment and then calls `rpmbuild` inside this environment. It would be useful if we could separate these two steps and us…
-
Hello,
I am trying to build a Buildroot minimal system for Cage. Based on [https://github.com/Hjdskes/buildroot](https://github.com/Hjdskes/buildroot) I created a recipe to test this system on Qemu…