bootchart:

- remove package bootchart
This commit is contained in:
Stephan Raue 2010-05-17 03:02:20 +02:00
parent 0095fef7d7
commit ea85e12cec
5 changed files with 1 additions and 22 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -97,13 +97,7 @@
$IONICE /bin/busybox mount --move /flash /sysroot/flash
$IONICE /bin/busybox mount --move /storage /sysroot/storage
if [ "$BOOTCHART" = "yes" -a -f "/sysroot/sbin/bootchartd" ] ; then
progress "Starting Bootchart logging"
$IONICE /bin/busybox mkdir -p /sysroot/storage/.bootchart
exec $IONICE /bin/busybox switch_root /sysroot /sbin/bootchartd -o /storage/.bootchart
else
exec $IONICE /bin/busybox switch_root /sysroot /sbin/init
fi
exec $IONICE /bin/busybox switch_root /sysroot /sbin/init
error "INIT_3" "Error in initramfs. Could not switch to new root"
debug_shell