Skip to content

Commit d5536fa

Browse files
committed
board/common/post-image: Remove hack for building sdcards images
Bootloaders is not built during normal build, not possible to create sdcard images.
1 parent ce895a4 commit d5536fa

File tree

2 files changed

+0
-69
lines changed

2 files changed

+0
-69
lines changed

board/common/post-image.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,3 @@ if [ "$BR2_TARGET_ROOTFS_SQUASHFS" = "y" ]; then
110110
# Quick intro for beginners, with links to more information
111111
cp "$BR2_EXTERNAL_INFIX_PATH/board/common/README.txt" "$BINARIES_DIR/"
112112
fi
113-
114-
boards=$(${BR2_EXTERNAL_INFIX_PATH}/board/common/selected-boards.sh ${BR2_EXTERNAL_INFIX_PATH} ${O})
115-
for board in $boards; do
116-
[ ! -f "${BR2_EXTERNAL_INFIX_PATH}/src/board/${board}/post-image.sh" ] && continue
117-
RELEASE=$(ver)
118-
export INFIX_ID RELEASE
119-
${BR2_EXTERNAL_INFIX_PATH}/src/board/${board}/post-image.sh
120-
done

board/common/selected-boards.sh

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)