mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
new package:
- add package bootchart (not working at the moment)
This commit is contained in:
parent
fe56cc4e1e
commit
425a10c7e2
7
packages/debug/bootchart/build
Executable file
7
packages/debug/bootchart/build
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
|
|
||||||
|
make CC=$TARGET_CC
|
6
packages/debug/bootchart/install
Executable file
6
packages/debug/bootchart/install
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/sbin
|
||||||
|
cp -PR $PKG_BUILD/bootchartd $INSTALL/sbin
|
1
packages/debug/bootchart/url
Normal file
1
packages/debug/bootchart/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://sources.openelec.tv/svn/bootchart-1.2.tar.gz
|
@ -4,3 +4,4 @@
|
|||||||
|
|
||||||
$SCRIPTS/install strace
|
$SCRIPTS/install strace
|
||||||
$SCRIPTS/install gdb
|
$SCRIPTS/install gdb
|
||||||
|
$SCRIPTS/install bootchart
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# start bootchartd if avaible
|
||||||
|
[ -f /sbin/bootchartd ] && /sbin/bootchartd -o /storage
|
||||||
|
|
||||||
# read config
|
# read config
|
||||||
. /etc/sysconfig
|
. /etc/sysconfig
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user