Skip to content

Commit

Permalink
configs/zynq_[pluto|m2k]_defconfig: Remove strace
Browse files Browse the repository at this point in the history
Remove strace since it fails to build with the 2019.1 toolchain.

Signed-off-by: Michael Hennerich <[email protected]>
  • Loading branch information
mhennerich committed Mar 30, 2021
1 parent bcff860 commit 7e6be5f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion configs/zynq_m2k_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
BR2_TARGET_GENERIC_ROOT_PASSWD="analog"
BR2_TARGET_GENERIC_GETTY_PORT="ttyPS0"
BR2_ROOTFS_POST_BUILD_SCRIPT="board/m2k/post-build.sh"
BR2_PACKAGE_STRACE=y
BR2_PACKAGE_MTD=y
# BR2_PACKAGE_MTD_NANDDUMP is not set
# BR2_PACKAGE_MTD_NANDTEST is not set
Expand Down
1 change: 0 additions & 1 deletion configs/zynq_pluto_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
BR2_TARGET_GENERIC_ROOT_PASSWD="analog"
BR2_TARGET_GENERIC_GETTY_PORT="ttyPS0"
BR2_ROOTFS_POST_BUILD_SCRIPT="board/pluto/post-build.sh"
BR2_PACKAGE_STRACE=y
BR2_PACKAGE_MTD=y
# BR2_PACKAGE_MTD_NANDDUMP is not set
# BR2_PACKAGE_MTD_NANDTEST is not set
Expand Down

0 comments on commit 7e6be5f

Please sign in to comment.