Networkmanager is our first choice for all images. If it sets up a hotspot it
starts dnsmasq and configures it. This breaks if dnsmasq is running as service
and set-up by (default-) configuration:
| dnsmasq-dhcp[361]: no address range available for DHCP request via wlan0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Maybe I missed something:
* Although disabled by default it is started automatically
* A passwordless root account reached by two keys - NOT ACCECTABLE!!!
* Weston ships sessions that are the preferred way to start weston as
unpriviledged user
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Cellular phones are not our target these days and we don't want to start ofonod
on every boot. ofonod fails at least on raspi for missing battery and causes an
additional start of systemd-timesyncd and by this delaying our boot.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
should have done this much earlier:
* Don't ruin sd-cards on machines running 24/7
* On Raspi4 it buys us boot time reduced by ~2s
* Was never happy about the misleading entries in journal from boots long ago
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* systemd-timesyncd is good enough for us
* seems ntp breaks switching off and on network sync. Once performed, time is
never synchronized again
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* remove pulseaudio: For unknown reasons adding fluidsynth based plugins to DAW
session starts pulseaudio server
* add readline: Having history in console makes performance tests much easier
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
First results from scratch showed that previous commit did not work and set
copy_to_target_sysroot at a very early position beginning.
With default PACKAGE_CLASSES = "package_ipk" (no package_deb / package_rpm)
task order looks as expected without bb.utils.contains-dance
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Task copy_to_target_sysroot creates hardlinks and can run in parallell to e.g
package_ipk which causes sporadic failures as:
| Subprocess output:tar: ./usr/bin/.debug/guitarix: file changed as we read it
| ERROR: Logfile of failure stored in: <...>/temp/log.do_package_write_ipk.25489
There is not much we can do about host's tar
(see https://lists.gnu.org/archive/html/bug-tar/2007-08/msg00013.html) so
ensure copy_to_target_sysroot does not run parallel to package_deb /
package_ipk / package_rpm (depending on what PACKAGE_CLASSES sets).
Fixes [1]
[1] https://github.com/schnitzeltony/meta-mortsgna/issues/12
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Am sure I missed something but it it is still the tool of my choice to set up
audio on fresh images and set volume
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>