Skip to content

Commit

Permalink
barys: Don't use meta-balena-bsp as machine layer
Browse files Browse the repository at this point in the history
Fixes the following error
TEMPLATECONF value points to nonexistent directory

Change-type: Patch
Signed-off-by: Alexandru Costache <alexandru@balena.io>
  • Loading branch information
acostach committed Mar 22, 2021
1 parent bdb09c9 commit 1be16fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/barys
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ if [ "x$REMOVEBUILD" == "xyes" ]; then
rm -rf $SCRIPTPATH/../../$BUILD_DIR
fi

BALENA_MACHINE_LAYER=$(ls ${SCRIPTPATH}/../../layers/ | grep meta-balena-)
BALENA_MACHINE_LAYER=$(ls ${SCRIPTPATH}/../../layers/ | grep meta-balena- | grep -v meta-balena-bsp)

# Configure build

Expand Down

0 comments on commit 1be16fe

Please sign in to comment.