From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yann E. MORIN Date: Mon, 12 Dec 2016 18:26:36 +0100 Subject: [Buildroot] [PATCH v2 2/2] package: linux-tools: add usbip In-Reply-To: <1481562559-12526-2-git-send-email-tal.shorer@gmail.com> References: <1481562559-12526-1-git-send-email-tal.shorer@gmail.com> <1481562559-12526-2-git-send-email-tal.shorer@gmail.com> Message-ID: <20161212172636.GB3509@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Tal, All, On 2016-12-12 19:09 +0200, Tal Shorer spake thusly: > add the usbip package from the kernel source, allowing users to share > usb devices over a network connection Sorry, but I still think a spearate package is better, because we re-use the autotools infra rather than rewrite it... See my reply in the previos thread. Regards, Yann E. MORIN. > Signed-off-by: Tal Shorer > --- > package/linux-tools/Config.in | 7 ++++++ > package/linux-tools/linux-tool-usbip.mk | 42 +++++++++++++++++++++++++++++++++ > 2 files changed, 49 insertions(+) > create mode 100644 package/linux-tools/linux-tool-usbip.mk > > diff --git a/package/linux-tools/Config.in b/package/linux-tools/Config.in > index db9ed9f..83b5ee0 100644 > --- a/package/linux-tools/Config.in > +++ b/package/linux-tools/Config.in > @@ -83,4 +83,11 @@ comment "selftests needs BR2_PACKAGE_BUSYBOX_SHOW_OTHERS" > depends on BR2_USE_MMU > depends on !BR2_PACKAGE_BUSYBOX_SHOW_OTHERS > > +config BR2_PACKAGE_LINUX_TOOLS_USBIP > + bool"usbip" > + select BR2_PACKAGE_LINUX_TOOLS > + help > + usbip is a set of tools that allows machines to share their > + usb devices over the network, to be driven by a remote client. > + > endmenu > diff --git a/package/linux-tools/linux-tool-usbip.mk b/package/linux-tools/linux-tool-usbip.mk > new file mode 100644 > index 0000000..1ec01b5 > --- /dev/null > +++ b/package/linux-tools/linux-tool-usbip.mk > @@ -0,0 +1,42 @@ > +################################################################################ > +# > +# usbip > +# > +################################################################################ > + > +LINUX_TOOLS += usbip > + > +USBIP_MAKE_OPTS = $(LINUX_MAKE_FLAGS) > + > +USBIP_DIR = $(wildcard \ > + $(LINUX_DIR)/tools/usb/usbip \ > + $(LINUX_DIR)/drivers/staging/usbip/userspace) > + > +define USBIP_CONFIGURE_CMDS > + $(Q)if ! [[ -d $(USBIP_DIR) ]] >/dev/null 2>&1 ; then \ > + echo "Your kernel version is too old and does not have usbip." ; \ > + echo "At least kernel 3.0 must be used." ; \ > + exit 1 ; \ > + fi > + cd $(USBIP_DIR) && $(AUTORECONF) && \ > + $(TARGET_CONFIGURE_OPTS) \ > + $(TARGET_CONFIGURE_ARGS) \ > + ./configure \ > + --target=$(GNU_TARGET_NAME) \ > + --host=$(GNU_TARGET_NAME) \ > + --build=$(GNU_HOST_NAME) \ > + --prefix=$(TARGET_DIR)/usr \ > + $(SHARED_STATIC_LIBS_OPTS) > + > +endef > + > +define USBIP_BUILD_CMDS > + $(TARGET_MAKE_ENV) $(MAKE) -C $(USBIP_DIR) $(USBIP_MAKE_OPTS) > +endef > + > +define USBIP_INSTALL_TARGET_CMDS > + $(TARGET_MAKE_ENV) $(MAKE) -C $(USBIP_DIR) \ > + $(USBIP_MAKE_OPTS) \ > + INSTALL_ROOT=$(TARGET_DIR) \ > + install > +endef > -- > 2.7.4 > > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/mailman/listinfo/buildroot -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------'