diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-11-13 19:18:36 +1300 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2025-11-17 10:15:06 +0530 |
| commit | bed9028cc4250a9406dd1e9946ecc6e5c2798200 (patch) | |
| tree | 39c55eb618627af29570372a07f426087f7e26d0 /meta-oe/recipes-test | |
| parent | f1f248262d662315159ee96c604f97415d1dbe6a (diff) | |
| download | meta-openembedded-bed9028cc4250a9406dd1e9946ecc6e5c2798200.tar.gz | |
evtest: upgrade 1.35 -> 1.36
0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch
refreshed for 1.36
Changelog:
===============
- Add KEY_ROTATE_LOCK_TOGGLE, KEY_REFRESH_RATE_TOGGLE
- Add performance key
- Add ifdef
- Use bytes instead of bits for size of ioctl input
- CI: add workflow rules
- evtest 1.36
- Add SW_MACHINE_COVER
- add KEY_MACRO 1-30 and other keys
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 3682b77d4d7430e3542b57b3d0fb0a6318afe8bf)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-oe/recipes-test')
| -rw-r--r-- | meta-oe/recipes-test/evtest/evtest/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch | 7 | ||||
| -rw-r--r-- | meta-oe/recipes-test/evtest/evtest_1.36.bb (renamed from meta-oe/recipes-test/evtest/evtest_1.35.bb) | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/recipes-test/evtest/evtest/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch b/meta-oe/recipes-test/evtest/evtest/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch index 595b0296ea..55162207f8 100644 --- a/meta-oe/recipes-test/evtest/evtest/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch +++ b/meta-oe/recipes-test/evtest/evtest/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 490f5b6cd788692d989f07180a5714c76872911e Mon Sep 17 00:00:00 2001 | 1 | From 55c872430c9444d7edaf50db0faa9bbc31dd085f Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Sat, 30 Nov 2019 11:58:58 -0800 | 3 | Date: Sat, 30 Nov 2019 11:58:58 -0800 |
| 4 | Subject: [PATCH] Fix build on 32bit arches with 64bit time_t | 4 | Subject: [PATCH] Fix build on 32bit arches with 64bit time_t |
| @@ -10,13 +10,12 @@ input.h [1] | |||
| 10 | 10 | ||
| 11 | Upstream-Status: Submitted [https://gitlab.freedesktop.org/libevdev/evtest/merge_requests/6] | 11 | Upstream-Status: Submitted [https://gitlab.freedesktop.org/libevdev/evtest/merge_requests/6] |
| 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 13 | |||
| 14 | --- | 13 | --- |
| 15 | evtest.c | 5 +++++ | 14 | evtest.c | 5 +++++ |
| 16 | 1 file changed, 5 insertions(+) | 15 | 1 file changed, 5 insertions(+) |
| 17 | 16 | ||
| 18 | diff --git a/evtest.c b/evtest.c | 17 | diff --git a/evtest.c b/evtest.c |
| 19 | index ba7a161..8fc2e5a 100644 | 18 | index d3d3d8f..3045cce 100644 |
| 20 | --- a/evtest.c | 19 | --- a/evtest.c |
| 21 | +++ b/evtest.c | 20 | +++ b/evtest.c |
| 22 | @@ -63,6 +63,11 @@ | 21 | @@ -63,6 +63,11 @@ |
| @@ -30,4 +29,4 @@ index ba7a161..8fc2e5a 100644 | |||
| 30 | + | 29 | + |
| 31 | #define BITS_PER_LONG (sizeof(long) * 8) | 30 | #define BITS_PER_LONG (sizeof(long) * 8) |
| 32 | #define NBITS(x) ((((x)-1)/BITS_PER_LONG)+1) | 31 | #define NBITS(x) ((((x)-1)/BITS_PER_LONG)+1) |
| 33 | #define OFF(x) ((x)%BITS_PER_LONG) | 32 | #define NBYTES(x) (NBITS(x) * sizeof(long)) |
diff --git a/meta-oe/recipes-test/evtest/evtest_1.35.bb b/meta-oe/recipes-test/evtest/evtest_1.36.bb index 52f684ce5f..56f50f74ca 100644 --- a/meta-oe/recipes-test/evtest/evtest_1.35.bb +++ b/meta-oe/recipes-test/evtest/evtest_1.36.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | |||
| 6 | 6 | ||
| 7 | DEPENDS = "libxml2" | 7 | DEPENDS = "libxml2" |
| 8 | 8 | ||
| 9 | SRCREV = "da347a8f88d2e5729dd12d61ee9743f902065b55" | 9 | SRCREV = "96e6cb5ae90726883be095a3e467e847c06225f7" |
| 10 | SRC_URI = "git://gitlab.freedesktop.org/libevdev/evtest.git;protocol=https;branch=master \ | 10 | SRC_URI = "git://gitlab.freedesktop.org/libevdev/evtest.git;protocol=https;branch=master \ |
| 11 | file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ | 11 | file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ |
| 12 | " | 12 | " |
