Skip to content

Commit

Permalink
build: Source board metadata for post build hook
Browse files Browse the repository at this point in the history
The board specific meta data might be required in the post build script,
e.g. the board name or whatever information is defined in meta.sh.
  • Loading branch information
zehnm committed Feb 6, 2021
1 parent 7018e2c commit a7f9db4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildroot-external/scripts/post-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ SCRIPT_DIR="$(dirname $0)"
BOARD_DIR="$2"
HOOK_FILE="$3"

. "${BOARD_DIR}/meta.sh"

. "${HOOK_FILE}"


Expand Down

0 comments on commit a7f9db4

Please sign in to comment.