mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
add superiotool from coreboot for debugging
This commit is contained in:
parent
9d57c2ff98
commit
6d34b922c4
11
packages/tools/superiotool/build
Executable file
11
packages/tools/superiotool/build
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $BUILD/$1*
|
||||
|
||||
$MAKE CC=$TARGET_CC
|
||||
|
||||
$STRIP $1
|
6
packages/tools/superiotool/install
Executable file
6
packages/tools/superiotool/install
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -PR $BUILD/$1*/$1 $INSTALL/usr/bin
|
1
packages/tools/superiotool/url
Normal file
1
packages/tools/superiotool/url
Normal file
@ -0,0 +1 @@
|
||||
http://sources.openelec.tv/svn/superiotool-svn-4111.tar.bz2
|
@ -75,6 +75,9 @@ case "$2" in
|
||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install mrxvt
|
||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install pciutils
|
||||
|
||||
# Devtools for Cooreboot... (not for Release)
|
||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install superiotool
|
||||
|
||||
#[ "$EXTRACODECS" = yes ] && $SCRIPTS/install extra-codecs-nonfree $1
|
||||
#[ "$EXTRAFIRMWARES" = yes ] && $SCRIPTS/install extra-firmwares-nonfree $1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user