packages: cleanup unused amlogic related packages
This commit is contained in:
parent
e2eb75afa8
commit
174d39fd27
13 changed files with 2 additions and 415 deletions
|
@ -16,19 +16,10 @@ PKG_CMAKE_OPTS_TARGET="-DBUILD_SHARED_LIBS=1 \
|
|||
-DCMAKE_INSTALL_LIBDIR_NOARCH:STRING=lib \
|
||||
-DSKIP_PYTHON_WRAPPER=1 \
|
||||
-DHAVE_IMX_API=0 \
|
||||
-DHAVE_AOCEC_API=0 -DHAVE_AMLOGIC_API=0 \
|
||||
-DHAVE_GIT_BIN=0 \
|
||||
-DHAVE_RPI_LIB=0"
|
||||
|
||||
if [ "${KODIPLAYER_DRIVER}" = "libamcodec" ]; then
|
||||
if [ "${TARGET_KERNEL_ARCH}" = "arm64" ]; then
|
||||
PKG_CMAKE_OPTS_TARGET="${PKG_CMAKE_OPTS_TARGET} -DHAVE_AOCEC_API=1"
|
||||
else
|
||||
PKG_CMAKE_OPTS_TARGET="${PKG_CMAKE_OPTS_TARGET} -DHAVE_AMLOGIC_API=1"
|
||||
fi
|
||||
else
|
||||
PKG_CMAKE_OPTS_TARGET="${PKG_CMAKE_OPTS_TARGET} -DHAVE_AOCEC_API=0 -DHAVE_AMLOGIC_API=0"
|
||||
fi
|
||||
|
||||
# libX11 and xrandr to read the sink's EDID, used to determine the PC's HDMI physical address
|
||||
if [ "${DISPLAYSERVER}" = "x11" ]; then
|
||||
PKG_DEPENDS_TARGET+=" libX11 libXrandr"
|
||||
|
@ -44,11 +35,7 @@ post_makeinstall_target() {
|
|||
# Remove the Python3 demo - useless for us
|
||||
rm -f ${INSTALL}/usr/bin/pyCecClient
|
||||
|
||||
# Remove the sysmlink and redirect to /var/lib so that we can change libcec versions at run time
|
||||
rm -f ${INSTALL}/usr/lib/libcec.so.6
|
||||
ln -sf /var/lib/libcec.so.6 ${INSTALL}/usr/lib/libcec.so.6
|
||||
|
||||
PYTHON_DIR=${INSTALL}/usr/lib/${PKG_PYTHON_VERSION}
|
||||
PYTHON_DIR=${INSTALL}/usr/lib/${PKG_PYTHON_VERSION}
|
||||
if [ -d ${PYTHON_DIR}/dist-packages ]; then
|
||||
mv ${PYTHON_DIR}/dist-packages ${PYTHON_DIR}/site-packages
|
||||
fi
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||
# Copyright (C) 2018-present Team CoreELEC (https://coreelec.org)
|
||||
|
||||
PKG_NAME="libamcodec"
|
||||
PKG_VERSION="31cd6eceaa1402b9f4ff5cc349e53899860fe9b9"
|
||||
PKG_SHA256="9052aaa00c827d3bfef7de83f55678aa1674368f06911a003b138953409f4d7c"
|
||||
PKG_LICENSE="proprietary"
|
||||
PKG_SITE="http://openlinux.amlogic.com"
|
||||
PKG_URL="https://sources.coreelec.org/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="libamplayer: Interface library for Amlogic media codecs"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_target() {
|
||||
cp -PR * ${SYSROOT_PREFIX}
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p ${INSTALL}/usr
|
||||
cp -PR usr/lib ${INSTALL}/usr
|
||||
}
|
|
@ -1,34 +0,0 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||
# Copyright (C) 2018-present Team CoreELEC (https://coreelec.org)
|
||||
|
||||
PKG_NAME="amremote"
|
||||
PKG_LICENSE="other"
|
||||
PKG_SITE="http://www.amlogic.com"
|
||||
PKG_DEPENDS_TARGET="toolchain usbutils"
|
||||
PKG_LONGDESC="amremote - IR remote configuration utility for Amlogic-based devices"
|
||||
|
||||
case "$LINUX" in
|
||||
amlogic-3.14)
|
||||
PKG_VERSION="05b85d1f9821ae65dca250ba87b369327dd71df3"
|
||||
PKG_SHA256="895a64efc05cee3148b4c33f5acbffb87da095d8b8f289f78e0cec26d2ed6f9d"
|
||||
PKG_URL="https://github.com/CoreELEC/amremote/archive/${PKG_VERSION}.tar.gz"
|
||||
;;
|
||||
amlogic-4.9)
|
||||
PKG_VERSION="1db130a0ccd47f6b5c3d1dffab1e89613b796a8c"
|
||||
PKG_SHA256="5b96f2a1dd03200909eed749f5d97d1d02ee7fc8ac92d8fce6b5d6772ee642dc"
|
||||
PKG_URL="https://github.com/CoreELEC/amremote/archive/${PKG_VERSION}.tar.gz"
|
||||
;;
|
||||
esac
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p ${INSTALL}/usr/bin
|
||||
cp remotecfg ${INSTALL}/usr/bin
|
||||
|
||||
mkdir -p ${INSTALL}/usr/lib/coreelec
|
||||
cp ${PKG_DIR}/scripts/* ${INSTALL}/usr/lib/coreelec
|
||||
}
|
||||
|
||||
post_install() {
|
||||
enable_service remote-config.service
|
||||
}
|
|
@ -1,84 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2018-present Team CoreELEC (https://coreelec.org)
|
||||
|
||||
remap_keys () {
|
||||
[ ! -f "$1" ] && return
|
||||
|
||||
sed -i 's/ 15[^0-9]*$/ 1/
|
||||
s/ 63[^0-9]*$/ 90/
|
||||
s/ 97[^0-9]*$/ 28/
|
||||
s/ 102[^0-9]*$/ 172/
|
||||
s/ 125[^0-9]*$/ 46/
|
||||
s/ 128[^0-9]*$/ 45/
|
||||
s/ 139[^0-9]*$/ 46/
|
||||
s/ 142[^0-9]*$/ 116/
|
||||
s/ 143[^0-9]*$/ 116/
|
||||
s/ 158[^0-9]*$/ 1/
|
||||
s/ 183[^0-9]*$/ 59/
|
||||
s/ 184[^0-9]*$/ 399/
|
||||
s/ 185[^0-9]*$/ 400/
|
||||
s/ 186[^0-9]*$/ 60/
|
||||
s/ 232[^0-9]*$/ 28/
|
||||
s/ 240[^0-9]*$/ 164/
|
||||
s/ 241[^0-9]*$/ 163/
|
||||
s/ 242[^0-9]*$/ 165/
|
||||
s/ 244[^0-9]*$/ 208/
|
||||
s/ 245[^0-9]*$/ 168/
|
||||
s/ 264[^0-9]*$/ 63/
|
||||
s/ 704[^0-9]*$/ 116/' \
|
||||
"$1"
|
||||
}
|
||||
|
||||
[ ! -e "/proc/device-tree/meson-ir/compatible" -o ! -e "/proc/device-tree/meson-remote/compatible" ] && exit
|
||||
|
||||
if [ -f "/flash/remote.disable" -o -f "/storage/.config/remote.disable" ]; then
|
||||
echo "remote control disabled by user"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ -f "/flash/remote.force_meson_ir" -o -f "/storage/.config/remote.force_meson_ir" ]; then
|
||||
force_meson_ir="yes"
|
||||
else
|
||||
force_meson_ir="no"
|
||||
fi
|
||||
|
||||
if [ -f "/flash/remote.conf" ]; then
|
||||
REMOTE_CONF_DIR="/flash"
|
||||
elif [ -f "/storage/.config/remote.conf" ]; then
|
||||
REMOTE_CONF_DIR="/storage/.config"
|
||||
else
|
||||
REMOTE_CONF_DIR=""
|
||||
|
||||
if [ -d "/proc/device-tree/custom_maps" -a "$force_meson_ir" = "no" ]; then
|
||||
MAP_NAME=$(cat /proc/device-tree/custom_maps/map_0/mapname 2>/dev/null)
|
||||
echo "using meson-remote, with pre-defined map '$MAP_NAME' from dtb"
|
||||
modprobe meson-remote
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -d "$REMOTE_CONF_DIR" ]; then
|
||||
echo "using meson-remote, conf from $REMOTE_CONF_DIR"
|
||||
|
||||
if [ -d "/proc/device-tree/custom_maps" ]; then
|
||||
MAP_NAME=$(cat /proc/device-tree/custom_maps/map_0/mapname 2>/dev/null)
|
||||
echo "also using pre-defined map '$MAP_NAME' from dtb"
|
||||
fi
|
||||
|
||||
modprobe meson-remote
|
||||
|
||||
for f in $REMOTE_CONF_DIR/remote*.conf; do
|
||||
echo "configuring remote with $f"
|
||||
cp "$f" /tmp/remote.conf
|
||||
remap_keys /tmp/remote.conf
|
||||
remotecfg /tmp/remote.conf
|
||||
rm -f /tmp/remote.conf
|
||||
done
|
||||
else
|
||||
echo "using meson-ir"
|
||||
modprobe meson-ir
|
||||
fi
|
||||
|
||||
exit 0
|
|
@ -1,13 +0,0 @@
|
|||
[Unit]
|
||||
Description=IR remote control support
|
||||
Before=graphical.target kodi.service
|
||||
After=multi-user.target
|
||||
ConditionPathExists=/proc/device-tree/meson-ir/compatible
|
||||
ConditionPathExists=/proc/device-tree/meson-remote/compatible
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/lib/coreelec/remote-config
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical.target
|
|
@ -1,25 +0,0 @@
|
|||
####################################################################
|
||||
# CoreELEC inject_bl301 config #
|
||||
# #
|
||||
# coreelec-dt-id blob definition: #
|
||||
# #
|
||||
# [substring coreelec-dt-id] = [substring BL301 blob binary] #
|
||||
# #
|
||||
# [substring coreelec-dt-id] = [] -> "Not supported" #
|
||||
# #
|
||||
# config.ini parameter are auto generated from package bl301: #
|
||||
# #
|
||||
# [config variable name] #
|
||||
# config_id = [unique unsigned int ID for variable] #
|
||||
# config_name = [unique matching config.ini key name] #
|
||||
# #
|
||||
# This config parameter value is filled automatic by package.mk. #
|
||||
# Multiple sections are possible. Do not edit! #
|
||||
####################################################################
|
||||
|
||||
[BL301]
|
||||
odroid=
|
||||
lepotato=
|
||||
lafrite=
|
||||
gxl_p212_2g_kvim=Khadas_VIM1
|
||||
khadas_vim3=Khadas_VIM3
|
|
@ -1,40 +0,0 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2019-present Team CoreELEC (https://coreelec.org)
|
||||
|
||||
PKG_NAME="inject_bl301"
|
||||
PKG_VERSION="6af46f6a7defbbba360a6bbcd5db2b11925f7315"
|
||||
PKG_SHA256="bb02545eb80c0a1372f91990cb21572b201251d47523c9f4424fea72a16426ab"
|
||||
PKG_LICENSE="proprietary"
|
||||
PKG_SITE="https://coreelec.org"
|
||||
PKG_URL="https://sources.coreelec.org/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
PKG_DEPENDS_TARGET="toolchain bl301"
|
||||
PKG_LONGDESC="Tool to inject bootloader blob BL301.bin on internal eMMC"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
pre_make_target() {
|
||||
cp -av ${PKG_DIR}/config/bl301.conf ${PKG_BUILD}/bl301.conf
|
||||
for f in $(find $(get_build_dir bl301) -mindepth 1 -name 'coreelec_config.c'); do
|
||||
cat ${f} | awk -F'[(),"]' '/.config_id_a\s*=\s*HASH/ {printf("%s %s\n", $2, $3)}' | \
|
||||
while read id name; do
|
||||
if ! grep -Fwq "${id}" ${PKG_BUILD}/bl301.conf; then
|
||||
echo -e '\n['${id}']' >> ${PKG_BUILD}/bl301.conf;
|
||||
cat ${f%.*}.h | awk -v id="HASHSTR_${id} " '$0 ~ id {printf("config_id=%s\n", $3)}' >> ${PKG_BUILD}/bl301.conf;
|
||||
echo -e "config_name=${name}" >> ${PKG_BUILD}/bl301.conf;
|
||||
fi
|
||||
done
|
||||
done
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p ${INSTALL}/usr/sbin
|
||||
mkdir -p ${INSTALL}/usr/lib/coreelec
|
||||
mkdir -p ${INSTALL}/etc/inject_bl301
|
||||
install -m 0755 inject_bl301 ${INSTALL}/usr/sbin/inject_bl301
|
||||
install -m 0755 ${PKG_DIR}/scripts/check-bl301.sh ${INSTALL}/usr/lib/coreelec/check-bl301
|
||||
install -m 0755 ${PKG_DIR}/scripts/update-bl301.sh ${INSTALL}/usr/lib/coreelec/update-bl301
|
||||
install -m 0644 ${PKG_BUILD}/bl301.conf ${INSTALL}/etc/inject_bl301/bl301.conf
|
||||
}
|
||||
|
||||
post_install() {
|
||||
enable_service update-bl301.service
|
||||
}
|
|
@ -1,36 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
# Copyright (C) 2018-present Team CoreELEC (https://coreelec.org)
|
||||
#
|
||||
# Detect BL301 injection
|
||||
#
|
||||
#####################################################
|
||||
#
|
||||
# Comand Line Arguments
|
||||
# -v = Show verbose output
|
||||
#
|
||||
#####################################################
|
||||
|
||||
VERBOSE=0
|
||||
INSTALLED=0
|
||||
|
||||
if [ "$1" = "-v" ]; then
|
||||
VERBOSE=1
|
||||
fi
|
||||
|
||||
if [ -e /usr/sbin/inject_bl301 ]; then
|
||||
inject_bl301 -i
|
||||
if [ ${?} = 1 ]; then
|
||||
INSTALLED=1
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "$VERBOSE" = 1 ]; then
|
||||
if [ "${INSTALLED}" = 1 ]; then
|
||||
echo "CoreELEC BL301 Installed"
|
||||
else
|
||||
echo "CoreELEC BL301 Not found"
|
||||
fi
|
||||
fi
|
||||
exit ${INSTALLED}
|
|
@ -1,54 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
# Copyright (C) 2018-present Team CoreELEC (https://coreelec.org)
|
||||
#
|
||||
# Update BL301 injection
|
||||
#
|
||||
#####################################################
|
||||
#
|
||||
# Comand Line Arguments
|
||||
# -v = Show verbose output
|
||||
#
|
||||
#####################################################
|
||||
|
||||
VERBOSE=0
|
||||
INSTALLED=0
|
||||
UPDATE=1
|
||||
RET=0
|
||||
|
||||
if [ "$1" = "-v" ]; then
|
||||
VERBOSE=1
|
||||
fi
|
||||
|
||||
if [ -e /usr/lib/coreelec/check-bl301 ]; then
|
||||
/usr/lib/coreelec/check-bl301
|
||||
INSTALLED=${?}
|
||||
if [ "${INSTALLED}" = 1 ]; then
|
||||
touch /run/bl301_injected
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -e /usr/sbin/inject_bl301 ] && [ "${INSTALLED}" = 1 ]; then
|
||||
inject_bl301 -Y > /storage/update-bl301.log
|
||||
UPDATE=${?}
|
||||
fi
|
||||
|
||||
if [ "$VERBOSE" = 1 ]; then
|
||||
if [ "${INSTALLED}" = 1 ] && [ "$UPDATE" = 0 ]; then
|
||||
echo "CoreELEC BL301 got updated"
|
||||
elif [ "${INSTALLED}" = 1 ] && [ "$UPDATE" = 1 ]; then
|
||||
echo "CoreELEC BL301 installed but no update needed"
|
||||
elif [ "${INSTALLED}" = 1 ]; then
|
||||
echo "CoreELEC BL301 installed but error on update: " $UPDATE
|
||||
RET=$UPDATE
|
||||
elif [ "${INSTALLED}" = 0 ]; then
|
||||
echo "CoreELEC BL301 not installed"
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "${INSTALLED}" = 1 ] && [ "$UPDATE" = 0 ]; then
|
||||
sync && reboot
|
||||
fi
|
||||
|
||||
exit $RET
|
|
@ -1,10 +0,0 @@
|
|||
[Unit]
|
||||
Description=CoreELEC BL301 Update Service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/lib/coreelec/update-bl301 -v
|
||||
RemainAfterExit=no
|
||||
|
||||
[Install]
|
||||
WantedBy=basic.target
|
|
@ -1,18 +0,0 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="aml-dtbtools"
|
||||
PKG_VERSION="cce100f"
|
||||
PKG_SHA256="8bcaa83fcc9e85c9c04930e7411447d96a97da0809c5ecd9af91c8b554133c41"
|
||||
PKG_LICENSE="free"
|
||||
PKG_SITE="https://github.com/Wilhansen/aml-dtbtools"
|
||||
PKG_URL="https://github.com/Wilhansen/aml-dtbtools/archive/${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_HOST="gcc:host"
|
||||
PKG_LONGDESC="AML DTB Tools"
|
||||
|
||||
PKG_MAKE_OPTS_HOST="dtbTool"
|
||||
|
||||
makeinstall_host() {
|
||||
mkdir -p ${TOOLCHAIN}/bin
|
||||
cp dtbTool ${TOOLCHAIN}/bin
|
||||
}
|
|
@ -1,47 +0,0 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2018-present Team CoreELEC (https://coreelec.org)
|
||||
|
||||
PKG_NAME="bl301"
|
||||
PKG_VERSION="85f483db84c1482ee632bf34e6765c92486fc9d0"
|
||||
PKG_SHA256="526d10570add92e737782cf1b7faae8e329e565d2163fdf5d014d22096291841"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://coreelec.org"
|
||||
PKG_URL="https://github.com/CoreELEC/bl301/archive/${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain gcc-linaro-aarch64-elf:host gcc-linaro-arm-eabi:host"
|
||||
PKG_LONGDESC="Das U-Boot is a cross-platform bootloader for embedded systems."
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
pre_make_target() {
|
||||
sed -i "s|arm-none-eabi-|arm-eabi-|g" ${PKG_BUILD}/Makefile ${PKG_BUILD}/arch/arm/cpu/armv8/*/firmware/scp_task/Makefile 2>/dev/null || true
|
||||
}
|
||||
|
||||
make_target() {
|
||||
[ "${BUILD_WITH_DEBUG}" = "yes" ] && PKG_DEBUG=1 || PKG_DEBUG=0
|
||||
export PATH=${TOOLCHAIN}/lib/gcc-linaro-aarch64-elf/bin/:${TOOLCHAIN}/lib/gcc-linaro-arm-eabi/bin/:$PATH
|
||||
DEBUG=${PKG_DEBUG} CROSS_COMPILE=aarch64-elf- ARCH=arm CFLAGS="" LDFLAGS="" make mrproper
|
||||
|
||||
for f in $(find ${PKG_BUILD}/configs -mindepth 1); do
|
||||
PKG_UBOOT_CONFIG=$(basename -- "$f")
|
||||
PKG_BL301_SUBDEVICE=${PKG_UBOOT_CONFIG%_defconfig}
|
||||
echo Building bl301 for ${PKG_BL301_SUBDEVICE}
|
||||
DEBUG=${PKG_DEBUG} CROSS_COMPILE=aarch64-elf- ARCH=arm CFLAGS="" LDFLAGS="" make ${PKG_UBOOT_CONFIG}
|
||||
DEBUG=${PKG_DEBUG} CROSS_COMPILE=aarch64-elf- ARCH=arm CFLAGS="" LDFLAGS="" make HOSTCC="${HOST_CC}" HOSTSTRIP="true" bl301.bin
|
||||
mv ${PKG_BUILD}/build/scp_task/bl301.bin ${PKG_BUILD}/build/${PKG_BL301_SUBDEVICE}_bl301.bin
|
||||
echo "moved blob to: " ${PKG_BUILD}/build/${PKG_BL301_SUBDEVICE}_bl301.bin
|
||||
rm -rf ${PKG_BUILD}/build/scp_task
|
||||
done
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p ${INSTALL}/usr/share/bootloader/bl301
|
||||
|
||||
for f in $(find ${PKG_BUILD}/configs -mindepth 1); do
|
||||
PKG_UBOOT_CONFIG=$(basename -- "$f")
|
||||
PKG_BL301_SUBDEVICE=${PKG_UBOOT_CONFIG%_defconfig}
|
||||
PKG_BIN=${PKG_BUILD}/build/${PKG_BL301_SUBDEVICE}_bl301.bin
|
||||
cp -av ${PKG_BIN} ${INSTALL}/usr/share/bootloader/bl301/${PKG_BL301_SUBDEVICE}_bl301.bin
|
||||
done
|
||||
|
||||
[ -d "${PKG_BUILD}/bl30" ] && cp -av ${PKG_BUILD}/bl30 ${INSTALL}/usr/share/bootloader/bl301 || :
|
||||
[ -d "${PKG_BUILD}/bl31" ] && cp -av ${PKG_BUILD}/bl31 ${INSTALL}/usr/share/bootloader/bl301 || :
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2019-present Team CoreELEC (https://coreelec.org)
|
||||
|
||||
PKG_NAME="ceemmc"
|
||||
PKG_VERSION="d74dcaa86e08a7d742218ede660ba9307f1e19fa"
|
||||
PKG_SHA256="b0755c8d229ce6f9ab1aca88956f4cc441eb0fe0328b29c74b26e3d7e0fa6997"
|
||||
PKG_LICENSE="proprietary"
|
||||
PKG_SITE="https://coreelec.org"
|
||||
PKG_URL="https://sources.coreelec.org/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="Tool to install CoreELEC on internal eMMC"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p ${INSTALL}/usr/sbin
|
||||
install -m 0755 ceemmc ${INSTALL}/usr/sbin/ceemmc
|
||||
}
|
Loading…
Reference in a new issue