Go to file
Fabrice Fontaine 6619e62ce5 package/glog: fix build without threads
Fix the following build failure without threads raised since bump to
version 0.6.0 in commit 017dbc770c and
4a4331f2f2:

CMake Error at /home/giuliobenetti/autobuild/run/instance-1/output-1/build/glog-0.6.0/CMakeFiles/CMakeTmp/CMakeLists.txt:18 (add_executable):
  Target "cmTC_ed950" links to target "Threads::Threads" but the target was
  not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?

Fixes:
 - http://autobuild.buildroot.org/results/bf0846a51da69169286c7af38089d204d3d242d1

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-08-11 22:59:43 +02:00
arch
board board/riscv/nommu: bump kernel version and drop no longer needed patch 2022-08-11 22:42:26 +02:00
boot boot/grub2: fix build race condition 2022-08-06 11:05:12 +02:00
configs board/riscv/nommu: bump kernel version and drop no longer needed patch 2022-08-11 22:42:26 +02:00
docs
fs
linux
package package/glog: fix build without threads 2022-08-11 22:59:43 +02:00
support support/testing: octave: increase test timeout 2022-08-08 23:07:23 +02:00
system
toolchain toolchain/Config.in: update gcc bug 101915 comment 2022-08-07 14:56:58 +02:00
utils utils/genrandconfig: fix indentation 2022-08-09 13:32:24 +02:00
.clang-format
.defconfig
.flake8
.gitignore
.gitlab-ci.yml
.shellcheckrc
CHANGES CHANGES: prepare for 2022.08-rc1 2022-08-11 22:18:30 +02:00
Config.in
Config.in.legacy
COPYING
DEVELOPERS package/python-qrcode: new package 2022-08-08 22:24:45 +02:00
Makefile Makefile: enhance reporting error about empty VARS 2022-08-04 23:05:01 +02:00
Makefile.legacy
README

Buildroot is a simple, efficient and easy-to-use tool to generate embedded
Linux systems through cross-compilation.

The documentation can be found in docs/manual. You can generate a text
document with 'make manual-text' and read output/docs/manual/manual.text.
Online documentation can be found at http://buildroot.org/docs.html

To build and use the buildroot stuff, do the following:

1) run 'make menuconfig'
2) select the target architecture and the packages you wish to compile
3) run 'make'
4) wait while it compiles
5) find the kernel, bootloader, root filesystem, etc. in output/images

You do not need to be root to build or run buildroot.  Have fun!

Buildroot comes with a basic configuration for a number of boards. Run
'make list-defconfigs' to view the list of provided configurations.

Please feed suggestions, bug reports, insults, and bribes back to the
buildroot mailing list: buildroot@buildroot.org
You can also find us on #buildroot on OFTC IRC.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches