Skip to content

Commit

Permalink
Include CoreELEC Debug scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cdu13a committed Feb 13, 2019
1 parent 6cd06f4 commit 9d275fc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/Amlogic/options
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
# additional packages to install:
# Space separated list is supported,
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"
ADDITIONAL_PACKAGES="autoscript-amlogic dtc u-boot-tools-aml"
ADDITIONAL_PACKAGES="autoscript-amlogic dtc u-boot-tools-aml CoreELEC-Debug-Scripts"

# build and install driver addons (yes / no)
DRIVER_ADDONS_SUPPORT="yes"
Expand Down
19 changes: 19 additions & 0 deletions projects/Amlogic/packages/CoreELEC-Debug-Scripts/package.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright (C) 2019-present Team CoreELEC (https://coreelec.org)

PKG_NAME="CoreELEC-Debug-Scripts"
PKG_VERSION="f4b513411e2b7570fb5b2a3d73f4b1afa7874ebb"
PKG_SHA256="104c58309ead5e4ebf68f6144593a5bf0a0dc6b95ff26b1ec7840cc291578492"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/cdu13a/CoreELEC-Debug-Scripts"
PKG_URL="https://github.com/cdu13a/CoreELEC-Debug-Scripts/archive/$PKG_VERSION.tar.gz"
PKG_SOURCE_NAME="$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_LONGDESC="A set of scripts to help debug user issues with CoreELEC"
PKG_TOOLCHAIN="manual"


makeinstall_target() {
mkdir -p $INSTALL/usr/bin
install -m 0755 dispinfo.sh $INSTALL/usr/bin/dispinfo
install -m 0755 remoteinfo.sh $INSTALL/usr/bin/remoteinfo
}

0 comments on commit 9d275fc

Please sign in to comment.