Skip to content

Commit

Permalink
no extra arch on armel
Browse files Browse the repository at this point in the history
  • Loading branch information
mkellsy committed Sep 4, 2021
1 parent 78ec1a4 commit b80e65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ hoobs-version-armel.yaml:
sed "s/__RELEASE__/bullseye/" | \
sed "s/__SECURITY_SUITE__/bullseye-security/" | \
sed "s/__ARCH__/armel/" | \
sed "s/__EXTRA_ARCH__/armhf/" | \
grep -v "__EXTRA_ARCH__" | \
sed "s/__LINUX_IMAGE__/linux-image-rpi/" | \
sed "s/__DTB__/\\/usr\\/lib\\/linux-image-*-rpi\\/bcm*rpi-*.dtb/" | \
sed "s/__SERIAL_CONSOLE__/ttyAMA0,115200/" | \
Expand Down

0 comments on commit b80e65c

Please sign in to comment.