Commit Graph

1818 Commits

Author SHA1 Message Date
j1nx 6978919f16 [ALL] Bump kernel to 6.1.61 2023-11-07 09:41:53 +00:00
j1nx f5154ef459 [RPI][WIP] Work on migrating the i2csound system towards pipewire 2023-11-04 12:57:26 +00:00
j1nx c34cec6ab2 [OVA] Enable virtual GPU for VirtualBox 2023-11-04 10:53:36 +00:00
j1nx 8c5e0a3652 [ALL] Changes for GUI podman quadlet 2023-11-04 10:52:58 +00:00
j1nx 62be539de1 [OVA] Bump kernel to 6.1.58 inline with raspberry pi. 2023-11-01 09:03:57 +00:00
j1nx 13dadc8944 Merge branch 'develop' of github.com:OpenVoiceOS/ovos-buildroot into develop 2023-11-01 08:11:13 +00:00
j1nx 78bf0140f9 [RPI3] Switch to hybrid partition table for Raspberry Pi3. 2023-11-01 08:09:06 +00:00
j1nx cd23256ce0 [RPI] Implement xvf3510 ALSA profiles for pipewire use. 2023-10-29 18:58:22 +00:00
j1nx b2548b9ec2 [RPI4] Downgrade UEFI to 1.33 to make it work with SJ-201 HAT's 2023-10-29 12:25:21 +00:00
j1nx 292e3b4ae8 [ALL] Changes to mycroft.conf for TTS and GUI 2023-10-29 12:24:49 +00:00
j1nx f5afcc2c2a [ALL] Bump buildroot + podman/crun [RPI] Update configs for it. 2023-10-28 14:31:43 +00:00
j1nx 61351a7150 [WIP] Initial work on pre-pulling containers at buildtime. 2023-10-21 10:33:28 +00:00
j1nx a3dac255fc [RPI] Implement respeaker also profiles for pipewire to use. 2023-10-01 15:44:09 +00:00
j1nx 1f37a5d29f [RPI3] Start of RaspberryPi3 support 2023-09-30 14:19:55 +00:00
j1nx 66213be52b [RPI] Disbale ACPI at boot 2023-09-16 11:49:38 +00:00
j1nx 55b013d017 [ALL] Wait for docker.io connectivity for quadlets 2023-09-16 11:48:45 +00:00
j1nx 0e12671c9d [ALL] Disable DNSSEC adn DNSoverTLS 2023-09-16 11:47:39 +00:00
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 cde9489876 [ALL] Bump kernel to 6.1.52 2023-09-13 06:08:08 +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 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 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
j1nx 4be2e18800 Bump ovos-plugin-manager 2023-05-22 17:21:52 +02:00
j1nx 7600b7278c Bump ovos-bus-client 2023-05-22 17:18:22 +02:00
j1nx 9dd524f051 Bump skill-ovos-date-time 2023-05-22 17:13:52 +02:00
j1nx 3f41e9671b Bump skill-ovos-weather 2023-05-22 17:10:25 +02:00
j1nx 7c9b48bdb3 Bump skill-ovos-wikipedia 2023-05-19 14:46:20 +02:00
j1nx 2c9867ff0a Bump ovos-workshop 2023-05-19 13:49:14 +02:00
j1nx 7d579ea47d Bump ovos-core 2023-05-19 13:44:32 +02:00
j1nx 1fe0520289 Bump ovos-classifiers 2023-05-19 13:41:01 +02:00
j1nx 877780bad6 Bump ovos-utils 2023-05-19 13:37:41 +02:00
j1nx 93ff99a03f Bump skill-ovos-date-time 2023-05-19 13:31:17 +02:00
j1nx 1a17618027 Bump skill-ovos-personal 2023-05-19 13:26:26 +02:00
j1nx 66ccd59b6d Bump skill-ovos-naptime 2023-05-19 11:08:23 +02:00
j1nx ecd10af58e Bump skill-ovos-stop 2023-05-19 11:04:59 +02:00
j1nx 7d2637210c Bump ovos-plugin-manager 2023-05-19 10:40:04 +02:00
j1nx 01c013b68e Bump ovos-config 2023-05-19 10:31:07 +02:00
j1nx d778c221a1 Bump ovos-listener 2023-05-19 10:24:11 +02:00
j1nx f1ac07cc25 Bump ovos-audio 2023-05-19 10:20:38 +02:00
j1nx 9a36c483c2 Bump ovos-bus-client 2023-05-19 10:16:34 +02:00
j1nx 1572d5f6fb Bump padacioso 2023-05-17 10:37:05 +02:00
j1nx 7ad4228920 Bump ovos-plugin-manager 2023-05-17 10:33:16 +02:00
j1nx d8f3fe9b28 Bump ovos-utils 2023-05-17 10:29:35 +02:00
j1nx e2064bb1ae Bump ovos-workshop 2023-05-17 10:26:43 +02:00
j1nx 47989717d7 Bump ovos-core 2023-05-17 10:26:27 +02:00
j1nx bb83433d01 Bump ovos-listener 2023-05-17 09:48:57 +02:00
j1nx 4987443134 Add ovos-phal-plugin-oauth 2023-05-17 09:47:55 +02:00
j1nx 79ce4e4619 Bump ovos-phal 2023-05-17 09:22:17 +02:00
j1nx 8ef0d4297b Bump skill-alerts 2023-05-17 09:21:52 +02:00
j1nx 768152d027 Add importlib-metadata and dependencies 2023-05-17 09:03:11 +02:00
j1nx 95e6e0d560 Add webcolors package 2023-05-16 21:24:21 +02:00
j1nx 16bf738e64 Add sqlalchemy-json 2023-05-14 16:00:04 +02:00
j1nx dd20136c7b Add rich-click and dependencies 2023-05-14 15:38:39 +02:00
j1nx f0a6da9f94 Add nltk package 2023-05-14 14:41:32 +02:00
j1nx 1999c7388a Add joblib package 2023-05-14 13:41:58 +02:00
j1nx e740cb159f Add nested-lookup package 2023-05-14 13:37:10 +02:00
j1nx 8f8b40d615 Add jaraco-collections and dependencies 2023-05-14 13:32:14 +02:00
j1nx 3da7116d76 Bump precise-lite-runner 2023-05-14 10:25:46 +02:00
j1nx d9659cad8b Bump padacioso 2023-05-14 10:21:02 +02:00
j1nx 319a5df797 Bump ovos-ww-plugin-vosk 2023-05-14 10:16:10 +02:00
j1nx 88459892c3 Bump ovos-vad-plugin-webrtcvad 2023-05-14 09:05:39 +02:00
j1nx e64231dbb5 Bump ovos-tts-server 2023-05-14 09:01:10 +02:00
j1nx 456bddb5b2 Enable loose requirements for mimic2&3 2023-05-11 14:52:29 +02:00
j1nx 5b31b2ad09 Bump ovos-stt-plugin-vosk 2023-05-10 17:17:13 +02:00
j1nx 646572e470 Bump ovos-stt-plugin-selene 2023-05-10 11:27:51 +02:00
j1nx 0d4a6c1166 Bump ovos-stt-http-server 2023-05-10 11:19:45 +02:00
j1nx cfd6a15d54 Bump ovos-skill-manager 2023-05-10 11:10:54 +02:00
j1nx 17fc161719 Bump ovos-phal 2023-05-09 20:33:16 +02:00
j1nx 8526e57d71 Bump ovos-phal-plugin-system 2023-05-09 20:25:22 +02:00
j1nx cc9a292ab7 Bump ovos-phal-plugin-network-manager 2023-05-09 20:25:00 +02:00
j1nx 36c330e344 Bump ovos-phal-plugin-ipgeo 2023-05-09 20:16:39 +02:00
j1nx 150954a4ff Bump ovos-phal-plugin-homeassistant 2023-05-09 20:00:59 +02:00
j1nx 79e3a265fa Bump ovos-phal-plugin-connectivity-events 2023-05-09 19:42:02 +02:00
j1nx 2a0cd67de9 Bump ovos-phal-plugin-configuration-provider 2023-05-09 19:38:29 +02:00
j1nx d3092e4287 Bump ovos-phal-plugin-balena-wifi 2023-05-09 19:34:59 +02:00
j1nx d3bc9fc538 Bump ovos-phal-plugin-alsa 2023-05-09 19:29:56 +02:00
j1nx 022e29faa7 Bump ovos-ocp-youtube-plugin 2023-05-09 19:25:06 +02:00
j1nx 82ec3c3a84 Bump ovos-ocp-rss-plugin 2023-05-09 19:24:46 +02:00
j1nx d7c44f15ca Bump ovos-ocp-news-plugin 2023-05-09 19:13:33 +02:00
j1nx 225c0ca649 Bump ovos-ocp-m3u-plugin 2023-05-09 19:10:46 +02:00
j1nx ad929ef425 Bump ovos-ocp-deezer-plugin 2023-05-09 19:07:08 +02:00
j1nx 6b55156405 Bump ovos-ocp-bandcamp-plugin 2023-05-08 14:36:31 +02:00
j1nx f126cd4b47 Bump ovos-personal-backend 2023-05-08 13:54:56 +02:00
j1nx c7524fb0c7 Bump ovos-cli-client (most likely the last time) 2023-05-07 20:18:36 +02:00
j1nx 5418f35bad Bump ovos-backend-manager 2023-05-07 20:12:42 +02:00
j1nx 9b621bbbda Bump ovos-backend-client 2023-05-07 20:08:55 +02:00
j1nx dcaf6f63e0 Update ova_64-base_defconfig to reflect latest additions 2023-05-07 20:04:16 +02:00
j1nx d1b60daa8e Bump ovos-phal-plugin-wifi-setup 2023-05-07 19:12:23 +02:00
j1nx 6425d56c71 Remove PR patch already merged 2023-05-07 19:11:55 +02:00
j1nx 418959b0fc Bump ovos-ocp-audio-plugin 2023-05-07 19:11:28 +02:00
j1nx e06ff91d91 Loosen pyee requirement of ovos-bus-client 2023-05-07 17:26:28 +02:00
j1nx 40d8d62c6e Bump combo-lock 2023-05-07 17:25:34 +02:00
j1nx 73c2051e92 Bump padacioso 2023-05-07 17:19:05 +02:00
j1nx c8ec03df12 Bump ovos-stt-plugin-server 2023-05-07 17:11:54 +02:00
j1nx 927cc56776 Bump ovos-ww-plugin-precise-lite 2023-05-07 16:32:53 +02:00
j1nx e853ddb943 Add pep517 patch for future change over to it 2023-05-07 16:25:28 +02:00
j1nx 7d27d02c42 Add forgotted hash 2023-05-07 15:38:05 +02:00
j1nx 266d7ae09c Bump ovos-ocp-files-plugin 2023-05-07 15:21:19 +02:00
j1nx 3d476a1130 Add pendulum package 2023-05-07 15:19:11 +02:00
j1nx f766471456 Loosen some requirements of tbm-utils 2023-05-07 14:24:14 +02:00
j1nx 76c4fef670 Loosen some requirements of audio-metadata 2023-05-07 14:14:37 +02:00
j1nx a6ce3ff7a4 Bump astral 2023-05-07 13:35:03 +02:00
j1nx 06a58c2c10 Bump adapt-parser 2023-05-07 13:30:24 +02:00
j1nx 55b998a6e0 Add ovos-classifiers package 2023-05-07 13:22:53 +02:00
j1nx e99d609f3d Add ovos-audio package 2023-05-07 12:22:28 +02:00
j1nx b7ed6fc8da Add ovos-listener package 2023-05-07 12:15:08 +02:00
j1nx 911e55562b Add ovos-messagebus package 2023-05-06 15:27:25 +02:00
j1nx 73d7ee6d34 Bump ovos-core 2023-05-06 15:26:58 +02:00
j1nx 8083952da1 Bump ovos-workshop 2023-05-06 14:04:27 +02:00
j1nx da256fef7f Bump ovos-lingua-franca 2023-05-06 09:38:21 +02:00
j1nx 1192a1f1b4 Bump ovos-config 2023-05-06 09:30:44 +02:00