Merge branch 'release/alpha8' into develop

This commit is contained in:
j1nx 2020-07-19 12:41:50 +02:00
commit 06746a357c
6 changed files with 11 additions and 14 deletions

View File

@ -6,9 +6,11 @@ More information about the development, process, ideas etc. at https://www.j1nx.
More information about the Mycroft A.I. software stack at https://mycroft.ai
## System.
- Linux kernel 4.19.106
- Buildroot 2020.02.0
- Mycroft 20.02.1
- MycroftOS - Full 64 Bit distribution
- Linux kernel 5.4.42
- Buildroot 2020.02.3
- Mycroft 20.02.4
- Mycroft-GUI 1.0+ (latest dev version)
- Raspberry Pi 3|3b|3b+ (Initial development hardware = 3b)
- Raspberry Pi 4 (Current development hardware)
@ -25,7 +27,7 @@ More information about the Mycroft A.I. software stack at https://mycroft.ai
| I use uptime robot to monitor for things i can't monitor when the connection drops. | If you feel the need, now it's as easy as clicking this button! |
## Getting started.
At this moment development is in very early stages and focussed on the Raspberry Pi 3B. As soon as an initial first workable version
At this moment development is in very early stages and focussed on the Raspberry Pi 3B & 4. As soon as an initial first workable version
is created, other hardware might be added.
## Documentation.

View File

@ -1,3 +1,3 @@
[global]
only-binary=:all:
#only-binary=:all:
extra-index-url=https://www.piwheels.org/simple

View File

@ -213,6 +213,7 @@ BR2_PACKAGE_QT5WEBENGINE_PROPRIETARY_CODECS=y
BR2_PACKAGE_QT5WEBVIEW=y
BR2_PACKAGE_KF5=y
BR2_PACKAGE_KF5_KCOREADDONS=y
BR2_PACKAGE_KF5_NETWORKMANAGER_QT=y
BR2_PACKAGE_WESTON=y
BR2_PACKAGE_WESTON_DEFAULT_DRM=y
BR2_PACKAGE_WESTON_FBDEV=y
@ -348,7 +349,6 @@ BR2_PACKAGE_LIBARCHIVE_BSDCPIO=y
BR2_PACKAGE_LIBARCHIVE_BSDCAT=y
BR2_PACKAGE_LIBZIP=y
BR2_PACKAGE_CA_CERTIFICATES=y
BR2_PACKAGE_GNUTLS=y
BR2_PACKAGE_GNUTLS_OPENSSL=y
BR2_PACKAGE_GNUTLS_TOOLS=y
BR2_PACKAGE_LIBSSH2=y
@ -385,7 +385,6 @@ BR2_PACKAGE_LIBCURL_CURL=y
BR2_PACKAGE_LIBHTTPPARSER=y
BR2_PACKAGE_LIBIDN=y
BR2_PACKAGE_LIBMICROHTTPD=y
BR2_PACKAGE_LIBNDP=y
BR2_PACKAGE_LIBSHAIRPLAY=y
BR2_PACKAGE_NGHTTP2=y
BR2_PACKAGE_BOOST_SYSTEM=y
@ -413,6 +412,7 @@ BR2_PACKAGE_DNSMASQ=y
# BR2_PACKAGE_DNSMASQ_DHCP is not set
BR2_PACKAGE_IPTABLES=y
BR2_PACKAGE_IW=y
BR2_PACKAGE_NETWORK_MANAGER=y
BR2_PACKAGE_NGINX=y
BR2_PACKAGE_NTP=y
# BR2_PACKAGE_NTP_NTPD is not set
@ -424,8 +424,6 @@ BR2_PACKAGE_SHAIRPORT_SYNC_CONVOLUTION=y
BR2_PACKAGE_SHAIRPORT_SYNC_DBUS=y
BR2_PACKAGE_SHAIRPORT_SYNC_LIBSOXR=y
BR2_PACKAGE_WGET=y
BR2_PACKAGE_WIRELESS_TOOLS=y
BR2_PACKAGE_WIRELESS_TOOLS_LIB=y
BR2_PACKAGE_WPA_SUPPLICANT=y
BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT=y
BR2_PACKAGE_WPA_SUPPLICANT_MESH_NETWORKING=y
@ -481,7 +479,6 @@ BR2_PACKAGE_MYCROFT_GUI=y
BR2_PACKAGE_MYCROFT_GUI_EMBEDDED=y
BR2_PACKAGE_MYCROFT_SERVICE=y
BR2_PACKAGE_MYCROFT_SPLASH=y
BR2_PACKAGE_WIFI_AP=y
BR2_PACKAGE_ALSA_PLUGINS=y
BR2_PACKAGE_BARESIP=y
BR2_PACKAGE_BTSPEAKER=y

View File

@ -13,7 +13,7 @@ Environment=QT_QPA_PLATFORM=wayland
Environment=QT_PLUGIN_PATH=/usr/lib/qt/plugins:/usr/lib/plugins:/usr/lib/plugins/kf5
Environment=QT_LOGGING_RULES='*=false'
Environment=XDG_RUNTIME_DIR=/tmp/weston
Environment=XDG_DATA_DIRS=/usr/share/kf5:$XDG_DATA_DIRS
Environment=XDG_DATA_DIRS=/usr/share/icons:/usr/share/kf5:$XDG_DATA_DIRS
Environment=LD_LIBRARY_PATH=/usr/lib
Environment=LIBEXEC_PATH=/usr/lib/libexec:/usr/lib/libexec/kf5
Environment=QML2_IMPORT_PATH=/usr/lib/qml

View File

@ -1,4 +1,4 @@
enable wpa_supplicant@ap0.service
enable wpa_supplicant@wlan0.service
enable firstboot.service
enable prepare_system.service
@ -31,4 +31,3 @@ disable snapclient.service
disable snapserver.service
disable spotifyd.service
disable wpa_supplicant@wlan0.service