Skip to content

Commit 9d275fc

Browse files
committed
Include CoreELEC Debug scripts
1 parent 6cd06f4 commit 9d275fc

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

projects/Amlogic/options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
# additional packages to install:
156156
# Space separated list is supported,
157157
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"
158-
ADDITIONAL_PACKAGES="autoscript-amlogic dtc u-boot-tools-aml"
158+
ADDITIONAL_PACKAGES="autoscript-amlogic dtc u-boot-tools-aml CoreELEC-Debug-Scripts"
159159

160160
# build and install driver addons (yes / no)
161161
DRIVER_ADDONS_SUPPORT="yes"
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# SPDX-License-Identifier: GPL-3.0-or-later
2+
# Copyright (C) 2019-present Team CoreELEC (https://coreelec.org)
3+
4+
PKG_NAME="CoreELEC-Debug-Scripts"
5+
PKG_VERSION="f4b513411e2b7570fb5b2a3d73f4b1afa7874ebb"
6+
PKG_SHA256="104c58309ead5e4ebf68f6144593a5bf0a0dc6b95ff26b1ec7840cc291578492"
7+
PKG_LICENSE="GPL"
8+
PKG_SITE="https://github.com/cdu13a/CoreELEC-Debug-Scripts"
9+
PKG_URL="https://github.com/cdu13a/CoreELEC-Debug-Scripts/archive/$PKG_VERSION.tar.gz"
10+
PKG_SOURCE_NAME="$PKG_NAME-$PKG_VERSION.tar.gz"
11+
PKG_LONGDESC="A set of scripts to help debug user issues with CoreELEC"
12+
PKG_TOOLCHAIN="manual"
13+
14+
15+
makeinstall_target() {
16+
mkdir -p $INSTALL/usr/bin
17+
install -m 0755 dispinfo.sh $INSTALL/usr/bin/dispinfo
18+
install -m 0755 remoteinfo.sh $INSTALL/usr/bin/remoteinfo
19+
}

0 commit comments

Comments
 (0)