Skip to content

Commit

Permalink
hosttools-tarball: Add hidapi-libusb
Browse files Browse the repository at this point in the history
Add the library libhidapi-libusb.so to the SDK.
This library is needed by OpenOCD in order to support cmsis-dap.
While in there, some additional cosmetic changes.

Change-Id: Iac0de2ae252dacfb124ad5f709351b47dafc91b0
Signed-off-by: Juro Bystricky <[email protected]>
  • Loading branch information
jurobystricky committed May 10, 2016
1 parent 1d3028b commit ca2aacf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions recipes-hosttools/hosttools/hosttools-tarball.bb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
DESCRIPTION = "SDK type target for building a standalone tarball containing various host SDK packages for TM. The \
tarball can be used to run bitbake builds on systems which don't meet the usual version requirements."
DESCRIPTION = "Standalone tarball containing various host SDK packages for Zephyr development."
SUMMARY = "Standalone tarball for running Zephyr SDK builds on all systems"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
Expand All @@ -19,6 +18,7 @@ TOOLCHAIN_HOST_TASK ?= "\
nativesdk-libstdc++-dev \
nativesdk-make \
nativesdk-zephyr-qemu \
nativesdk-hidapi-libusb \
nativesdk-python \
nativesdk-python-ply \
nativesdk-python3 \
Expand All @@ -36,8 +36,6 @@ TOOLCHAIN_OUTPUTNAME ?= "${DISTRO}-${SDKMACHINE}-hosttools-standalone-${DISTRO_V

RDEPENDS = "${TOOLCHAIN_HOST_TASK}"

EXCLUDE_FROM_WORLD = "1"

inherit meta
inherit populate_sdk
inherit toolchain-scripts
Expand Down

0 comments on commit ca2aacf

Please sign in to comment.