diff options
| -rw-r--r-- | meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/gpiod-sysfs-proxy.init.in | 2 | ||||
| -rw-r--r-- | meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/gpiod-sysfs-proxy.service.in | 2 | ||||
| -rw-r--r-- | meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.4.bb (renamed from meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.2.bb) | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/gpiod-sysfs-proxy.init.in b/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/gpiod-sysfs-proxy.init.in index a9cf5e4075..cba731c9fd 100644 --- a/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/gpiod-sysfs-proxy.init.in +++ b/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/gpiod-sysfs-proxy.init.in | |||
| @@ -40,7 +40,7 @@ do_start() | |||
| 40 | mkdir -p $MOUNTPOINT | 40 | mkdir -p $MOUNTPOINT |
| 41 | fi | 41 | fi |
| 42 | 42 | ||
| 43 | $PROG $MOUNTPOINT -o nonempty -o allow_other -o default_permissions -o entry_timeout=0 -f | logger -i $NAME & | 43 | $PROG $MOUNTPOINT -o nonempty -o allow_other -o default_permissions -o entry_timeout=0 -o attr_timeout=0 -f | logger -i $NAME & |
| 44 | echo "done" | 44 | echo "done" |
| 45 | } | 45 | } |
| 46 | 46 | ||
diff --git a/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/gpiod-sysfs-proxy.service.in b/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/gpiod-sysfs-proxy.service.in index 313523268c..5f8c4f4834 100644 --- a/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/gpiod-sysfs-proxy.service.in +++ b/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/gpiod-sysfs-proxy.service.in | |||
| @@ -7,7 +7,7 @@ Description=User-space, libgpiod-based compatibility layer for linux GPIO sysfs | |||
| 7 | [Service] | 7 | [Service] |
| 8 | RuntimeDirectory=gpio | 8 | RuntimeDirectory=gpio |
| 9 | Type=simple | 9 | Type=simple |
| 10 | ExecStart=/usr/bin/gpiod-sysfs-proxy @mountpoint@ -f -o nonempty -o allow_other -o default_permissions -o entry_timeout=0 | 10 | ExecStart=/usr/bin/gpiod-sysfs-proxy @mountpoint@ -f -o nonempty -o allow_other -o default_permissions -o entry_timeout=0 -o attr_timeout=0 |
| 11 | ExecStop=/bin/umount @mountpoint@ | 11 | ExecStop=/bin/umount @mountpoint@ |
| 12 | Restart=always | 12 | Restart=always |
| 13 | 13 | ||
diff --git a/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.2.bb b/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.4.bb index 3e68a52b09..52b73f3ff4 100644 --- a/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.2.bb +++ b/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.4.bb | |||
| @@ -15,7 +15,7 @@ SRC_URI += " \ | |||
| 15 | file://run-ptest.in \ | 15 | file://run-ptest.in \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | SRC_URI[sha256sum] = "4bdd4b8a7042f63a40507ae0f16b360011e67cbb2f0276289636487a54849530" | 18 | SRC_URI[sha256sum] = "bb38e31e4046a7aa0101c53c9e7e2cf319c0cd9620b9ba1641e962fce44a1f3a" |
| 19 | 19 | ||
| 20 | # For full backward compatibility with the kernel sysfs interface, this option | 20 | # For full backward compatibility with the kernel sysfs interface, this option |
| 21 | # must be selected. However, we don't make it the default as - with kernel sysfs | 21 | # must be selected. However, we don't make it the default as - with kernel sysfs |
| @@ -66,7 +66,7 @@ RDEPENDS:${PN} += " \ | |||
| 66 | python __anonymous() { | 66 | python __anonymous() { |
| 67 | if d.getVar("PTEST_ENABLED") == "1": | 67 | if d.getVar("PTEST_ENABLED") == "1": |
| 68 | d.appendVar("SRC_URI", "git://github.com/brgl/gpio-sysfs-compat-tests;protocol=https;branch=main;destsuffix=tests;name=tests") | 68 | d.appendVar("SRC_URI", "git://github.com/brgl/gpio-sysfs-compat-tests;protocol=https;branch=main;destsuffix=tests;name=tests") |
| 69 | d.setVar("SRCREV_tests", "a3c9daa4650dd1e8d7fd8972db68d9c2c204263d") | 69 | d.setVar("SRCREV_tests", "2882af358480afcf7eed85584cddd560d6673637") |
| 70 | } | 70 | } |
| 71 | 71 | ||
| 72 | do_install_ptest() { | 72 | do_install_ptest() { |
| @@ -81,5 +81,5 @@ USERADD_PACKAGES = "${PN}-ptest" | |||
| 81 | GROUPADD_PARAM:${PN}-ptest = "--system gpio-test" | 81 | GROUPADD_PARAM:${PN}-ptest = "--system gpio-test" |
| 82 | USERADD_PARAM:${PN}-ptest = "--system -M -s /bin/nologin -g gpio-test gpio-test" | 82 | USERADD_PARAM:${PN}-ptest = "--system -M -s /bin/nologin -g gpio-test gpio-test" |
| 83 | 83 | ||
| 84 | RDEPENDS:${PN}-ptest += "kmod" | 84 | RDEPENDS:${PN}-ptest += "kmod python3-multiprocess" |
| 85 | RRECOMMENDS:${PN}-ptest += "kernel-module-gpio-sim kernel-module-configfs" | 85 | RRECOMMENDS:${PN}-ptest += "kernel-module-gpio-sim kernel-module-configfs" |
