layerscape: add restool package
authorYangbo Lu <yangbo.lu@nxp.com>
Wed, 18 Oct 2017 02:37:58 +0000 (10:37 +0800)
committerJohn Crispin <john@phrozen.org>
Fri, 10 Nov 2017 22:00:47 +0000 (23:00 +0100)
commit23c1504059e187a279296bc827878c8dc314cc05
treef1c71d63bc0ee8802de9931d189c35148dbb6567
parent1e0276a39af1094cff925148cc8340fc1893056d
layerscape: add restool package

restool is a user space application providing the
ability to dynamically create and manage Layerscape
DPAA2 containers and objects from Linux.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
13 files changed:
package/network/utils/layerscape/restool/Makefile [new file with mode: 0644]
package/network/utils/layerscape/restool/patches/0001-scripts-move-shebang-on-the-first-line.patch [new file with mode: 0644]
package/network/utils/layerscape/restool/patches/0002-dprc-add-full-path-option-to-dprc-list-command.patch [new file with mode: 0644]
package/network/utils/layerscape/restool/patches/0003-scripts-remove-unnecessary-arrays.patch [new file with mode: 0644]
package/network/utils/layerscape/restool/patches/0004-scripts-use-restool-full-path-option.patch [new file with mode: 0644]
package/network/utils/layerscape/restool/patches/0005-scripts-use-proper-arithmetic-operation-syntax.patch [new file with mode: 0644]
package/network/utils/layerscape/restool/patches/0006-scripts-use-strings-instead-of-arrays.patch [new file with mode: 0644]
package/network/utils/layerscape/restool/patches/0007-scripts-use-Bourne-shell-s-pattern-matching.patch [new file with mode: 0644]
package/network/utils/layerscape/restool/patches/0008-scripts-use-Bourne-shell-instead-of-bash.patch [new file with mode: 0644]
package/network/utils/layerscape/restool/patches/0009-scripts-workaround-for-a-improper-sed-substitution-T.patch [new file with mode: 0644]
package/network/utils/layerscape/restool/patches/0010-scripts-use-proper-arithmetic-operations.patch [new file with mode: 0644]
package/network/utils/layerscape/restool/patches/0011-scripts-do-not-compare-strings-with-regexp-expressio.patch [new file with mode: 0644]
package/network/utils/layerscape/restool/patches/0012-scripts-replace-nproc-with-cross-platform-implementa.patch [new file with mode: 0644]