the RTL8822BU WLAN driver is missing from LibreELEC, but it's working fine here with the master branch. Is there a way to have it added to Libreelec, officially?
You can send PR but LibreELEC doesn't like any such drivers much.
the RTL8822BU WLAN driver is missing from LibreELEC, but it's working fine here with the master branch. Is there a way to have it added to Libreelec, officially?
You can send PR but LibreELEC doesn't like any such drivers much.
Libreelec fails to start because the addon (in my case service.lcdd) is enabled but not installed.
So probably this means that storage-addons-copy.service script is not triggered or doesn't exist.
Yes, probably missing addon is the reason.
Seems pre_install() or any other function can't create addon anymore and that's the main issue. You need to build addon manually before making image like
You can check if all the files are available with
ls -l build.LibreELEC*/image/system/usr/share/kodi/storage_addons
ls -l build.LibreELEC*/image/system/usr/lib/systemd/system/storage-addons-copy.service
ls -l build.LibreELEC*/image/system/usr/lib/libreelec/storage-addons-copy
packages/virtual/misc-packages/package.mk
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="misc-packages"
PKG_VERSION=""
PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv"
PKG_URL=""
PKG_DEPENDS_TARGET="toolchain $ADDITIONAL_PACKAGES kodi"
PKG_SECTION="virtual"
PKG_LONGDESC="misc-packages: Metapackage for miscellaneous packages"
# manually create addon first
# ./scripts/create_addon system-tools
post_install() {
mkdir -p $INSTALL/usr/share/kodi/storage_addons
cp $ROOT/target/addons/*/$PROJECT/$ARCH/*/virtual.system-tools-*.zip $INSTALL/usr/share/kodi/storage_addons
mkdir -p $INSTALL/usr/lib/libreelec
cp -PR $PKG_DIR/scripts/* $INSTALL/usr/lib/libreelec
enable_service storage-addons-copy.service
# update addon manifest / enable addon in Kodi
ADDON_MANIFEST=$INSTALL/usr/share/kodi/system/addon-manifest.xml
xmlstarlet ed -L --subnode "/addons" -t elem -n "addon" -v "virtual.system-tools" $ADDON_MANIFEST
}
Display More
Seems there was some changes to build system which prevents package to be build because it doesn't build for me too. Will look again how to solve the issue.
Java is easy.
Maybe it is the same issue as here: Upgrade LE 8.2.5 to 9.0.0: Wifi connected but no NTP link => SSL Certificate error !
Problem is very clear with a solutions.
For using cacert.pem you must be sure that name or IP address match the cert and server.
Adding |verifypeer=false in sources.xml should also work. Post kodi debug log in case it doesn't.
Then I assume on every other forum I visit spam is deleted by mods as soon they appear. Because I don't see it anymore.
Last few days here are really bad in this regards.
That Chinese spam is a pain in the ass.
It just shows bad forum sw or at least spam protection. I don't see as much spam on other forums I visit. There is zero spam on a most of them actually.
Not sure if this build issue was ever fixed on LE build system or not (didn't got any response anymore).
Sources are download when needed. If some file is missing build fails.
Here Python-2.7.16.tar.xz can be still downloaded from python server.
I meant LibreELEC packages. Which one is failing for you?
Seems samba can't be build anymore for me?
Only what is missing is downloaded. Most of the packages I have for ages.
Did you tried package above? Because most build things are done automatically and user doesn't need to cover it.
Works here as before on LE commit
commit 772890643e5af4f8fd9038e71f68df1324855c6b
Merge: 1ab3547 b68a78b
Author: MilhouseVH <[email protected]>
Date: Wed Jul 24 15:12:34 2019 +0100
Merge pull request #3710 from antonlacon/assorted-fixes
cleanup: curl, edid-decode