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-images/images/angstrom-lxde-image.bb | 8 ++-- .../gpio-tool/files/apalis-imx6/gpio-tool | Bin 0 -> 434692 bytes .../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 recipes-support/gpio-tool/gpio-tool.bb | 45 +++++++++++++++++++++ recipes-support/gpioconfig/files/GPIOConfig | Bin 5320 -> 0 bytes .../gpioconfig/files/GPIOConfig.desktop | 11 ----- recipes-support/gpioconfig/files/GPIOConfig.png | Bin 340 -> 0 bytes .../gpioconfig/files/apalis-imx6/GPIOConfig | Bin 366612 -> 0 bytes .../gpioconfig/files/colibri-imx6/GPIOConfig | Bin 381432 -> 0 bytes recipes-support/gpioconfig/files/mx7d/GPIOConfig | Bin 393684 -> 0 bytes recipes-support/gpioconfig/files/tegra/GPIOConfig | Bin 367228 -> 0 bytes recipes-support/gpioconfig/files/vf/GPIOConfig | Bin 327652 -> 0 bytes recipes-support/gpioconfig/gpioconfig.bb | 45 --------------------- 19 files changed, 60 insertions(+), 60 deletions(-) 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 create mode 100644 recipes-support/gpio-tool/gpio-tool.bb delete mode 100755 recipes-support/gpioconfig/files/GPIOConfig delete mode 100644 recipes-support/gpioconfig/files/GPIOConfig.desktop delete mode 100644 recipes-support/gpioconfig/files/GPIOConfig.png delete mode 100755 recipes-support/gpioconfig/files/apalis-imx6/GPIOConfig delete mode 100755 recipes-support/gpioconfig/files/colibri-imx6/GPIOConfig delete mode 100755 recipes-support/gpioconfig/files/mx7d/GPIOConfig delete mode 100755 recipes-support/gpioconfig/files/tegra/GPIOConfig delete mode 100755 recipes-support/gpioconfig/files/vf/GPIOConfig delete mode 100644 recipes-support/gpioconfig/gpioconfig.bb 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 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 diff --git a/recipes-support/gpio-tool/gpio-tool.bb b/recipes-support/gpio-tool/gpio-tool.bb new file mode 100644 index 0000000..5d1079c --- /dev/null +++ b/recipes-support/gpio-tool/gpio-tool.bb @@ -0,0 +1,45 @@ +SUMMARY = "GPIOConfig tool for Toradex Modules" +SECTION = "base" +LICENSE = "CLOSED" +PR = "r3" + +PACKAGE_ARCH = "${MACHINE_ARCH}" + +DEPENDS = "gtk+" +RDEPENDS_{PN} = "gtk+" + +SRC_URI = "file://gpio-tool" +SRC_URI += "file://gpio-tool.desktop" +SRC_URI += "file://gpio-tool.png" + +PACKAGES = "${PN}" + +#no gnu_hash in binaries, skip QA dev-so for this package +#we have symlinks ending in .so, skip QA ldflags for this package +#inhibit warnings about files being stripped +INSANE_SKIP_${PN} = "ldflags already-stripped" + +# just don't do any configuring +do_configure() { +} + +do_install() { + install -d ${D}/${bindir} + install -d ${D}/${datadir}/applications + install -d ${D}/${datadir}/pixmaps + 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/gpio-tool.desktop ${base_prefix}/home/root/Desktop/ +} + +pkg_postrm_${PN}() { + rm -f ${base_prefix}/home/Desktop/gpio-tool.desktop +} + + + diff --git a/recipes-support/gpioconfig/files/GPIOConfig b/recipes-support/gpioconfig/files/GPIOConfig deleted file mode 100755 index 85a2fe8..0000000 Binary files a/recipes-support/gpioconfig/files/GPIOConfig and /dev/null differ 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/GPIOConfig.png b/recipes-support/gpioconfig/files/GPIOConfig.png deleted file mode 100644 index 2227e81..0000000 Binary files a/recipes-support/gpioconfig/files/GPIOConfig.png and /dev/null differ 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 Binary files a/recipes-support/gpioconfig/files/apalis-imx6/GPIOConfig and /dev/null 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 Binary files a/recipes-support/gpioconfig/files/colibri-imx6/GPIOConfig and /dev/null differ diff --git a/recipes-support/gpioconfig/files/mx7d/GPIOConfig b/recipes-support/gpioconfig/files/mx7d/GPIOConfig deleted file mode 100755 index 82d2296..0000000 Binary files a/recipes-support/gpioconfig/files/mx7d/GPIOConfig and /dev/null differ diff --git a/recipes-support/gpioconfig/files/tegra/GPIOConfig b/recipes-support/gpioconfig/files/tegra/GPIOConfig deleted file mode 100755 index 468e237..0000000 Binary files a/recipes-support/gpioconfig/files/tegra/GPIOConfig and /dev/null differ diff --git a/recipes-support/gpioconfig/files/vf/GPIOConfig b/recipes-support/gpioconfig/files/vf/GPIOConfig deleted file mode 100755 index 27eae36..0000000 Binary files a/recipes-support/gpioconfig/files/vf/GPIOConfig and /dev/null differ diff --git a/recipes-support/gpioconfig/gpioconfig.bb b/recipes-support/gpioconfig/gpioconfig.bb deleted file mode 100644 index 7d90d8c..0000000 --- a/recipes-support/gpioconfig/gpioconfig.bb +++ /dev/null @@ -1,45 +0,0 @@ -SUMMARY = "GPIOConfig tool for Toradex Modules" -SECTION = "base" -LICENSE = "CLOSED" -PR = "r3" - -PACKAGE_ARCH = "${MACHINE_ARCH}" - -DEPENDS = "gtk+" -RDEPENDS_{PN} = "gtk+" - -SRC_URI = "file://GPIOConfig" -SRC_URI += "file://GPIOConfig.desktop" -SRC_URI += "file://GPIOConfig.png" - -PACKAGES = "${PN}" - -#no gnu_hash in binaries, skip QA dev-so for this package -#we have symlinks ending in .so, skip QA ldflags for this package -#inhibit warnings about files being stripped -INSANE_SKIP_${PN} = "ldflags already-stripped" - -# just don't do any configuring -do_configure() { -} - -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 -} - -pkg_postinst_${PN}() { - mkdir -p ${base_prefix}/home/root/Desktop - cp ${datadir}/applications/GPIOConfig.desktop ${base_prefix}/home/root/Desktop/ -} - -pkg_postrm_${PN}() { - rm -f ${base_prefix}/home/Desktop/GPIOConfig.desktop -} - - - -- cgit v1.2.3