Previous patches added the ability to build the greybus loopback_test utility from staging and added shortcuts for starting up gbsim in loopback mode. This patch enables building of the greybus loopback_test utility by default as we do for other greybus related utilities in this overlay layer.
Signed-off-by: Bryan O'Donoghue pure.logic@nexus-software.ie --- configs/ara_qemu_x86_64_staging_next_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/ara_qemu_x86_64_staging_next_defconfig b/configs/ara_qemu_x86_64_staging_next_defconfig index 00a745b..8200261 100644 --- a/configs/ara_qemu_x86_64_staging_next_defconfig +++ b/configs/ara_qemu_x86_64_staging_next_defconfig @@ -24,3 +24,4 @@ BR2_TARGET_ROOTFS_EXT2=y BR2_PACKAGE_GBSIM=y BR2_PACKAGE_LIBUSBG=y BR2_PACKAGE_GBUTILS=y +BR2_PACKAGE_LINUX_TOOLS_GBLOOPBACK_TEST=y