update to flashrom-0.9.0

This commit is contained in:
Stephan Raue 2009-05-04 22:59:33 +02:00
parent a3dec2274d
commit 6003adf0ac
6 changed files with 11 additions and 27 deletions

View File

@ -13,10 +13,10 @@ args=""
if /usr/bin/test "${ELISA_DEBUG}" = "yes" ; then
args="${args} ELISA_DEBUG=*:5"
args="${args} GST_DEBUG_NO_COLOR=1"
args="${args} GST_DEBUG="*:5
args="${args} GST_DEBUG=GST_ELEMENT_FACTORY:3"
args="${args} -l"
fi
# args="${args} GST_DEBUG=*:5"
# args="${args} GST_DEBUG=GST_ELEMENT_FACTORY:3"
if /usr/bin/test "${ELISA_FULLSCREEN}" = "yes" ; then
@ -28,4 +28,4 @@ if /usr/bin/test "${ELISA_DEBUG}" = "yes" ; then
/usr/bin/mrxvt
else
/usr/bin/elisa ${args} > /dev/null 2>&1
fi
fi

View File

@ -1,3 +1,4 @@
#!/bin/sh
/bin/sync
/sbin/poweroff

View File

@ -18,16 +18,17 @@
/bin/busybox mount -o remount,ro /flash
/bin/busybox sync
echo "... done"
echo "System reboots in 5 seconds"
/bin/busybox sleep 5
echo "System reboots now"
/bin/busybox reboot
fi
# /bin/busybox sleep 5
if [ -f "/storage/.update/openelec.system" ]; then
echo "updating System..."
/bin/busybox mount -o remount,rw /flash
/bin/busybox mv /storage/.update/openelec.system /flash/openelec.system
/bin/busybox mount -o remount,ro /flash
/bin/busybox sync
echo "... done"
fi

View File

@ -1,18 +0,0 @@
diff -Naur flashrom/Makefile flashrom.patch/Makefile
--- flashrom/Makefile 2009-04-14 03:43:10.000000000 +0200
+++ flashrom.patch/Makefile 2009-04-17 00:00:43.238159402 +0200
@@ -40,8 +40,7 @@
# Set the flashrom version string from the highest revision number
# of the checked out flashrom files.
-SVNDEF := -D'FLASHROM_VERSION="$(shell svnversion -cn . \
- | sed -e "s/.*://" -e "s/\([0-9]*\).*/\1/")"'
+ SVNDEF := -D'FLASHROM_VERSION="$(shell cat version)"'
$(PROGRAM): $(OBJS)
$(CC) -o $(PROGRAM) $(OBJS) $(LDFLAGS)
diff -Naur flashrom/version flashrom.patch/version
--- flashrom/version 1970-01-01 01:00:00.000000000 +0100
+++ flashrom.patch/version 2009-04-16 23:59:52.958410419 +0200
@@ -0,0 +1 @@
+4107

View File

@ -1 +1 @@
http://sources.openelec.tv/svn/flashrom-svn-4115.tar.bz2
http://qa.coreboot.org/releases/flashrom-0.9.0.tar.bz2

View File

@ -11,8 +11,8 @@ progress "starting Xorg"
# modprobe drm
mkdir -p /var/lib/xkb/
if /usr/bin/test "${ELISA_DEBUG}" = "yes" ; then
mount -o bind /storage /var/log
fi
#if /usr/bin/test "${ELISA_DEBUG}" = "yes" ; then
# mount -o bind /storage /var/log
#fi
xinit $XINITRC -- $XSERVERRC > /dev/null 2>&1