mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
slice-firmware: remove package
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
fe21c2a0a6
commit
60de856c0f
@ -1,26 +0,0 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="slice-firmware"
|
||||
PKG_VERSION="0f463cc"
|
||||
PKG_SHA256="27e8bac75d5639ca75d683bb2c9b10398c5d7f54f2cf3337ede6abf98e42f751"
|
||||
PKG_ARCH="arm"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/FiveNinjas/slice-firmware"
|
||||
PKG_URL="https://github.com/libreelec/slice-firmware/archive/$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain linux"
|
||||
PKG_LONGDESC="BCM270x firmware related stuff for Slice"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_target() {
|
||||
if [ "$DEVICE" = "Slice3" ]; then
|
||||
$(kernel_path)/scripts/dtc/dtc -O dtb -I dts -o dt-blob.bin slice3-dt-blob.dts
|
||||
elif [ "$DEVICE" = "Slice" ]; then
|
||||
$(kernel_path)/scripts/dtc/dtc -O dtb -I dts -o dt-blob.bin slice-dt-blob.dts
|
||||
fi
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p $INSTALL/usr/share/bootloader/
|
||||
cp -a $PKG_BUILD/dt-blob.bin $INSTALL/usr/share/bootloader/
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user