Go to file
James Hilliard 6d67793128 package/weston: select the seatd daemon
When we updated weston to version 12.0.1 the only supported launcher
was the libseat based launcher.

For this launcher to function correctly when used with weston we also
need to enable the seatd daemon.

Fixes:
[libseat/backend/logind.c:660] Could not get primary session for user: No data available
[libseat/libseat.c:76] Backend 'logind' failed to open seat, skipping
[libseat/libseat.c:79] No backend was able to open a seat
libseat: could not open seat

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-07-27 23:16:42 +02:00
arch arch/Config.in.x86: drop AVX512 from alderlake 2023-07-27 23:13:36 +02:00
board configs/rock5b: new defconfig 2023-07-26 23:25:08 +02:00
boot boot/uboot: Add support for Rockchip binary blobs 2023-07-26 23:25:05 +02:00
configs configs/rock5b: new defconfig 2023-07-26 23:25:08 +02:00
docs
fs
linux {linux, linux-headers}: security bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 4}.x series 2023-07-25 23:32:42 +02:00
package package/weston: select the seatd daemon 2023-07-27 23:16:42 +02:00
support support/testing: add test for python-pysmb 2023-07-23 16:42:06 +02:00
system
toolchain toolchain/helper: check_fortran: silence error message 2023-07-25 23:03:33 +02:00
utils
.checkpackageignore package/make: bump version to 4.4.1 2023-07-27 23:15:16 +02:00
.clang-format
.defconfig
.flake8
.gitignore
.gitlab-ci.yml
.shellcheckrc
CHANGES
Config.in
Config.in.legacy
COPYING
DEVELOPERS configs/rock5b: new defconfig 2023-07-26 23:25:08 +02:00
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 OFTC IRC.

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