summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-11-30 16:31:57 +0100
committerStefan Agner <stefan.agner@toradex.com>2017-01-10 16:17:43 -0800
commit185995f619dd5d1dbcf35d2a92955a34bb6798a2 (patch)
treeea7d60f1f4a374747daec7f00e47e433cfe22d48
parent79b2a157c002e4c7fca0db0302a52058355f0fec (diff)
gpio-tool: renamed the tool to gpio-tool
Follow the name change in the WinCE team. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r--recipes-images/images/angstrom-lxde-image.bb8
-rwxr-xr-xrecipes-support/gpio-tool/files/apalis-imx6/gpio-toolbin0 -> 434692 bytes
-rwxr-xr-xrecipes-support/gpio-tool/files/colibri-imx6/gpio-toolbin0 -> 435668 bytes
-rwxr-xr-xrecipes-support/gpio-tool/files/gpio-tool (renamed from recipes-support/gpioconfig/files/GPIOConfig)bin5320 -> 5320 bytes
-rw-r--r--recipes-support/gpio-tool/files/gpio-tool.desktop11
-rw-r--r--recipes-support/gpio-tool/files/gpio-tool.png (renamed from recipes-support/gpioconfig/files/GPIOConfig.png)bin340 -> 340 bytes
-rwxr-xr-xrecipes-support/gpio-tool/files/mx7d/gpio-tool (renamed from recipes-support/gpioconfig/files/mx7d/GPIOConfig)bin393684 -> 393768 bytes
-rwxr-xr-xrecipes-support/gpio-tool/files/tegra/gpio-toolbin0 -> 394580 bytes
-rwxr-xr-xrecipes-support/gpio-tool/files/vf/gpio-toolbin0 -> 350164 bytes
-rw-r--r--recipes-support/gpio-tool/gpio-tool.bb (renamed from recipes-support/gpioconfig/gpioconfig.bb)16
-rw-r--r--recipes-support/gpioconfig/files/GPIOConfig.desktop11
-rwxr-xr-xrecipes-support/gpioconfig/files/apalis-imx6/GPIOConfigbin366612 -> 0 bytes
-rwxr-xr-xrecipes-support/gpioconfig/files/colibri-imx6/GPIOConfigbin381432 -> 0 bytes
-rwxr-xr-xrecipes-support/gpioconfig/files/tegra/GPIOConfigbin367228 -> 0 bytes
-rwxr-xr-xrecipes-support/gpioconfig/files/vf/GPIOConfigbin327652 -> 0 bytes
15 files changed, 23 insertions, 23 deletions
diff --git a/recipes-images/images/angstrom-lxde-image.bb b/recipes-images/images/angstrom-lxde-image.bb
index ac59f21..c50bc79 100644
--- a/recipes-images/images/angstrom-lxde-image.bb
+++ b/recipes-images/images/angstrom-lxde-image.bb
@@ -161,7 +161,7 @@ GSTREAMER_append_tegra124 = " \
GSTREAMER_colibri-vf = ""
IMAGE_INSTALL_append_tegra = " \
- gpioconfig \
+ gpio-tool \
tegrastats-gtk \
gnome-disk-utility \
mime-support \
@@ -178,7 +178,7 @@ IMAGE_INSTALL_append_tegra124 = " \
xvinfo \
"
IMAGE_INSTALL_append_mx6 = " \
- gpioconfig \
+ gpio-tool \
packagegroup-fsl-gpu-libs \
libopencl-mx6 \
gnome-disk-utility \
@@ -186,12 +186,12 @@ IMAGE_INSTALL_append_mx6 = " \
eglinfo-x11 \
"
IMAGE_INSTALL_append_mx7 = " \
- gpioconfig \
+ gpio-tool \
gnome-disk-utility \
mime-support \
"
IMAGE_INSTALL_append_vf = " \
- gpioconfig \
+ gpio-tool \
xf86-video-modesetting \
"
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
--- /dev/null
+++ b/recipes-support/gpio-tool/files/apalis-imx6/gpio-tool
Binary files 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
--- /dev/null
+++ b/recipes-support/gpio-tool/files/colibri-imx6/gpio-tool
Binary files differ
diff --git a/recipes-support/gpioconfig/files/GPIOConfig b/recipes-support/gpio-tool/files/gpio-tool
index 85a2fe8..85a2fe8 100755
--- a/recipes-support/gpioconfig/files/GPIOConfig
+++ b/recipes-support/gpio-tool/files/gpio-tool
Binary files 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/gpioconfig/files/GPIOConfig.png b/recipes-support/gpio-tool/files/gpio-tool.png
index 2227e81..2227e81 100644
--- a/recipes-support/gpioconfig/files/GPIOConfig.png
+++ b/recipes-support/gpio-tool/files/gpio-tool.png
Binary files differ
diff --git a/recipes-support/gpioconfig/files/mx7d/GPIOConfig b/recipes-support/gpio-tool/files/mx7d/gpio-tool
index 82d2296..c68fe0f 100755
--- a/recipes-support/gpioconfig/files/mx7d/GPIOConfig
+++ b/recipes-support/gpio-tool/files/mx7d/gpio-tool
Binary files 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
--- /dev/null
+++ b/recipes-support/gpio-tool/files/tegra/gpio-tool
Binary files 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
--- /dev/null
+++ b/recipes-support/gpio-tool/files/vf/gpio-tool
Binary files differ
diff --git a/recipes-support/gpioconfig/gpioconfig.bb b/recipes-support/gpio-tool/gpio-tool.bb
index 7d90d8c..5d1079c 100644
--- a/recipes-support/gpioconfig/gpioconfig.bb
+++ b/recipes-support/gpio-tool/gpio-tool.bb
@@ -8,9 +8,9 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
DEPENDS = "gtk+"
RDEPENDS_{PN} = "gtk+"
-SRC_URI = "file://GPIOConfig"
-SRC_URI += "file://GPIOConfig.desktop"
-SRC_URI += "file://GPIOConfig.png"
+SRC_URI = "file://gpio-tool"
+SRC_URI += "file://gpio-tool.desktop"
+SRC_URI += "file://gpio-tool.png"
PACKAGES = "${PN}"
@@ -27,18 +27,18 @@ do_install() {
install -d ${D}/${bindir}
install -d ${D}/${datadir}/applications
install -d ${D}/${datadir}/pixmaps
- install -m 755 ${WORKDIR}/GPIOConfig ${D}/${bindir}
- install -m 644 ${WORKDIR}/GPIOConfig.desktop ${D}/${datadir}/applications
- install -m 644 ${WORKDIR}/GPIOConfig.png ${D}/${datadir}/pixmaps/GPIOConfig.png
+ install -m 755 ${WORKDIR}/gpio-tool ${D}/${bindir}/
+ install -m 644 ${WORKDIR}/gpio-tool.desktop ${D}/${datadir}/applications/
+ install -m 644 ${WORKDIR}/gpio-tool.png ${D}/${datadir}/pixmaps/
}
pkg_postinst_${PN}() {
mkdir -p ${base_prefix}/home/root/Desktop
- cp ${datadir}/applications/GPIOConfig.desktop ${base_prefix}/home/root/Desktop/
+ cp ${datadir}/applications/gpio-tool.desktop ${base_prefix}/home/root/Desktop/
}
pkg_postrm_${PN}() {
- rm -f ${base_prefix}/home/Desktop/GPIOConfig.desktop
+ rm -f ${base_prefix}/home/Desktop/gpio-tool.desktop
}
diff --git a/recipes-support/gpioconfig/files/GPIOConfig.desktop b/recipes-support/gpioconfig/files/GPIOConfig.desktop
deleted file mode 100644
index 18467ab..0000000
--- a/recipes-support/gpioconfig/files/GPIOConfig.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env xdg-open
-
-[Desktop Entry]
-Version=1.0
-Type=Application
-Terminal=false
-Icon[C]=GPIOConfig.png
-Exec=/usr/bin/GPIOConfig
-Name[C]=GPIOConfig
-Name=GPIOConfig
-Icon=GPIOConfig.png
diff --git a/recipes-support/gpioconfig/files/apalis-imx6/GPIOConfig b/recipes-support/gpioconfig/files/apalis-imx6/GPIOConfig
deleted file mode 100755
index 98d289d..0000000
--- a/recipes-support/gpioconfig/files/apalis-imx6/GPIOConfig
+++ /dev/null
Binary files differ
diff --git a/recipes-support/gpioconfig/files/colibri-imx6/GPIOConfig b/recipes-support/gpioconfig/files/colibri-imx6/GPIOConfig
deleted file mode 100755
index 2400db5..0000000
--- a/recipes-support/gpioconfig/files/colibri-imx6/GPIOConfig
+++ /dev/null
Binary files differ
diff --git a/recipes-support/gpioconfig/files/tegra/GPIOConfig b/recipes-support/gpioconfig/files/tegra/GPIOConfig
deleted file mode 100755
index 468e237..0000000
--- a/recipes-support/gpioconfig/files/tegra/GPIOConfig
+++ /dev/null
Binary files differ
diff --git a/recipes-support/gpioconfig/files/vf/GPIOConfig b/recipes-support/gpioconfig/files/vf/GPIOConfig
deleted file mode 100755
index 27eae36..0000000
--- a/recipes-support/gpioconfig/files/vf/GPIOConfig
+++ /dev/null
Binary files differ