This set of changes adds support for building the greybus loopback_test utility from drivers/staging/greybus/tools, adds support for starting gbsim in loopback mode with associated shortcuts/manifests and enables building of the greybus loopback_test utility by default in the buildroot overlay. For simplicity I've setup a branch on github and already sent Rui a pull request. https://github.com/bryanodonoghue/ara_buildroot_x86_64/tree/master%2Bloopback Bryan O'Donoghue (5): package: add greybus_loopback_test package bin: Add a loopback shortcut to /bin manifest: add loopback to the set of manifest files defconfig: enable loopback_test in the staging defconfig readme: add loopback to the set of listed commands Config.in | 1 + README.md | 1 + board/ara/overlay/bin/loopback | 1 + .../etc/manifests/simple-loopback-module.mnfb | Bin 0 -> 132 bytes configs/ara_qemu_x86_64_staging_next_defconfig | 1 + package/greybus_loopback_test/Config.in | 6 +++++ .../greybus_loopback_test/greybus_loopback_test.mk | 25 +++++++++++++++++++++ 7 files changed, 35 insertions(+) create mode 120000 board/ara/overlay/bin/loopback create mode 100644 board/ara/overlay/etc/manifests/simple-loopback-module.mnfb create mode 100644 package/greybus_loopback_test/Config.in create mode 100644 package/greybus_loopback_test/greybus_loopback_test.mk -- 2.7.4 _______________________________________________ greybus-dev mailing list greybus-dev@xxxxxxxxxxxxxxxx https://lists.linaro.org/mailman/listinfo/greybus-dev