From 185995f619dd5d1dbcf35d2a92955a34bb6798a2 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 30 Nov 2016 16:31:57 +0100 Subject: gpio-tool: renamed the tool to gpio-tool Follow the name change in the WinCE team. Signed-off-by: Max Krummenacher Acked-by: Stefan Agner --- recipes-support/gpio-tool/files/apalis-imx6/gpio-tool | Bin 0 -> 434692 bytes recipes-support/gpio-tool/files/colibri-imx6/gpio-tool | Bin 0 -> 435668 bytes recipes-support/gpio-tool/files/gpio-tool | Bin 0 -> 5320 bytes recipes-support/gpio-tool/files/gpio-tool.desktop | 11 +++++++++++ recipes-support/gpio-tool/files/gpio-tool.png | Bin 0 -> 340 bytes recipes-support/gpio-tool/files/mx7d/gpio-tool | Bin 0 -> 393768 bytes recipes-support/gpio-tool/files/tegra/gpio-tool | Bin 0 -> 394580 bytes recipes-support/gpio-tool/files/vf/gpio-tool | Bin 0 -> 350164 bytes 8 files changed, 11 insertions(+) create mode 100755 recipes-support/gpio-tool/files/apalis-imx6/gpio-tool create mode 100755 recipes-support/gpio-tool/files/colibri-imx6/gpio-tool create mode 100755 recipes-support/gpio-tool/files/gpio-tool create mode 100644 recipes-support/gpio-tool/files/gpio-tool.desktop create mode 100644 recipes-support/gpio-tool/files/gpio-tool.png create mode 100755 recipes-support/gpio-tool/files/mx7d/gpio-tool create mode 100755 recipes-support/gpio-tool/files/tegra/gpio-tool create mode 100755 recipes-support/gpio-tool/files/vf/gpio-tool (limited to 'recipes-support/gpio-tool/files') diff --git a/recipes-support/gpio-tool/files/apalis-imx6/gpio-tool b/recipes-support/gpio-tool/files/apalis-imx6/gpio-tool new file mode 100755 index 0000000..3c79b60 Binary files /dev/null and b/recipes-support/gpio-tool/files/apalis-imx6/gpio-tool differ diff --git a/recipes-support/gpio-tool/files/colibri-imx6/gpio-tool b/recipes-support/gpio-tool/files/colibri-imx6/gpio-tool new file mode 100755 index 0000000..b485d76 Binary files /dev/null and b/recipes-support/gpio-tool/files/colibri-imx6/gpio-tool differ diff --git a/recipes-support/gpio-tool/files/gpio-tool b/recipes-support/gpio-tool/files/gpio-tool new file mode 100755 index 0000000..85a2fe8 Binary files /dev/null and b/recipes-support/gpio-tool/files/gpio-tool differ diff --git a/recipes-support/gpio-tool/files/gpio-tool.desktop b/recipes-support/gpio-tool/files/gpio-tool.desktop new file mode 100644 index 0000000..a862332 --- /dev/null +++ b/recipes-support/gpio-tool/files/gpio-tool.desktop @@ -0,0 +1,11 @@ +#!/usr/bin/env xdg-open + +[Desktop Entry] +Version=1.0 +Type=Application +Terminal=false +Icon[C]=gpio-tool.png +Exec=/usr/bin/gpio-tool +Name[C]=GPIO Tool +Name=GPIO Tool +Icon=gpio-tool.png diff --git a/recipes-support/gpio-tool/files/gpio-tool.png b/recipes-support/gpio-tool/files/gpio-tool.png new file mode 100644 index 0000000..2227e81 Binary files /dev/null and b/recipes-support/gpio-tool/files/gpio-tool.png differ diff --git a/recipes-support/gpio-tool/files/mx7d/gpio-tool b/recipes-support/gpio-tool/files/mx7d/gpio-tool new file mode 100755 index 0000000..c68fe0f Binary files /dev/null and b/recipes-support/gpio-tool/files/mx7d/gpio-tool differ diff --git a/recipes-support/gpio-tool/files/tegra/gpio-tool b/recipes-support/gpio-tool/files/tegra/gpio-tool new file mode 100755 index 0000000..e2e96bc Binary files /dev/null and b/recipes-support/gpio-tool/files/tegra/gpio-tool differ diff --git a/recipes-support/gpio-tool/files/vf/gpio-tool b/recipes-support/gpio-tool/files/vf/gpio-tool new file mode 100755 index 0000000..7d7d976 Binary files /dev/null and b/recipes-support/gpio-tool/files/vf/gpio-tool differ -- cgit v1.2.3