Skip to content

Commit

Permalink
zynq_{pluto,m2k,sidekiqz2}_defconfig: add host mtools dependency
Browse files Browse the repository at this point in the history
Since upstream did not accept the proposal to add host-mtools as a
dependency of genimage, the thing to do is to add it to the defconfig.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
  • Loading branch information
commodo committed May 29, 2019
1 parent 915acc9 commit 4a57c15
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/zynq_m2k_defconfig
Expand Up @@ -62,3 +62,4 @@ BR2_TARGET_ROOTFS_CPIO_GZIP=y
BR2_TARGET_ROOTFS_CPIO_UIMAGE=y
BR2_PACKAGE_HOST_DOSFSTOOLS=y
BR2_PACKAGE_HOST_GENIMAGE=y
BR2_PACKAGE_HOST_MTOOLS=y
1 change: 1 addition & 0 deletions configs/zynq_pluto_boost_defconfig
Expand Up @@ -79,3 +79,4 @@ BR2_TARGET_ROOTFS_CPIO=y
BR2_TARGET_ROOTFS_CPIO_GZIP=y
BR2_TARGET_ROOTFS_CPIO_UIMAGE=y
BR2_PACKAGE_HOST_GENIMAGE=y
BR2_PACKAGE_HOST_MTOOLS=y
1 change: 1 addition & 0 deletions configs/zynq_pluto_defconfig
Expand Up @@ -63,3 +63,4 @@ BR2_TARGET_ROOTFS_CPIO_GZIP=y
BR2_TARGET_ROOTFS_CPIO_UIMAGE=y
BR2_PACKAGE_HOST_DOSFSTOOLS=y
BR2_PACKAGE_HOST_GENIMAGE=y
BR2_PACKAGE_HOST_MTOOLS=y
1 change: 1 addition & 0 deletions configs/zynq_sidekiqz2_defconfig
Expand Up @@ -63,3 +63,4 @@ BR2_TARGET_ROOTFS_CPIO_GZIP=y
BR2_TARGET_ROOTFS_CPIO_UIMAGE=y
BR2_PACKAGE_HOST_DOSFSTOOLS=y
BR2_PACKAGE_HOST_GENIMAGE=y
BR2_PACKAGE_HOST_MTOOLS=y

0 comments on commit 4a57c15

Please sign in to comment.