new package:

- add package bootchart (not working at the moment)
This commit is contained in:
Stephan Raue 2010-02-08 21:22:22 +01:00
parent fe56cc4e1e
commit 425a10c7e2
5 changed files with 18 additions and 0 deletions

7
packages/debug/bootchart/build Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
. config/options
cd $PKG_BUILD
make CC=$TARGET_CC

View File

@ -0,0 +1,6 @@
#!/bin/sh
. config/options
mkdir -p $INSTALL/sbin
cp -PR $PKG_BUILD/bootchartd $INSTALL/sbin

View File

@ -0,0 +1 @@
http://sources.openelec.tv/svn/bootchart-1.2.tar.gz

View File

@ -4,3 +4,4 @@
$SCRIPTS/install strace
$SCRIPTS/install gdb
$SCRIPTS/install bootchart

View File

@ -1,5 +1,8 @@
#!/bin/sh
# start bootchartd if avaible
[ -f /sbin/bootchartd ] && /sbin/bootchartd -o /storage
# read config
. /etc/sysconfig