File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
packages/CoreELEC-Debug-Scripts Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments