openocd: update to 0.11.0-rc1; add libgpiod dep; always depend on USB libs 14411/head
authorPaul Fertser <fercerpav@gmail.com>
Wed, 16 Dec 2020 11:14:15 +0000 (12:14 +0100)
committerPaul Fertser <fercerpav@gmail.com>
Sat, 2 Jan 2021 19:29:19 +0000 (22:29 +0300)
commit84e3d16143d66ccf43841c9f0aa0c3c749998060
tree9911cea15044167f7f71befb3aeaede7f08cc4f9
parent6816e1e4029779a240b2b1d3c84aac43fc025647
openocd: update to 0.11.0-rc1; add libgpiod dep; always depend on USB libs

The first release candidate with plenty of changes needs wider testing,
so package it.

Since Linux 4.8 new more efficient GPIO manipulation API is available
and sysfs class gpio is deprecated. Enable OpenOCD support for both for
now to avoid breaking existing user configs.

Due to low user demand and packaging difficulties require USB libraries
unconditionally from now on. Their sizes are not significant compared to
the OpenOCD package itself.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
utils/openocd/Makefile
utils/openocd/patches/010-gcc10.patch [deleted file]