Packages

Nerves System - F3RP70

Retired package: Release invalid - Can't start Erlang VM by not enough entropy, because rngd compiled by GCC 10.x fails to start.

Current section

Files

Jump to
Raw

post-build.sh

#!/bin/sh
set -e
# Create the revert script for manually switching back to the previously
# active firmware.
mkdir -p $TARGET_DIR/usr/share/fwup
$HOST_DIR/usr/bin/fwup -c -f $NERVES_DEFCONFIG_DIR/fwup-revert.conf -o $TARGET_DIR/usr/share/fwup/revert.fw
# Copy the fwup includes to the images dir
cp -rf $NERVES_DEFCONFIG_DIR/fwup_include $BINARIES_DIR