5bab28d836
Fixes incompatibility because of recent version bump to ell-0.28 ([1]): http://autobuild.buildroot.net/results/32899d7e1f7d5abc528e5627f8f66ae5c9733342 http://autobuild.buildroot.net/results/a0a4387e5319d792658f6d82a63fb17a06848d10 http://autobuild.buildroot.net/results/7d02c966518e44d798b83ac36b9083a8041b09ec http://autobuild.buildroot.net/results/f7b27ab243e6b35445d9cb28e4747514fa7d98d6 http://autobuild.buildroot.net/results/f5d71af640812a58374374e178cb7ff225e69c19 CC src/main.o src/main.c: In function 'request_name_callback': src/main.c:167:7: error: too few arguments to function 'l_dbus_object_manager_enable' if (!l_dbus_object_manager_enable(dbus)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /nvmedata/autobuild/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/ell/ell.h:55, from src/main.c:32: /nvmedata/autobuild/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/ell/dbus.h:245:6: note: declared here bool l_dbus_object_manager_enable(struct l_dbus *dbus, const char *root); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [1] https://git.buildroot.net/buildroot/commit/?id=faa592179d9fe46b97289bde5a1b0f0da6052b06 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> |
||
---|---|---|
arch | ||
board | ||
boot | ||
configs | ||
docs | ||
fs | ||
linux | ||
package | ||
support | ||
system | ||
toolchain | ||
utils | ||
.defconfig | ||
.flake8 | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitlab-ci.yml.in | ||
CHANGES | ||
Config.in | ||
Config.in.legacy | ||
COPYING | ||
DEVELOPERS | ||
Makefile | ||
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 Freenode IRC. If you would like to contribute patches, please read https://buildroot.org/manual.html#submitting-patches