1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-13 09:27:30 +01:00
Commit Graph

1892 Commits

Author SHA1 Message Date
j1nx
b194418adc [ALL] Small logging changes to mycroft.conf 2023-09-16 08:08:19 +00:00
j1nx
ac016b4808 [ALL] Re-insert command into welcome message 2023-09-16 08:07:39 +00:00
j1nx
a5f886542f [ALL] Mount log folder into ovos_cli container 2023-09-16 08:07:01 +00:00
j1nx
0fa45696b2 [ALL] Remove alert skill (for now) 2023-09-14 06:31:01 +00:00
j1nx
5c43befc3e [ALL] Small fixes to the update mechnism 2023-09-14 06:29:39 +00:00
j1nx
4280abe4d6 [ALL] Re-enable ccache to speed up consecutive builds 2023-09-13 11:49:11 +00:00
j1nx
aca6bbdcf3 Merge branch 'develop' of github.com:OpenVoiceOS/ovos-buildroot into develop 2023-09-13 07:29:41 +00:00
j1nx
c9d43b121c [RPI] Bump rpi-firmware 2023-09-13 07:28:53 +00:00
j1nx
cde9489876 [ALL] Bump kernel to 6.1.52 2023-09-13 06:08:08 +00:00
j1nx
487ce0908b [ALL] Bump buildroot (again) 2023-09-13 06:06:30 +00:00
j1nx
7bb8dcba6e [ALL] Bump buildroot 2023-09-11 12:08:48 +00:00
j1nx
0035e2ffbf [ALL] Sound / listener changes within mycroft.conf 2023-09-06 11:19:33 +00:00
j1nx
e8826622d0 [ALL] Fix linger for the ovos user 2023-09-05 10:41:20 +00:00
j1nx
e90da41e23 [ALL] Updates on default mycroft configuration 2023-09-05 10:40:45 +00:00
j1nx
17d2087d81 [ALL] Initial start on including default skills.list 2023-09-04 12:00:14 +00:00
j1nx
7e70eb7ea1 [ALL] Add quadlet container files for the GUI.
gui_websocket will be launched however the GUI itself not yet by default.
2023-09-04 11:58:31 +00:00
j1nx
0d62e412fb [ALL] Start adding and passing on shipped mycroft.conf 2023-09-02 12:00:27 +00:00
j1nx
bf8b3d5c0e [ALL] Switch mycroft tmp mount to real /dev/shm tempfs which is actually what shm is made for. 2023-09-02 11:58:28 +00:00
j1nx
fcda92f20b [ALL] Switch from syslogd to rsyslogd.
This to be able to also pipe logs to the legacy log path of mycroft.
2023-09-02 11:56:57 +00:00
j1nx
e663240d23 [ALL] The big cleanup to change mycroft into ovos 2023-08-31 19:03:59 +00:00
j1nx
1bc5fe7ea5 [ALL] Pass the pipewire sockets into the containers instead of pulseaudio 2023-08-31 13:33:35 +00:00
j1nx
521897077b [ALL] Addition of combined sound output sink for pipewire 2023-08-31 11:54:36 +00:00
j1nx
b0db7be3ef [ALL] Remove old pulseaudio configuration files
to be replaced with pipewire/wireplumber files
2023-08-31 11:53:59 +00:00
j1nx
2eac7d5ceb [ALL] Switch back to using fuse-overlay storage driver
and a small fix for ovos_cli service.
2023-08-31 07:42:39 +00:00
j1nx
bf166be419 [ALL] Podman quadlets fixes and changes. 2023-08-30 18:49:54 +00:00
j1nx
37e6f47bf7 [ALL] Implement podman quadlet system for rootless systemd integration (untested)
Place these file like here within;

  /etc/containers/systemd/users/

for them to be available for all system users or place them within;

  /etc/containers/systemd/users/<UUID>
  ~/.config/containers/systemd/

for them to be available for that specific user.

The systemd service files can then be automagically be created by the command;

  $ systemctl --user daemon-reload

After which they can be started/enabled normally with;

  $ systemctl --user start ovos_messagebus
  $ systemctl --user start ovos_phal
  etc.
2023-08-30 11:50:40 +00:00
j1nx
502324992e [ALL] Use native overlay kernel driver instead of fuse-overlay for podman 2023-08-30 11:49:52 +00:00
j1nx
2da4d68301 [ALL] Kernel changes for podman (include optional) 2023-08-30 11:49:04 +00:00
j1nx
4c443d1d96 [OVA] Bump kernel to 6.1.47 in line with RPI4 2023-08-28 13:49:16 +00:00
j1nx
72646f05b3 [ALL] Me stupid! Place the pipewire config files in the right directory 2023-08-28 07:29:36 +00:00
j1nx
a99dccaab0 [ALL] Start working on pipewire configuration by starting with default config files. 2023-08-27 17:18:10 +00:00
j1nx
e939e08459 [RPI] Create link to overlays directory for dtoverlay to work. 2023-08-27 09:08:30 +00:00
j1nx
8b15f2ac9c [RPI] Bump kernel and firmware to 6.1.47
Also include a kernel patch to speed up mmc driver.
2023-08-27 09:06:29 +00:00
j1nx
95a2f2e350 First pass on documentation changes within README 2023-08-26 18:47:43 +00:00
j1nx
cf6c4c7020 [RPI] Enable rpi-eeprom auto update and fixes for the sound system 2023-08-26 18:36:44 +00:00
j1nx
1df2222ab7 [All] Bump Podman to 4.6.1 and Pipewire to 0.3.78
Also diable alsa-plugins as we do not need the alsa-pulse anymore
alsa-pipewire is installed by pipewire package itself.
2023-08-26 09:15:23 +00:00
j1nx
8c4c7a3241 Merge branch 'develop' of github.com:OpenVoiceOS/ovos-buildroot into develop 2023-08-25 15:01:51 +00:00
j1nx
507d2630e5 [Rpi4] Fix kernel boot grub command 2023-08-25 15:01:20 +00:00
j1nx
4c8fd8fab0 [All] Changes to the overlay system to get rootless podman to work 2023-08-25 14:59:36 +00:00
j1nx
815384911d [All] Changes to core system binaries 2023-08-23 10:16:09 +00:00
j1nx
fad2856f2a [All] Sound additions and changes 2023-08-23 07:58:40 +00:00
j1nx
2c82ed2250 [All] Additions for dockerized system 2023-08-22 13:25:31 +00:00
j1nx
ab4e40920c [ALL] Start working on podman, crun, conman architecture 2023-08-21 12:34:52 +00:00
j1nx
be589cb5a6 [OVA] Fix boot offset 2023-08-21 09:35:07 +00:00
j1nx
445558b1cc Enable podman 2023-08-21 08:37:15 +00:00
j1nx
15972e5e73 More work and get rpi4 inline 2023-08-21 08:05:43 +00:00
j1nx
62e3a7f87a Bump buildroot to latest 2023.02.3 2023-08-08 19:12:19 +00:00
j1nx
a9dc12239f WIP push for backup (Sorry for the mess) 2023-08-08 13:08:11 +00:00
j1nx
c6460b9307 [WIP] Pushed for backup.
... Do not build this as of yet ...
2023-06-01 15:16:04 +02:00
j1nx
5c7af8b058 Bump ovos-config 2023-05-22 17:25:17 +02:00