1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-02-15 07:29:08 +00:00

730 Commits

Author SHA1 Message Date
Pascal Vizeli
2bb3fe98cc Bump version to 3.13 2020-04-15 09:59:36 +00:00
Pascal Vizeli
8311173dda Update rpi kernel/firmware (#621)
* RaspberryPi: Update kernel 2e79fd01b4b9a7eea5acb234ad4e4cdca8449d5a

* Update rpi firmware & kernel
2020-04-15 09:53:58 +00:00
Pascal Vizeli
4cae16e2be OS: Update CLI 25 2020-04-15 09:30:02 +00:00
Pascal Vizeli
bf82e354c6 OS: Update supervisor 217 2020-04-15 09:29:43 +00:00
Perry Naseck
132b7fc1c3 Add USB video kernel support (#609)
* Add USB video kernel support for intel_nuc

* Add USB video kernel support for all boards

* Support USB video capture devices only, not tuners
2020-04-15 09:11:56 +00:00
Pascal Vizeli
d9b070869c Update upstream kernel 4.19.115 2020-04-15 09:11:38 +00:00
Pascal Vizeli
1359572e89 Optimize SND kernel module handling (#606)
* Optimize SND kernel module handling

* Update alsa-base.conf

* Update alsa-base.conf
2020-04-15 09:10:03 +00:00
Pascal Vizeli
a3b5a59ac4 Add dbus config for pulseaudio (#619) 2020-04-15 09:09:18 +00:00
lucagiove
9e6eab3e70 Fixed bluetooth-bcm43xx build (#616)
Brutally added patch command after download.

> I'm not a buildroot expert but the best way seemed to move the
> upstream btuart download in a PRE_PATCH_HOOK so that standard
> buildroot way of patching can be applied.

I've been finally able to test it and the PRE_PATCH_HOOK does not work
seems it's never triggered.
I tried also th POST_RSYNC_HOOK that works but still patch is not
applied.
I think that patch is not detected (odd, patch naming seems complient)
or since source code is not downloaded buildroot thinks that patch is
not needed, couldn't sort it out.
2020-04-15 09:09:11 +00:00
lucagiove
9aadf66660 Attempt to fix bluetooth communication problem on rpi3b (#614)
This problem is referenced in many different issues, some of them:
Bluetooth: hci0: Frame reassembly failed (-84)
https://github.com/raspberrypi/firmware/issues/1150

Error communicating with local bluetooth adapter (RPi3)
https://github.com/home-assistant/core/issues/30147

Xiaomi BLE Temperature and Humidity sensor no longer working after update from 0.95.4 to .096.5
https://github.com/home-assistant/core/issues/25704

Xiaomi BLE Temperature and Humidity sensor
https://github.com/home-assistant/core/issues/24313#issuecomment-578554315

Solution seemed to reeduce the boud rate of the serial connection to BT
on rpi3b where flow control is missing.

The patch to the original btuart file is to reduce the baudrate only for
rpi3b models where flow control is missing:

-		$HCIATTACH /dev/serial1 bcm43xx 921600 noflow - $BDADDR
+		$HCIATTACH /dev/serial1 bcm43xx 460800 noflow - $BDADDR

I'm not a buildroot expert but the best way seemed to move the
upstream btuart download in a PRE_PATCH_HOOK so that standard
buildroot way of patching can be applied.
2020-04-15 09:08:58 +00:00
Pascal Vizeli
24ed7fc1dc OS: Update supervisor 209 2020-03-06 13:26:16 +00:00
Pascal Vizeli
d7089fda37 OS: Update CLI 21 2020-03-06 13:26:12 +00:00
Pascal Vizeli
3fc7e6785a Bump version to 3.12 2020-03-05 15:35:45 +00:00
Pascal Vizeli
9a44c6af38 Update RaspberryPi Kernel & Firmware 4.19.106 (#601)
* RaspberryPi: Update kernel ecb440abef61d198478b6e598b3510ff6680090a

* Update RaspberryPi kernel 4.19.106
2020-03-05 15:35:03 +00:00
Pascal Vizeli
9fe6f984fa Update Kernel OVA/Tinker/Nuc to 4.19.107 2020-03-05 15:25:54 +00:00
Pascal Vizeli
532f5911f1 OS: Update CLI 20 2020-03-05 15:10:54 +00:00
Pascal Vizeli
2ee438889a OS: Update supervisor 208 2020-03-05 15:09:44 +00:00
Pascal Vizeli
63eaea73dc Bump version to 3.11 2020-02-17 15:31:49 +00:00
Pascal Vizeli
d3e9c3633e Kernel 4.19.104 for intel/ova/tinker 2020-02-17 15:30:49 +00:00
Pascal Vizeli
8d6a34f8f0 Fix supervisor name on cli config (#588) 2020-02-17 15:28:30 +00:00
Pascal Vizeli
60e283ea2a Rename Hass.io (#587) 2020-02-17 15:27:21 +00:00
Pascal Vizeli
46db76e303 OS: Update CLI 19 2020-02-17 15:21:30 +00:00
Pascal Vizeli
ffd477a78a OS: Update supervisor 201 2020-02-17 15:21:24 +00:00
Pascal Vizeli
2c8295aa20 Fix OTA SPL update on REl-3 (#579) 2020-02-10 10:18:30 +01:00
Pascal Vizeli
fc11e52ce1 Bump version to 3.10
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
2020-02-09 22:26:58 +00:00
Pascal Vizeli
7a698bb14f Linux kernel 4.19.102
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
2020-02-09 22:26:12 +00:00
Pascal Vizeli
d2d1138a8c Support usb audio all (#566)
* Add support for SND USB audio over all

* Cleanup
2020-02-09 22:22:37 +00:00
Etzion Bar-Noy
c7506245b1 BT support for all platforms (#563)
* Update azure-pipelines-release.yml for Azure Pipelines

* Update azure-pipelines-release.yml for Azure Pipelines

* Update azure-pipelines-release.yml for Azure Pipelines

* Fix double LINUX_HEADERS

* Add support for TI USB 3410 or 5052 serial devices (#542)

* Added BT support to device-support.conf file, and removed BT support from kernel.config file

* Removed BT support, as it was moved to device-support.config file

* Added new line at the end of the file

* Changed:
CONFIG_BT_HCIBTUSB from 'm' to 'y'
CONFIG_BT_HCIBTUSB_BCM from 'y' to 'm'
CONFIG_BT_HCIBTUSB_RTL from 'y' to 'm'

* Update device-support.config

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-02-09 22:20:41 +00:00
Pascal Vizeli
7ddf6f4a53 OS: Update supervisor 200 2020-02-09 22:17:47 +00:00
Pascal Vizeli
2ff3b5099d Bump version to 3.9 2020-02-03 11:49:03 +00:00
Pascal Vizeli
f75e1a5bce OS: Update CLI 16 2020-02-03 11:46:59 +00:00
Pascal Vizeli
dc2396d30d Update docker 19.03.5 on builder (#561) 2020-02-03 11:39:50 +00:00
Pascal Vizeli
2353ee33c7 Add more SND audio codec modules (#560)
* Add more SND audio codec modules

* Update kernel.config
2020-02-03 11:39:41 +00:00
Pascal Vizeli
6e5a53c48f Add support for TI USB 3410 or 5052 serial devices (#542) 2020-02-03 11:39:05 +00:00
Pascal Vizeli
62e768157b Add CONFIG_VIRT_DRIVERS to ova (#536) 2020-01-12 10:04:35 +00:00
Pascal Vizeli
3e692df840 Bump version 3.8 2020-01-11 16:47:43 +00:00
Pascal Vizeli
f5a1d4ba10 Remove OrangePi 2020-01-11 16:47:01 +00:00
Pascal Vizeli
33c9de7a6e Update Kernel 4.19.94 - Intel / Tinker 2020-01-11 16:45:16 +00:00
Pascal Vizeli
1b08cb5d04 OS: Update supervisor 195 2020-01-11 16:35:33 +00:00
Pascal Vizeli
07b6c85dba VirtIO MMIO kernel module (#534)
* VirtIO MMIO kernel module

* Update kernel.config

* Update kernel.config
2020-01-11 16:34:48 +00:00
Pascal Vizeli
fc5c8399cf RaspberryPi update stable u-boot / Kernel + Firmware (#532)
* RaspberryPi: Update kernel b4180819d3a119c56133d6a2d8301775bf6c60bb

* Update kernel docs

* Update firmware
2020-01-11 16:34:29 +00:00
Pascal Vizeli
fe3260e325 Bump version 3.7 / Stable
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
2019-12-13 16:17:19 +00:00
Pascal Vizeli
646e790d33 OS: Update supervisor 193 2019-12-13 16:15:52 +00:00
Pascal Vizeli
10d27c9d89 OS: Update CLI 15 2019-12-13 16:15:41 +00:00
Pascal Vizeli
f1ac227790 Some cleanups (#511) 2019-12-13 16:15:33 +00:00
Pascal Vizeli
8b6e4e7315 Fix Kernel For odroid XU4/C2 (#510) 2019-12-13 16:15:24 +00:00
Pascal Vizeli
816177fcc4 Bump version 3.6
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
2019-12-12 11:39:58 +00:00
Pascal Vizeli
cf546b4a6d Kernel updates 4.19.88 (#509)
* Update kernel 4.19.88

* Fix asus
2019-12-12 11:39:25 +00:00
Franck Nijhof
5fed213740 Fix auto expand disk for GPT (#508) 2019-12-12 11:39:17 +00:00
Pascal Vizeli
6590adaf88 Add qemu guest agent (#505)
* Add qemu guest agent

* Fix make file

* Fix targets

* Convert it to autobuild

* Fix paths

* fix target

* Fix options

* Fix startup

* Update kernel

* Fix state dir

* Only load on kvm
2019-12-12 11:39:09 +00:00