Go to file
Romain Naour 7ece80d8be package/systemd: fix update-done service for read-only filesystem
Backport an upstream patch to fix a regresion introduced in
246.5 by [1].

[1] 8019995e9a

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/830981805

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 8d5076fdba)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-11-14 12:20:44 +01:00
arch
board
boot boot/barebox: fix target bareboxenv command compile 2020-10-10 21:50:54 +02:00
configs
docs docs/manual: Add section about contributing to maintenance branches 2020-09-15 19:46:39 +02:00
fs fs/jffs2: copy xattrs 2020-10-10 22:52:39 +02:00
linux linux: bump CIP RT kernel to version 4.19.152-cip37-rt16 2020-11-14 08:59:54 +01:00
package package/systemd: fix update-done service for read-only filesystem 2020-11-14 12:20:44 +01:00
support support/testing/test_syslinux: add missing Kconfig symbol 2020-11-14 12:18:58 +01:00
system
toolchain toolchain/toolchain-wrapper: disable -ftree-loop-distribute-patterns when building for microblaze with gcc >= 10 2020-10-29 23:25:15 +01:00
utils
.defconfig
.flake8
.gitignore
.gitlab-ci.yml gitlab-ci: update the image version 2020-08-15 09:47:00 +02:00
CHANGES Update for 2020.08.1 2020-10-12 14:55:06 +02:00
Config.in
Config.in.legacy toolchain/toolchain-external/toolchain-external-codesourcery-amd64: remove package 2020-08-24 23:35:19 +02:00
COPYING
DEVELOPERS DEVELOPERS: remove myself for wf111 2020-11-13 23:38:00 +01:00
Makefile Update for 2020.08.1 2020-10-12 14:55:06 +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 Freenode IRC.

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