Add sun8i target config.
This commit is contained in:
18
projects/sun8i-h2_domo/post-build.sh
Executable file
18
projects/sun8i-h2_domo/post-build.sh
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
|
||||
FEX2BIN=$HOST_DIR/usr/bin/fex2bin
|
||||
|
||||
# Catch Postbuild Error
|
||||
function error {
|
||||
|
||||
echo "Postbuild Failed."
|
||||
exit 1;
|
||||
}
|
||||
|
||||
set -e
|
||||
trap error ERR
|
||||
|
||||
echo "==> sun8i-h3 POSTBUILD:"
|
||||
|
||||
# Generate script.bin
|
||||
$FEX2BIN ${PROJECT}/fex/orangepipcplus.fex ${BINARIES_DIR}/script.bin
|
||||
Reference in New Issue
Block a user