Skip to content

Commit

Permalink
fixed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
heneault committed Mar 28, 2021
1 parent 464ac0e commit a85f589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-pitrezor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ git clone https://github.com/heneault/yocto-pitrezor.git && \
cd yocto-pitrezor && \
git checkout $TAG && \
git submodule update --init --recursive && \
sed -i -e "s/^MACHINE.*/MACHINE ??= \"${MACHINE}\"/" conf/local.conf
sed -i -e 's/^MACHINE.*/MACHINE ??= \"$MACHINE\"/' build/conf/local.conf && \
. poky/oe-init-build-env build && \
bitbake pitrezor-image && \
cp tmp/deploy/images/$MACHINE/pitrezor-image-$MACHINE.rpi-sdimg /$IMGFILE"
Expand Down

0 comments on commit a85f589

Please sign in to comment.