Add pi3_domo

TG-5 #closed.
This commit is contained in:
jbnadal
2017-03-29 10:38:02 +02:00
parent 42c92a6bcb
commit 35d06fac40
21 changed files with 8755 additions and 0 deletions

22
projects/pi3_domo/post-build.sh Executable file
View File

@@ -0,0 +1,22 @@
#!/bin/bash
# Catch Postbuild Error
function error {
echo "Postbuild Failed."
exit 1;
}
set -e
trap error ERR
echo "==> POSTBUILD:"
echo "BR_STAGING: ${BR_STAGING}"
echo "BR_PROJECT: " ${BR_PROJECT}
cp -a ${BR_PROJECT}/configs/config.txt ${BR_STAGING}/buildroot/images/
cp -a ${BR_PROJECT}/dts/pi_Domo.dtb ${BR_STAGING}/buildroot/images/
cp -a ${BR_STAGING}/buildroot/images/uboot-env.bin ${BR_STAGING}/buildroot/images/uboot.env