Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPi: remove Slice and Slice3 devices #4566

Merged
merged 12 commits into from
Oct 10, 2020
9 changes: 0 additions & 9 deletions packages/addons/service/slice/changelog.txt

This file was deleted.

Binary file removed packages/addons/service/slice/icon/icon.png
Binary file not shown.
28 changes: 0 additions & 28 deletions packages/addons/service/slice/package.mk

This file was deleted.

234 changes: 0 additions & 234 deletions packages/addons/service/slice/source/default.py

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
32 changes: 0 additions & 32 deletions packages/linux-drivers/slice-drivers/package.mk

This file was deleted.

26 changes: 0 additions & 26 deletions packages/linux-firmware/slice-firmware/package.mk

This file was deleted.

8 changes: 0 additions & 8 deletions packages/mediacenter/kodi/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,6 @@ configure_package() {
KODI_ARCH="-DWITH_ARCH=$TARGET_ARCH"
fi

if [ "$DEVICE" = "Slice" -o "$DEVICE" = "Slice3" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET led_tools"
fi

if [ ! "$KODIPLAYER_DRIVER" = default ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET $KODIPLAYER_DRIVER libinput libxkbcommon"
if [ "$OPENGLES_SUPPORT" = yes -a "$KODIPLAYER_DRIVER" = "$OPENGLES" ]; then
Expand Down Expand Up @@ -317,10 +313,6 @@ post_makeinstall_target() {
xmlstarlet ed -L --subnode "/addons" -t elem -n "addon" -v "script.program.driverselect" $ADDON_MANIFEST
fi

if [ "$DEVICE" = "Slice" -o "$DEVICE" = "Slice3" ]; then
xmlstarlet ed -L --subnode "/addons" -t elem -n "addon" -v "service.slice" $ADDON_MANIFEST
fi

# more binaddons cross compile badness meh
sed -e "s:INCLUDE_DIR /usr/include/kodi:INCLUDE_DIR $SYSROOT_PREFIX/usr/include/kodi:g" \
-e "s:CMAKE_MODULE_PATH /usr/lib/kodi /usr/share/kodi/cmake:CMAKE_MODULE_PATH $SYSROOT_PREFIX/usr/share/kodi/cmake:g" \
Expand Down
2 changes: 0 additions & 2 deletions packages/tools/bcm2835-bootloader/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ makeinstall_target() {
cp -PRv start_x.elf $INSTALL/usr/share/bootloader/start.elf
fi

find_file_path config/dt-blob.bin && cp -PRv $FOUND_PATH $INSTALL/usr/share/bootloader

find_file_path bootloader/update.sh && cp -PRv $FOUND_PATH $INSTALL/usr/share/bootloader
find_file_path bootloader/canupdate.sh && cp -PRv $FOUND_PATH $INSTALL/usr/share/bootloader

Expand Down
3 changes: 0 additions & 3 deletions packages/tools/bcm2835-bootloader/release
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ mkdir -p $RELEASE_DIR/3rdparty/bootloader
cp -PR $INSTALL/usr/share/bootloader/bootcode.bin $RELEASE_DIR/3rdparty/bootloader/
cp -PR $INSTALL/usr/share/bootloader/fixup.dat $RELEASE_DIR/3rdparty/bootloader/
cp -PR $INSTALL/usr/share/bootloader/start.elf $RELEASE_DIR/3rdparty/bootloader/
if [ -f $(get_build_dir slice-firmware)/dt-blob.bin ]; then
cp -PR $(get_build_dir slice-firmware)/dt-blob.bin $RELEASE_DIR/3rdparty/bootloader/
fi
cp -PR $INSTALL/usr/share/bootloader/*.dtb $RELEASE_DIR/3rdparty/bootloader/
cp -PR $INSTALL/usr/share/bootloader/overlays $RELEASE_DIR/3rdparty/bootloader/

Expand Down
24 changes: 0 additions & 24 deletions packages/tools/led_tools/package.mk

This file was deleted.