[oe] [meta-python][PATCH 1/2] python3-imageio: Upgrade 2.22.1 -> 2.22.2

2022-10-17 Thread Leon Anavi
Upgrade to release 2.22.2:

- Make legacy FormatManager skip uninstalled plugins
- Remove unneeded image_mode references
- Remove xcode reference (dead link)

Signed-off-by: Leon Anavi 
---
 .../{python3-imageio_2.22.1.bb => python3-imageio_2.22.2.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-imageio_2.22.1.bb => 
python3-imageio_2.22.2.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.22.1.bb 
b/meta-python/recipes-devtools/python/python3-imageio_2.22.2.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-imageio_2.22.1.bb
rename to meta-python/recipes-devtools/python/python3-imageio_2.22.2.bb
index 9e187bb13..272ec4b61 100644
--- a/meta-python/recipes-devtools/python/python3-imageio_2.22.1.bb
+++ b/meta-python/recipes-devtools/python/python3-imageio_2.22.2.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=24cb9a367a9e641b459a01c4d15256ba"
 
-SRC_URI[sha256sum] = 
"465ec35f919d538906d3023b61ccec766d8e7575fe55fcbd7669ece55afb97ca"
+SRC_URI[sha256sum] = 
"db7010cd10712518819a4187baf61b05988361ea20c23e829918727b27acb977"
 
 inherit pypi setuptools3
 
-- 
2.30.2


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99191): 
https://lists.openembedded.org/g/openembedded-devel/message/99191
Mute This Topic: https://lists.openembedded.org/mt/94381361/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH 2/2] python3-distro: Upgrade 1.7.0 -> 1.8.0

2022-10-17 Thread Leon Anavi
Upgrade to release 1.8.0:

- Replace setup.py with build
- Lowered LinuxDistribution._distro_release_info method complexity
- Added official support for Buildroot distribution
- Added official support for Guix distribution
- Added support for /etc/debian_version
- Fixed a typography in CONTRIBUTING.md
- Improved README.md "Usage" code block

Signed-off-by: Leon Anavi 
---
 .../{python3-distro_1.7.0.bb => python3-distro_1.8.0.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-distro_1.7.0.bb => 
python3-distro_1.8.0.bb} (72%)

diff --git a/meta-python/recipes-devtools/python/python3-distro_1.7.0.bb 
b/meta-python/recipes-devtools/python/python3-distro_1.8.0.bb
similarity index 72%
rename from meta-python/recipes-devtools/python/python3-distro_1.7.0.bb
rename to meta-python/recipes-devtools/python/python3-distro_1.8.0.bb
index f069234d1..f7616e473 100644
--- a/meta-python/recipes-devtools/python/python3-distro_1.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-distro_1.8.0.bb
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
 
 PYPI_PACKAGE = "distro"
 
-SRC_URI[sha256sum] = 
"151aeccf60c216402932b52e40ee477a939f8d58898927378a02abbe852c1c39"
+SRC_URI[sha256sum] = 
"02e111d1dc6a50abb8eed6bf31c3e48ed8b0830d1ea2a1b78c61765c2513fdd8"
 
-inherit pypi setuptools3
+inherit pypi python_setuptools_build_meta
 
 RDEPENDS:${PN} = "\
${PYTHON_PN}-core \
-- 
2.30.2


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99192): 
https://lists.openembedded.org/g/openembedded-devel/message/99192
Mute This Topic: https://lists.openembedded.org/mt/94381362/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] md4c: added md4c lib

2022-10-17 Thread Sebastian Suesens
MD4C is Markdown parser implementation in C.

Signed-off-by: Sebastian Suesens 
---
 meta-oe/recipes-support/md4c/md4c_0.4.8.bb | 17 +
 1 file changed, 17 insertions(+)
 create mode 100644 meta-oe/recipes-support/md4c/md4c_0.4.8.bb

diff --git a/meta-oe/recipes-support/md4c/md4c_0.4.8.bb 
b/meta-oe/recipes-support/md4c/md4c_0.4.8.bb
new file mode 100644
index 0..fc3dbb3ae
--- /dev/null
+++ b/meta-oe/recipes-support/md4c/md4c_0.4.8.bb
@@ -0,0 +1,17 @@
+SUMMARY = "Markdown for C"
+DESCRIPTION = "MD4C is Markdown parser implementation in C."
+HOMEPAGE = "http://github.com/mity/md4c";
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7e0fbcf3701aad22f2d2e0624a703795"
+
+
+S = "${WORKDIR}/git"
+
+SRC_URI = " \
+git://github.com/mity/md4c.git;protocol=https;branch=master \
+"
+
+SRCREV = "c3340b480e5232711858108be07460a9836c8ab5"
+
+inherit cmake
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99193): 
https://lists.openembedded.org/g/openembedded-devel/message/99193
Mute This Topic: https://lists.openembedded.org/mt/94378957/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] md4c: added md4c lib

2022-10-17 Thread Sebastian Suesens
MD4C is Markdown parser implementation in C.

Signed-off-by: Sebastian Suesens 
---
 meta-oe/recipes-support/md4c/md4c_0.4.8.bb | 17 +
 1 file changed, 17 insertions(+)
 create mode 100644 meta-oe/recipes-support/md4c/md4c_0.4.8.bb

diff --git a/meta-oe/recipes-support/md4c/md4c_0.4.8.bb 
b/meta-oe/recipes-support/md4c/md4c_0.4.8.bb
new file mode 100644
index 0..fc3dbb3ae
--- /dev/null
+++ b/meta-oe/recipes-support/md4c/md4c_0.4.8.bb
@@ -0,0 +1,17 @@
+SUMMARY = "Markdown for C"
+DESCRIPTION = "MD4C is Markdown parser implementation in C."
+HOMEPAGE = "http://github.com/mity/md4c";
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7e0fbcf3701aad22f2d2e0624a703795"
+
+
+S = "${WORKDIR}/git"
+
+SRC_URI = " \
+git://github.com/mity/md4c.git;protocol=https;branch=master \
+"
+
+SRCREV = "c3340b480e5232711858108be07460a9836c8ab5"
+
+inherit cmake
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99195): 
https://lists.openembedded.org/g/openembedded-devel/message/99195
Mute This Topic: https://lists.openembedded.org/mt/94378957/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] md4c: added md4c lib

2022-10-17 Thread Sebastian Suesens
MD4C is Markdown parser implementation in C.

Signed-off-by: Sebastian Suesens 
---
 meta-oe/recipes-support/md4c/md4c_0.4.8.bb | 17 +
 1 file changed, 17 insertions(+)
 create mode 100644 meta-oe/recipes-support/md4c/md4c_0.4.8.bb

diff --git a/meta-oe/recipes-support/md4c/md4c_0.4.8.bb 
b/meta-oe/recipes-support/md4c/md4c_0.4.8.bb
new file mode 100644
index 0..fc3dbb3ae
--- /dev/null
+++ b/meta-oe/recipes-support/md4c/md4c_0.4.8.bb
@@ -0,0 +1,17 @@
+SUMMARY = "Markdown for C"
+DESCRIPTION = "MD4C is Markdown parser implementation in C."
+HOMEPAGE = "http://github.com/mity/md4c";
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7e0fbcf3701aad22f2d2e0624a703795"
+
+
+S = "${WORKDIR}/git"
+
+SRC_URI = " \
+git://github.com/mity/md4c.git;protocol=https;branch=master \
+"
+
+SRCREV = "c3340b480e5232711858108be07460a9836c8ab5"
+
+inherit cmake
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99196): 
https://lists.openembedded.org/g/openembedded-devel/message/99196
Mute This Topic: https://lists.openembedded.org/mt/94378957/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] md4c: added md4c lib

2022-10-17 Thread Sebastian Suesens
MD4C is Markdown parser implementation in C.

Signed-off-by: Sebastian Suesens 
---
 meta-oe/recipes-support/md4c/md4c_0.4.8.bb | 17 +
 1 file changed, 17 insertions(+)
 create mode 100644 meta-oe/recipes-support/md4c/md4c_0.4.8.bb

diff --git a/meta-oe/recipes-support/md4c/md4c_0.4.8.bb 
b/meta-oe/recipes-support/md4c/md4c_0.4.8.bb
new file mode 100644
index 0..fc3dbb3ae
--- /dev/null
+++ b/meta-oe/recipes-support/md4c/md4c_0.4.8.bb
@@ -0,0 +1,17 @@
+SUMMARY = "Markdown for C"
+DESCRIPTION = "MD4C is Markdown parser implementation in C."
+HOMEPAGE = "http://github.com/mity/md4c";
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7e0fbcf3701aad22f2d2e0624a703795"
+
+
+S = "${WORKDIR}/git"
+
+SRC_URI = " \
+git://github.com/mity/md4c.git;protocol=https;branch=master \
+"
+
+SRCREV = "c3340b480e5232711858108be07460a9836c8ab5"
+
+inherit cmake
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99194): 
https://lists.openembedded.org/g/openembedded-devel/message/99194
Mute This Topic: https://lists.openembedded.org/mt/94378957/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] kirkstone merge request

2022-10-17 Thread Armin Kuster

The following changes since commit bd2d8fba766f912bd1bc5cde7d6f0e72152f1547:

  minicoredumper: retry elf parsing as long as needed (2022-09-25 
11:03:26 -0400)


are available in the Git repository at:

  https://git.openembedded.org/meta-openembedded kirkstone-next

for you to fetch changes up to 744a4b6eda88b9a9ca1cf0df6e18be384d9054e3:

  frr: Security fix CVE-2022-37032 (2022-10-13 10:59:41 -0400)


Chen Qi (1):
  polkit: refresh patch

Hitendra Prajapati (1):
  wireshark: CVE-2022-3190 Infinite loop in legacy style dissector

Hitomi Hasegawa (1):
  libsdl: add CVE-2019-14906 to allowlist

Ovidiu Panait (1):
  net-snmp: upgrade 5.9.1 -> 5.9.3

Wang Mingyu (1):
  tcpreplay: upgrade 4.4.1 -> 4.4.2

Yi Zhao (2):
  open-vm-tools: Security fix CVE-2022-31676
  frr: Security fix CVE-2022-37032

wangmy (1):
  dnsmasq: upgrade 2.86 -> 2.87

 meta-networking/recipes-protocols/frr/frr/CVE-2022-37032.patch  | 42 
++

 meta-networking/recipes-protocols/frr/frr_8.2.2.bb  | 1 +
 ...01-ac_add_search_path.m4-keep-consistent-between-32bit.patch | 11 +-
 .../net-snmp/net-snmp/0001-config_os_headers-Error-Fix.patch    | 4 +-
 .../net-snmp/0001-get_pid_from_inode-Include-limit.h.patch  | 6 +-
 .../0001-snmpd-always-exit-after-displaying-usage.patch | 55 


 ...1-snmplib-keytools.c-Don-t-check-for-return-from-EVP_M.patch | 4 +-
 .../net-snmp/net-snmp/0002-configure-fix-a-cc-check-issue.patch | 28 
 .../net-snmp/0004-configure-fix-incorrect-variable.patch    | 6 +-
 .../net-snmp/net-snmp/fix-libtool-finish.patch  | 6 +-
 .../net-snmp-5.7.2-fix-engineBoots-value-on-SIGHUP.patch    | 26 ++--
 .../net-snmp-add-knob-whether-nlist.h-are-checked.patch | 4 +-
 .../net-snmp/net-snmp/net-snmp-fix-for-disable-des.patch    | 4 +-
 .../net-snmp-testing-add-the-output-format-for-ptest.patch  | 2 +-
 .../net-snmp/net-snmp/reproducibility-have-printcap.patch   | 4 +-
 .../net-snmp/{net-snmp_5.9.1.bb => net-snmp_5.9.3.bb} |   4 +-
 meta-networking/recipes-support/dnsmasq/dnsmasq.inc | 5 +-
 .../recipes-support/dnsmasq/dnsmasq/CVE-2022-0934.patch | 191 


 meta-networking/recipes-support/dnsmasq/dnsmasq_2.86.bb | 8 --
 meta-networking/recipes-support/dnsmasq/dnsmasq_2.87.bb | 7 +
 ...1-Properly-check-authorization-on-incoming-guestOps-re.patch | 43 
+++

 .../recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb   | 1 +
 .../tcpreplay/{tcpreplay_4.4.1.bb => tcpreplay_4.4.2.bb} |   2 +-
 .../recipes-support/wireshark/files/CVE-2022-3190.patch | 145 
+

 meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb   | 1 +
 .../polkit/polkit/0004-Make-netgroup-support-optional.patch | 20 +--
 meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb    | 3 +
 27 files changed, 295 insertions(+), 338 deletions(-)
 create mode 100644 
meta-networking/recipes-protocols/frr/frr/CVE-2022-37032.patch
 delete mode 100644 
meta-networking/recipes-protocols/net-snmp/net-snmp/0001-snmpd-always-exit-after-displaying-usage.patch
 delete mode 100644 
meta-networking/recipes-protocols/net-snmp/net-snmp/0002-configure-fix-a-cc-check-issue.patch
 rename meta-networking/recipes-protocols/net-snmp/{net-snmp_5.9.1.bb 
=> net-snmp_5.9.3.bb} (98%)
 delete mode 100644 
meta-networking/recipes-support/dnsmasq/dnsmasq/CVE-2022-0934.patch

 delete mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.86.bb
 create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.87.bb
 create mode 100644 
meta-networking/recipes-support/open-vm-tools/open-vm-tools/0001-Properly-check-authorization-on-incoming-guestOps-re.patch
 rename meta-networking/recipes-support/tcpreplay/{tcpreplay_4.4.1.bb 
=> tcpreplay_4.4.2.bb} (85%)
 create mode 100644 
meta-networking/recipes-support/wireshark/files/CVE-2022-3190.patch

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99197): 
https://lists.openembedded.org/g/openembedded-devel/message/99197
Mute This Topic: https://lists.openembedded.org/mt/94382651/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][dunfell][PATCH] postgresql: Fix CVE-2022-2625

2022-10-17 Thread Armin Kuster



On 10/17/22 12:18 AM, Hitendra Prajapati wrote:

Upstream-Status: Backport from 
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=5579726bd60a6e7afb04a3548bced348cd5ffd89
Description:
CVE-2022-2625 postgresql: Extension scripts replace objects not 
belonging to the extension.


As mentioned earlier, Postgres 12.12 has been released and if this 
package was updated to that version, this patch would have been 
unnecessary.


I am rejecting this patch as a package update is a cleaner way to go.

-armin


Signed-off-by: Hitendra Prajapati 
---
  .../postgresql/files/CVE-2022-2625.patch  | 904 ++
  .../recipes-dbs/postgresql/postgresql_12.9.bb |   1 +
  2 files changed, 905 insertions(+)
  create mode 100644 meta-oe/recipes-dbs/postgresql/files/CVE-2022-2625.patch

diff --git a/meta-oe/recipes-dbs/postgresql/files/CVE-2022-2625.patch 
b/meta-oe/recipes-dbs/postgresql/files/CVE-2022-2625.patch
new file mode 100644
index 00..6417d8a2b7
--- /dev/null
+++ b/meta-oe/recipes-dbs/postgresql/files/CVE-2022-2625.patch
@@ -0,0 +1,904 @@
+From 84375c1db25ef650902cf80712495fc514b0ff63 Mon Sep 17 00:00:00 2001
+From: Hitendra Prajapati 
+Date: Thu, 13 Oct 2022 10:35:32 +0530
+Subject: [PATCH] CVE-2022-2625
+
+Upstream-Status: Backport 
[https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=5579726bd60a6e7afb04a3548bced348cd5ffd89]
+CVE: CVE-2022-2625
+Signed-off-by: Hitendra Prajapati 
+---
+ doc/src/sgml/extend.sgml  |  11 --
+ src/backend/catalog/pg_collation.c|  49 --
+ src/backend/catalog/pg_depend.c   |  74 -
+ src/backend/catalog/pg_operator.c |   2 +-
+ src/backend/catalog/pg_type.c |   7 +-
+ src/backend/commands/createas.c   |  18 ++-
+ src/backend/commands/foreigncmds.c|  19 ++-
+ src/backend/commands/schemacmds.c |  25 ++-
+ src/backend/commands/sequence.c   |   8 +
+ src/backend/commands/statscmds.c  |   4 +
+ src/backend/commands/view.c   |  16 +-
+ src/backend/parser/parse_utilcmd.c|  10 ++
+ src/include/catalog/dependency.h  |   2 +
+ src/test/modules/test_extensions/Makefile |   5 +-
+ .../expected/test_extensions.out  | 153 ++
+ .../test_extensions/sql/test_extensions.sql   | 110 +
+ .../test_ext_cine--1.0--1.1.sql   |  26 +++
+ .../test_extensions/test_ext_cine--1.0.sql|  25 +++
+ .../test_extensions/test_ext_cine.control |   3 +
+ .../test_extensions/test_ext_cor--1.0.sql |  20 +++
+ .../test_extensions/test_ext_cor.control  |   3 +
+ 21 files changed, 540 insertions(+), 50 deletions(-)
+ create mode 100644 
src/test/modules/test_extensions/test_ext_cine--1.0--1.1.sql
+ create mode 100644 src/test/modules/test_extensions/test_ext_cine--1.0.sql
+ create mode 100644 src/test/modules/test_extensions/test_ext_cine.control
+ create mode 100644 src/test/modules/test_extensions/test_ext_cor--1.0.sql
+ create mode 100644 src/test/modules/test_extensions/test_ext_cor.control
+
+diff --git a/doc/src/sgml/extend.sgml b/doc/src/sgml/extend.sgml
+index 53f2638..bcc7a80 100644
+--- a/doc/src/sgml/extend.sgml
 b/doc/src/sgml/extend.sgml
+@@ -1109,17 +1109,6 @@ SELECT * FROM 
pg_extension_update_paths('extension_namesearch_path.  However, no mechanism currently exists
+   to require that.
+  
+-
+- 
+-  Do not use CREATE OR REPLACE
+-  FUNCTION, except in an update script that must change the
+-  definition of a function that is known to be an extension member
+-  already.  (Likewise for other OR REPLACE options.)
+-  Using OR REPLACE unnecessarily not only has a risk
+-  of accidentally overwriting someone else's function, but it creates a
+-  security hazard since the overwritten function would still be owned by
+-  its original owner, who could modify it.
+- 
+ 
+
+
+diff --git a/src/backend/catalog/pg_collation.c 
b/src/backend/catalog/pg_collation.c
+index dd99d53..ba4c3ef 100644
+--- a/src/backend/catalog/pg_collation.c
 b/src/backend/catalog/pg_collation.c
+@@ -78,15 +78,25 @@ CollationCreate(const char *collname, Oid collnamespace,
+* friendlier error message.  The unique index provides a backstop 
against
+* race conditions.
+*/
+-  if (SearchSysCacheExists3(COLLNAMEENCNSP,
+-
PointerGetDatum(collname),
+-
Int32GetDatum(collencoding),
+-
ObjectIdGetDatum(collnamespace)))
++  oid = GetSysCacheOid3(COLLNAMEENCNSP,
++Anum_pg_collation_oid,
++PointerGetDatum(collname),
++Int32GetDatum(collencoding),
++  

[oe] [meta-oe][PATCH] perfetto: build libperfetto

2022-10-17 Thread Markus Volk
- Mesa has support for perfetto, but the libperfetto library is needed
- Only v27 seems to be supported for now. Update perfetto accordingly
- Make sure perfetto and libperfetto share the same codebase
- Patch meson.build to allow shared build
- Add a version number to avoid having a non symlink so file packaged into dev 
package.
- Create a PC file for libperfetto to allow mesa to find it using pkgconfig.
- Add nobranch=1 for the git repos to silence warnings about missing default 
branch

Signed-off-by: Markus Volk 
---
 ...1-meson-add-pc-file-for-lib_perfetto.patch | 38 +++
 .../recipes-devtools/perfetto/libperfetto.bb  | 11 ++
 meta-oe/recipes-devtools/perfetto/perfetto.bb | 14 +++
 .../recipes-devtools/perfetto/perfetto.inc|  9 +
 4 files changed, 65 insertions(+), 7 deletions(-)
 create mode 100644 
meta-oe/recipes-devtools/perfetto/files/0001-meson-add-pc-file-for-lib_perfetto.patch
 create mode 100644 meta-oe/recipes-devtools/perfetto/libperfetto.bb
 create mode 100644 meta-oe/recipes-devtools/perfetto/perfetto.inc

diff --git 
a/meta-oe/recipes-devtools/perfetto/files/0001-meson-add-pc-file-for-lib_perfetto.patch
 
b/meta-oe/recipes-devtools/perfetto/files/0001-meson-add-pc-file-for-lib_perfetto.patch
new file mode 100644
index 0..056382156
--- /dev/null
+++ 
b/meta-oe/recipes-devtools/perfetto/files/0001-meson-add-pc-file-for-lib_perfetto.patch
@@ -0,0 +1,38 @@
+From 4712b1252ecf6270b5bb2931358b4a368351eaa3 Mon Sep 17 00:00:00 2001
+From: Markus Volk 
+Date: Mon, 17 Oct 2022 15:39:26 +0200
+Subject: [PATCH] meson: add PC file for lib_perfetto
+
+---
+ meson.build | 7 ++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index 06015141c..c67358cae 100644
+--- a/meson.build
 b/meson.build
+@@ -30,8 +30,9 @@ endif
+ 
+ dep_threads = dependency('threads')
+ 
+-lib_perfetto = static_library(
++lib_perfetto = shared_library(
+ 'perfetto',
++version: '27.1',
+ sources: 'sdk/perfetto.cc',
+ dependencies: dep_threads,
+ install: true,
+@@ -39,6 +40,10 @@ lib_perfetto = static_library(
+ 
+ inc_perfetto = include_directories('sdk')
+ 
++install_headers('sdk/perfetto.h')
++pkg = import('pkgconfig')
++pkg.generate(lib_perfetto)
++
+ dep_perfetto = declare_dependency(
+ link_with: lib_perfetto,
+ include_directories: inc_perfetto,
+-- 
+2.34.1
+
diff --git a/meta-oe/recipes-devtools/perfetto/libperfetto.bb 
b/meta-oe/recipes-devtools/perfetto/libperfetto.bb
new file mode 100644
index 0..d58e31414
--- /dev/null
+++ b/meta-oe/recipes-devtools/perfetto/libperfetto.bb
@@ -0,0 +1,11 @@
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=f87516e0b698007e9e75a1fe1012b390"
+
+require perfetto.inc
+
+inherit meson
+
+SRC_URI:append = " file://0001-meson-add-pc-file-for-lib_perfetto.patch"
+
+FILES:${PN} += "${datadir}"
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-oe/recipes-devtools/perfetto/perfetto.bb 
b/meta-oe/recipes-devtools/perfetto/perfetto.bb
index 94c39e9cc..c1b099430 100644
--- a/meta-oe/recipes-devtools/perfetto/perfetto.bb
+++ b/meta-oe/recipes-devtools/perfetto/perfetto.bb
@@ -10,16 +10,15 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=f87516e0b698007e9e75a1fe1012b390 \
 
file://debian/copyright;md5=4e08364c82141f181de69d0a2b89d612 \
 file://python/LICENSE;md5=c602a632c34ade9c78a976734077bce7"
 
-SRC_URI = "git://github.com/google/perfetto.git;protocol=https;name=perfetto \
+SRC_URI:append = " \

git://github.com/protocolbuffers/protobuf.git;branch=3.9.x;protocol=https;destsuffix=git/buildtools/protobuf;name=protobuf
 \
-   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git;protocol=https;destsuffix=git/buildtools/libcxx;name=libcxx
 \
-   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git;protocol=https;destsuffix=git/buildtools/libcxxabi;name=libcxxabi
 \
-   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git;protocol=https;destsuffix=git/buildtools/libunwind;name=libunwind
 \
-   
git://android.googlesource.com/platform/external/zlib.git;branch=master;protocol=https;destsuffix=git/buildtools/zlib;name=zlib
 \
+   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git;protocol=https;destsuffix=git/buildtools/libcxx;name=libcxx;nobranch=1
 \
+   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git;protocol=https;destsuffix=git/buildtools/libcxxabi;name=libcxxabi;nobranch=1
 \
+   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git;protocol=https;destsuffix=git/buildtools/libunwind;name=libunwind;nobranch=1
 \
+   
git://android.googlesource.com/platform/external/zlib.git;branch=master;protocol=https;destsuffix=git/buildtools/zlib;name=zlib;nobranch=1
 \

Re: [oe] [meta-oe][PATCH] perfetto: build libperfetto

2022-10-17 Thread Markus Volk

sent again because of mail delivery error

Am Mo, 17. Okt 2022 um 16:53:39 +0200 schrieb Markus Volk 
:

- Mesa has support for perfetto, but the libperfetto library is needed
- Only v27 seems to be supported for now. Update perfetto accordingly
- Make sure perfetto and libperfetto share the same codebase
- Patch meson.build to allow shared build
- Add a version number to avoid having a non symlink so file packaged 
into dev package.
- Create a PC file for libperfetto to allow mesa to find it using 
pkgconfig.
- Add nobranch=1 for the git repos to silence warnings about missing 
default branch


Signed-off-by: Markus Volk >

---
 ...1-meson-add-pc-file-for-lib_perfetto.patch | 38 
+++

 .../recipes-devtools/perfetto/libperfetto.bb  | 11 ++
 meta-oe/recipes-devtools/perfetto/perfetto.bb | 14 +++
 .../recipes-devtools/perfetto/perfetto.inc|  9 +
 4 files changed, 65 insertions(+), 7 deletions(-)
 create mode 100644 
meta-oe/recipes-devtools/perfetto/files/0001-meson-add-pc-file-for-lib_perfetto.patch

 create mode 100644 meta-oe/recipes-devtools/perfetto/libperfetto.bb
 create mode 100644 meta-oe/recipes-devtools/perfetto/perfetto.inc

diff --git 
a/meta-oe/recipes-devtools/perfetto/files/0001-meson-add-pc-file-for-lib_perfetto.patch 
b/meta-oe/recipes-devtools/perfetto/files/0001-meson-add-pc-file-for-lib_perfetto.patch

new file mode 100644
index 0..056382156
--- /dev/null
+++ 
b/meta-oe/recipes-devtools/perfetto/files/0001-meson-add-pc-file-for-lib_perfetto.patch

@@ -0,0 +1,38 @@
+From 4712b1252ecf6270b5bb2931358b4a368351eaa3 Mon Sep 17 00:00:00 
2001

+From: Markus Volk mailto:f_...@t-online.de>>
+Date: Mon, 17 Oct 2022 15:39:26 +0200
+Subject: [PATCH] meson: add PC file for lib_perfetto
+
+---
+ meson.build | 7 ++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index 06015141c..c67358cae 100644
+--- a/meson.build
 b/meson.build
+@@ -30,8 +30,9 @@ endif
+
+ dep_threads = dependency('threads')
+
+-lib_perfetto = static_library(
++lib_perfetto = shared_library(
+ 'perfetto',
++version: '27.1',
+ sources: 'sdk/perfetto.cc',
+ dependencies: dep_threads,
+ install: true,
+@@ -39,6 +40,10 @@ lib_perfetto = static_library(
+
+ inc_perfetto = include_directories('sdk')
+
++install_headers('sdk/perfetto.h')
++pkg = import('pkgconfig')
++pkg.generate(lib_perfetto)
++
+ dep_perfetto = declare_dependency(
+ link_with: lib_perfetto,
+ include_directories: inc_perfetto,
+--
+2.34.1
+
diff --git a/meta-oe/recipes-devtools/perfetto/libperfetto.bb 
b/meta-oe/recipes-devtools/perfetto/libperfetto.bb

new file mode 100644
index 0..d58e31414
--- /dev/null
+++ b/meta-oe/recipes-devtools/perfetto/libperfetto.bb
@@ -0,0 +1,11 @@
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = 
"file://LICENSE;md5=f87516e0b698007e9e75a1fe1012b390" 


+
+require perfetto.inc
+
+inherit meson
+
+SRC_URI:append = " 
file://0001-meson-add-pc-file-for-lib_perfetto.patch" 


+
+FILES:${PN} += "${datadir}"
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-oe/recipes-devtools/perfetto/perfetto.bb 
b/meta-oe/recipes-devtools/perfetto/perfetto.bb

index 94c39e9cc..c1b099430 100644
--- a/meta-oe/recipes-devtools/perfetto/perfetto.bb
+++ b/meta-oe/recipes-devtools/perfetto/perfetto.bb
@@ -10,16 +10,15 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=f87516e0b698007e9e75a1fe1012b390 \
 
 \
 
file://python/LICENSE;md5=c602a632c34ade9c78a976734077bce7" 



-SRC_URI = 
"git://github.com/google/perfetto.git;protocol=https;name=perfetto \

+SRC_URI:append = " \

git://github.com/protocolbuffers/protobuf.git;branch=3.9.x;protocol=https;destsuffix=git/buildtools/protobuf;name=protobuf 
\
-   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git;protocol=https;destsuffix=git/buildtools/libcxx;name=libcxx 
\
-   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git;protocol=https;destsuffix=git/buildtools/libcxxabi;name=libcxxabi 
\
-   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git;protocol=https;destsuffix=git/buildtools/libunwind;name=libunwind 
\
-   
git://android.googlesource.com/platform/external/zlib.git;branch=master;protocol=https;destsuffix=git/buildtools/zlib;name=zlib 
\
+   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git;protocol=https;destsuffix=git/buildtools/libcxx;name=libcxx;nobranch=1 
\
+   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git;protocol=https;destsuffix=git/buildtools/libcxxabi;name=libcxxabi;nobranch=1 
\
+   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git;protocol=https;destsuffix=git/buildtools/libunwind;name=libunwind;nobranch=1 
\
+   
git://android.googlesource.com/p

[oe] [meta-oe][PATCH v2] syzkaller: add recipe and selftest for syzkaller fuzzing

2022-10-17 Thread Ovidiu Panait
Syzkaller is a coverage-guided fuzzer that is widely used to find bugs in
the Linux kernel:
https://github.com/google/syzkaller

Add the recipe and a selftest for running the fuzzer in a qemux86-64
kvm environment. The following steps can be used to start the test:
"""
cat >> conf/local.conf 

[oe] Yocto Project Summit: 2011.11

2022-10-17 Thread Armin Kuster

Hello,

This is a reminder that the Yocto Project Summit is scheduled for 
November 29th to December. Registration is open.


The CFP still open and will close in 12 days from now on Oct 28th.


For more information see: 
https://www.yoctoproject.org/yocto-project-summit-2022-11/


regards,
Armin

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99202): 
https://lists.openembedded.org/g/openembedded-devel/message/99202
Mute This Topic: https://lists.openembedded.org/mt/94389808/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCHv2] perfetto: build libperfetto

2022-10-17 Thread Markus Volk
- Mesa has support for perfetto, but the libperfetto library is needed
- Only v27 seems to be supported for now. Update perfetto accordingly
- Make sure perfetto and libperfetto share the same codebase
- Patch meson.build to allow shared build
- Add a version number to avoid having a non symlink so file packaged into dev 
package.
- Create a PC file for libperfetto to allow mesa to find it using pkgconfig.
- Add nobranch=1 for the git repos to silence warnings about missing default 
branch

Signed-off-by: Markus Volk 
---
 ...1-meson-add-pc-file-for-lib_perfetto.patch | 52 +++
 .../recipes-devtools/perfetto/libperfetto.bb  | 11 
 meta-oe/recipes-devtools/perfetto/perfetto.bb | 14 ++---
 .../recipes-devtools/perfetto/perfetto.inc|  9 
 4 files changed, 79 insertions(+), 7 deletions(-)
 create mode 100644 
meta-oe/recipes-devtools/perfetto/files/0001-meson-add-pc-file-for-lib_perfetto.patch
 create mode 100644 meta-oe/recipes-devtools/perfetto/libperfetto.bb
 create mode 100644 meta-oe/recipes-devtools/perfetto/perfetto.inc

diff --git 
a/meta-oe/recipes-devtools/perfetto/files/0001-meson-add-pc-file-for-lib_perfetto.patch
 
b/meta-oe/recipes-devtools/perfetto/files/0001-meson-add-pc-file-for-lib_perfetto.patch
new file mode 100644
index 0..70de44173
--- /dev/null
+++ 
b/meta-oe/recipes-devtools/perfetto/files/0001-meson-add-pc-file-for-lib_perfetto.patch
@@ -0,0 +1,52 @@
+From 027f90dc9386ec08f2a5107025683e5fed6f3444 Mon Sep 17 00:00:00 2001
+From: Markus Volk 
+Date: Mon, 17 Oct 2022 19:20:53 +0200
+Subject: [PATCH] meson: add PC file for lib_perfetto
+
+---
+ meson.build | 12 ++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index 06015141c..752b4d928 100644
+--- a/meson.build
 b/meson.build
+@@ -19,9 +19,12 @@
+ project(
+ 'perfetto',
+ ['c','cpp'],
+-default_options: ['c_std=c99', 'cpp_std=c++11']
++default_options: ['c_std=c99', 'cpp_std=c++11'],
++version: '27.1'
+ )
+ 
++soversion = meson.project_version()
++
+ fs = import('fs')
+ 
+ if not fs.is_dir('sdk')
+@@ -30,8 +33,9 @@ endif
+ 
+ dep_threads = dependency('threads')
+ 
+-lib_perfetto = static_library(
++lib_perfetto = shared_library(
+ 'perfetto',
++version: soversion,
+ sources: 'sdk/perfetto.cc',
+ dependencies: dep_threads,
+ install: true,
+@@ -39,6 +43,10 @@ lib_perfetto = static_library(
+ 
+ inc_perfetto = include_directories('sdk')
+ 
++install_headers('sdk/perfetto.h')
++pkg = import('pkgconfig')
++pkg.generate(lib_perfetto)
++
+ dep_perfetto = declare_dependency(
+ link_with: lib_perfetto,
+ include_directories: inc_perfetto,
+-- 
+2.34.1
+
diff --git a/meta-oe/recipes-devtools/perfetto/libperfetto.bb 
b/meta-oe/recipes-devtools/perfetto/libperfetto.bb
new file mode 100644
index 0..d58e31414
--- /dev/null
+++ b/meta-oe/recipes-devtools/perfetto/libperfetto.bb
@@ -0,0 +1,11 @@
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=f87516e0b698007e9e75a1fe1012b390"
+
+require perfetto.inc
+
+inherit meson
+
+SRC_URI:append = " file://0001-meson-add-pc-file-for-lib_perfetto.patch"
+
+FILES:${PN} += "${datadir}"
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-oe/recipes-devtools/perfetto/perfetto.bb 
b/meta-oe/recipes-devtools/perfetto/perfetto.bb
index 94c39e9cc..c1b099430 100644
--- a/meta-oe/recipes-devtools/perfetto/perfetto.bb
+++ b/meta-oe/recipes-devtools/perfetto/perfetto.bb
@@ -10,16 +10,15 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=f87516e0b698007e9e75a1fe1012b390 \
 
file://debian/copyright;md5=4e08364c82141f181de69d0a2b89d612 \
 file://python/LICENSE;md5=c602a632c34ade9c78a976734077bce7"
 
-SRC_URI = "git://github.com/google/perfetto.git;protocol=https;name=perfetto \
+SRC_URI:append = " \

git://github.com/protocolbuffers/protobuf.git;branch=3.9.x;protocol=https;destsuffix=git/buildtools/protobuf;name=protobuf
 \
-   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git;protocol=https;destsuffix=git/buildtools/libcxx;name=libcxx
 \
-   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git;protocol=https;destsuffix=git/buildtools/libcxxabi;name=libcxxabi
 \
-   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git;protocol=https;destsuffix=git/buildtools/libunwind;name=libunwind
 \
-   
git://android.googlesource.com/platform/external/zlib.git;branch=master;protocol=https;destsuffix=git/buildtools/zlib;name=zlib
 \
+   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git;protocol=https;destsuffix=git/buildtools/libcxx;name=libcxx;nobranch=1
 \
+   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git;protocol=https;destsuffix=git/buildtools/libcxxabi;name=libcxxabi;nobranch=1
 \
+   
git://chromium.googlesour

Re: [oe] [meta-oe][PATCHv2] perfetto: build libperfetto

2022-10-17 Thread Markus Volk
v2 adds meson.project_version() to fix 'version: undefined' in the pc 
file


Am Mo, 17. Okt 2022 um 19:30:21 +0200 schrieb Markus Volk 
:

- Mesa has support for perfetto, but the libperfetto library is needed
- Only v27 seems to be supported for now. Update perfetto accordingly
- Make sure perfetto and libperfetto share the same codebase
- Patch meson.build to allow shared build
- Add a version number to avoid having a non symlink so file packaged 
into dev package.
- Create a PC file for libperfetto to allow mesa to find it using 
pkgconfig.
- Add nobranch=1 for the git repos to silence warnings about missing 
default branch


Signed-off-by: Markus Volk >

---
 ...1-meson-add-pc-file-for-lib_perfetto.patch | 52 
+++

 .../recipes-devtools/perfetto/libperfetto.bb  | 11 
 meta-oe/recipes-devtools/perfetto/perfetto.bb | 14 ++---
 .../recipes-devtools/perfetto/perfetto.inc|  9 
 4 files changed, 79 insertions(+), 7 deletions(-)
 create mode 100644 
meta-oe/recipes-devtools/perfetto/files/0001-meson-add-pc-file-for-lib_perfetto.patch

 create mode 100644 meta-oe/recipes-devtools/perfetto/libperfetto.bb
 create mode 100644 meta-oe/recipes-devtools/perfetto/perfetto.inc

diff --git 
a/meta-oe/recipes-devtools/perfetto/files/0001-meson-add-pc-file-for-lib_perfetto.patch 
b/meta-oe/recipes-devtools/perfetto/files/0001-meson-add-pc-file-for-lib_perfetto.patch

new file mode 100644
index 0..70de44173
--- /dev/null
+++ 
b/meta-oe/recipes-devtools/perfetto/files/0001-meson-add-pc-file-for-lib_perfetto.patch

@@ -0,0 +1,52 @@
+From 027f90dc9386ec08f2a5107025683e5fed6f3444 Mon Sep 17 00:00:00 
2001

+From: Markus Volk mailto:f_...@t-online.de>>
+Date: Mon, 17 Oct 2022 19:20:53 +0200
+Subject: [PATCH] meson: add PC file for lib_perfetto
+
+---
+ meson.build | 12 ++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index 06015141c..752b4d928 100644
+--- a/meson.build
 b/meson.build
+@@ -19,9 +19,12 @@
+ project(
+ 'perfetto',
+ ['c','cpp'],
+-default_options: ['c_std=c99', 'cpp_std=c++11']
++default_options: ['c_std=c99', 'cpp_std=c++11'],
++version: '27.1'
+ )
+
++soversion = meson.project_version()
++
+ fs = import('fs')
+
+ if not fs.is_dir('sdk')
+@@ -30,8 +33,9 @@ endif
+
+ dep_threads = dependency('threads')
+
+-lib_perfetto = static_library(
++lib_perfetto = shared_library(
+ 'perfetto',
++version: soversion,
+ sources: 'sdk/perfetto.cc',
+ dependencies: dep_threads,
+ install: true,
+@@ -39,6 +43,10 @@ lib_perfetto = static_library(
+
+ inc_perfetto = include_directories('sdk')
+
++install_headers('sdk/perfetto.h')
++pkg = import('pkgconfig')
++pkg.generate(lib_perfetto)
++
+ dep_perfetto = declare_dependency(
+ link_with: lib_perfetto,
+ include_directories: inc_perfetto,
+--
+2.34.1
+
diff --git a/meta-oe/recipes-devtools/perfetto/libperfetto.bb 
b/meta-oe/recipes-devtools/perfetto/libperfetto.bb

new file mode 100644
index 0..d58e31414
--- /dev/null
+++ b/meta-oe/recipes-devtools/perfetto/libperfetto.bb
@@ -0,0 +1,11 @@
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = 
"file://LICENSE;md5=f87516e0b698007e9e75a1fe1012b390" 


+
+require perfetto.inc
+
+inherit meson
+
+SRC_URI:append = " 
file://0001-meson-add-pc-file-for-lib_perfetto.patch" 


+
+FILES:${PN} += "${datadir}"
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-oe/recipes-devtools/perfetto/perfetto.bb 
b/meta-oe/recipes-devtools/perfetto/perfetto.bb

index 94c39e9cc..c1b099430 100644
--- a/meta-oe/recipes-devtools/perfetto/perfetto.bb
+++ b/meta-oe/recipes-devtools/perfetto/perfetto.bb
@@ -10,16 +10,15 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=f87516e0b698007e9e75a1fe1012b390 \
 
 \
 
file://python/LICENSE;md5=c602a632c34ade9c78a976734077bce7" 



-SRC_URI = 
"git://github.com/google/perfetto.git;protocol=https;name=perfetto \

+SRC_URI:append = " \

git://github.com/protocolbuffers/protobuf.git;branch=3.9.x;protocol=https;destsuffix=git/buildtools/protobuf;name=protobuf 
\
-   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git;protocol=https;destsuffix=git/buildtools/libcxx;name=libcxx 
\
-   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git;protocol=https;destsuffix=git/buildtools/libcxxabi;name=libcxxabi 
\
-   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git;protocol=https;destsuffix=git/buildtools/libunwind;name=libunwind 
\
-   
git://android.googlesource.com/platform/external/zlib.git;branch=master;protocol=https;destsuffix=git/buildtools/zlib;name=zlib 
\
+   
git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git;protocol=https;destsuffix=git/buildtools/libcxx;name=libcxx;nobranch=1 
\
+   
git://chromium.googlesource.com/external/github.com/

[oe] [meta-oe][PATCH] uriparser: Upgrade 0.9.6 -> 0.9.7

2022-10-17 Thread Alex Kiernan
Update to use github-releases for upstream tracking.

Changelog:

2022-10-05 -- 0.9.7

  * Fixed: Multiple issues with IPv6 and IPvFuture literal parsing
  (GitHub #146, GitHub #150)
  Thanks to Scallop Ye for the report and the pull request!
  * Fixed: Fix symbol visibility for -DBUILD_SHARED_LIBS=OFF (GitHub #139,
  GitHub #141); thanks to Mariusz Zaborski for the report!
  * Fixed: For MinGW, use size_t for inet_ntop declaration and fix macro
  checks for both MinGW and mingw-w64 (GitHub #131)
  * Fixed: Compiler warnings (GitHub #132, GitHub #152)
  * Improved: Use name UriConfig.h rather than generic config.h for the
  config header file to avoid name clashes and also include it through
  "UriConfig.h" with quotes rather than  so that it is found
  in quote path locations (GitHub #149)
  Thanks to Gaspard Petit for bringing this up!
  * Improved: Document need for UriConfig.h in UriMemory.c (GitHub #136)
  * Infrastructure: Add (support for) Visual Studio 17/2022 (GitHub #152)
  * Infrastructure: Drop (support for) Visual Studio <=14/2015 (GitHub #152)
  * Infrastructure: Update Clang from 13 to 15 (GitHub #143, GitHub #151)
  * Infrastructure: Make MinGW with 32bit Wine on Ubuntu 20.04 possible
  (GitHub #142, GitHub #144, GitHub #145)
  * Soname: 1:30:0 — see https://verbump.de/ for what these numbers do

Signed-off-by: Alex Kiernan 
---
 .../uriparser/{uriparser_0.9.6.bb => uriparser_0.9.7.bb}| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-support/uriparser/{uriparser_0.9.6.bb => 
uriparser_0.9.7.bb} (67%)

diff --git a/meta-oe/recipes-support/uriparser/uriparser_0.9.6.bb 
b/meta-oe/recipes-support/uriparser/uriparser_0.9.7.bb
similarity index 67%
rename from meta-oe/recipes-support/uriparser/uriparser_0.9.6.bb
rename to meta-oe/recipes-support/uriparser/uriparser_0.9.7.bb
index 0d45a155954c..421263e62b72 100644
--- a/meta-oe/recipes-support/uriparser/uriparser_0.9.6.bb
+++ b/meta-oe/recipes-support/uriparser/uriparser_0.9.7.bb
@@ -5,11 +5,11 @@ LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fcc5a53146c2401f4b4f6a3bdf3f0168"
 
 SRC_URI = 
"https://github.com/${BPN}/${BPN}/releases/download/${BP}/${BP}.tar.gz";
-SRC_URI[sha256sum] = 
"10e6f90d359c1087c45f907f95e527a8aca84422251081d1533231e031a084ff"
+SRC_URI[sha256sum] = 
"11553b2abd2b5728a6c88e35ab08e807d0a0f23c44920df937778ce8cc4d40ff"
 
-UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases";
+inherit cmake github-releases
 
-inherit cmake
+UPSTREAM_CHECK_REGEX = "releases/tag/${BPN}-(?P\d+(\.\d+)+)"
 
 EXTRA_OECMAKE += "-DURIPARSER_BUILD_DOCS:BOOL=OFF 
-DURIPARSER_BUILD_TESTS:BOOL=OFF"
 
-- 
2.35.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99205): 
https://lists.openembedded.org/g/openembedded-devel/message/99205
Mute This Topic: https://lists.openembedded.org/mt/94393336/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][PATCH v2] syzkaller: add recipe and selftest for syzkaller fuzzing

2022-10-17 Thread Khem Raj
seeing these failures

https://errors.yoctoproject.org/Errors/Details/673021/

On Mon, Oct 17, 2022 at 10:02 AM Ovidiu Panait
 wrote:
>
> Syzkaller is a coverage-guided fuzzer that is widely used to find bugs in
> the Linux kernel:
> https://github.com/google/syzkaller
>
> Add the recipe and a selftest for running the fuzzer in a qemux86-64
> kvm environment. The following steps can be used to start the test:
> """
> cat >> conf/local.conf < SYZ_WORKDIR=""
> SYZ_FUZZTIME="30"
> SYZ_QEMU_VM_COUNT="2"
> SYZ_QEMU_MEM="2048"
> SYZ_QEMU_CPUS="2"
> EOF
>
> oe-selftest -r syzkaller
> ...
> loading corpus...
> serving http on http://127.0.0.1:49605
> serving rpc on tcp://[::]:46475
> booting test machines...
> wait for the connection from test machine...
> vm-0: crash: KCSAN: data-race in poll_schedule_timeout.constprop.NUM / 
> pollwake
> vm-1: crash: KCSAN: data-race in mutex_spin_on_owner
> machine check:
> syscalls: 2227/4223
> code coverage   : enabled
> comparison tracing  : enabled
> extra coverage  : enabled
> delay kcov mmap : mmap returned an invalid pointer
> setuid sandbox  : enabled
> namespace sandbox   : enabled
> Android sandbox : /sys/fs/selinux/policy does not exist
> fault injection : enabled
> leak checking   : enabled
> net packet injection: enabled
> net device setup: enabled
> concurrency sanitizer   : enabled
> devlink PCI setup   : PCI device :00:10.0 is not available
> USB emulation   : enabled
> hci packet injection: enabled
> wifi device emulation   : enabled
> 802.15.4 emulation  : enabled
> corpus  : 0 (deleted 0 broken)
> seeds   : 0/0
> VMs 2, executed 1, cover 0, signal 0/0, crashes 2, repro 0
> vm-1: crash: KCSAN: data-race in mutex_spin_on_owner
> """
>
> This will fuzz the yocto kernel for 30 minutes using 2 qemu VMs, each VM
> getting 2048MB of memory and 2 CPUs.
>
> The path in SYZ_WORKDIR must be an absolute path that is persistent across
> oe-selftest runs, so that fuzzing does not start all over again on each
> invocation. Syzkaller will save the corpus database in that directory and will
> use the database to keep track of the interfaces already fuzzed.
>
> After the test is done, /crashes directory will contain the report
> files for all the bugs found.
>
> Signed-off-by: Ovidiu Panait 
> ---
>  meta-oe/lib/oeqa/selftest/cases/syzkaller.py  | 124 ++
>  ...ets.go-allow-users-to-override-hardc.patch |  67 ++
>  .../recipes-test/syzkaller/syzkaller_git.bb   |  85 
>  3 files changed, 276 insertions(+)
>  create mode 100644 meta-oe/lib/oeqa/selftest/cases/syzkaller.py
>  create mode 100644 
> meta-oe/recipes-test/syzkaller/syzkaller/0001-sys-targets-targets.go-allow-users-to-override-hardc.patch
>  create mode 100644 meta-oe/recipes-test/syzkaller/syzkaller_git.bb
>
> diff --git a/meta-oe/lib/oeqa/selftest/cases/syzkaller.py 
> b/meta-oe/lib/oeqa/selftest/cases/syzkaller.py
> new file mode 100644
> index 0..64fc864bf
> --- /dev/null
> +++ b/meta-oe/lib/oeqa/selftest/cases/syzkaller.py
> @@ -0,0 +1,124 @@
> +#
> +# SPDX-License-Identifier: MIT
> +#
> +
> +from oeqa.selftest.case import OESelftestTestCase
> +from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars
> +from oeqa.utils.network import get_free_port
> +
> +class TestSyzkaller(OESelftestTestCase):
> +def setUpSyzkallerConfig(self, os_arch, qemu_postfix):
> +syz_target_sysroot = get_bb_var('PKGD', 'syzkaller')
> +syz_target = os.path.join(syz_target_sysroot, 'usr')
> +
> +qemu_native_bin = os.path.join(self.syz_native_sysroot, 
> 'usr/bin/qemu-system-' + qemu_postfix)
> +kernel_cmdline = "ip=dhcp rootfs=/dev/sda dummy_hcd.num=%s" % 
> (self.dummy_hcd_num)
> +kernel_objdir = self.deploy_dir_image
> +port = get_free_port()
> +
> +if not os.path.exists(self.syz_workdir):
> +os.mkdir(self.syz_workdir)
> +
> +with open(self.syz_cfg, 'w') as f:
> +f.write(
> +"""
> +{
> +   "target": "%s",
> +   "http": "127.0.0.1:%s",
> +   "workdir": "%s",
> +   "kernel_obj": "%s",
> +   "kernel_src": "%s",
> +   "image": "%s",
> +   "syzkaller": "%s",
> +   "type": "qemu",
> +   "reproduce" : false,
> +   "sandbox": "none",
> +   "vm": {
> +   "count": %s,
> +   "kernel": "%s",
> +   "cmdline": "%s",
> +   "cpu": %s,
> +   "mem": %s,
> +   "qemu": "%s",
> +   "qemu_args": "-device virtio-scsi-pci,id=scsi -device 
> scsi-hd,drive=rootfs -enable-kvm -cpu host,migratable=off",
> +   "image_device": "drive 
> index=0,id=rootfs,if=none,media=disk,file="
> +   }
> +}
> +"""
> +% (os_arch, port, self.syz_workdir, kernel_objdir, self.kernel_src,
> +   self.rootfs, syz_target, self.syz_qemu_vms, self.kernel, ke

[oe] [meta-oe] [PATCH] broadcom-bt-firmware: upgrade

2022-10-17 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 .../broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p3.bb
 
b/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p3.bb
index f45ea5e4a9..4b6026ebc0 100644
--- 
a/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p3.bb
+++ 
b/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p3.bb
@@ -10,7 +10,7 @@ NO_GENERIC_LICENSE[Firmware-Broadcom-WIDCOMM] = 
"LICENSE.broadcom_bcm20702"
 
 LIC_FILES_CHKSUM = 
"file://LICENSE.broadcom_bcm20702;md5=c0d5ea0502b00df74173d0f8a48b619d"
 SRC_URI = 
"git://github.com/winterheart/broadcom-bt-firmware.git;branch=master;protocol=https"
-SRCREV = "68a7a8a4f2c4bdd3425c23653a3b9b6609e41d0b"
+SRCREV = "a0eb4805dbb232f02f156b9351a23790c1a4cec7"
 
 PE = "1"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99207): 
https://lists.openembedded.org/g/openembedded-devel/message/99207
Mute This Topic: https://lists.openembedded.org/mt/94399661/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH] cppzmq: upgrade 4.8.1 -> 4.9.0

2022-10-17 Thread wangmy
Changelog:
==
Type-safe socket.get(sockopt::type) #523
GCC C++14 fix #553
Support ZMQ_ONLY_FIRST_SUBSCRIBE #558
Add pkg-config file and instructions #564 #570
Fix missing include #568
Fix monitor test failures #576
Improved documentation #519 #524

Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb 
b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
index 7189115092..1dbdc3e46a 100644
--- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
+++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
@@ -4,8 +4,8 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
 DEPENDS = "zeromq"
 
-SRCREV = "dd663fafd830466d34cba278c2cfd0f92eb67614"
-PV = "4.8.1"
+SRCREV = "d67b6352b87a238775cd17e4376b980d07fa7939"
+PV = "4.9.0"
 
 SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=master;protocol=https"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99208): 
https://lists.openembedded.org/g/openembedded-devel/message/99208
Mute This Topic: https://lists.openembedded.org/mt/94399662/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH] ctags: upgrade 5.9.20221002.0 -> 5.9.20221009.0

2022-10-17 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 .../ctags/{ctags_5.9.20221002.0.bb => ctags_5.9.20221009.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/ctags/{ctags_5.9.20221002.0.bb => 
ctags_5.9.20221009.0.bb} (95%)

diff --git a/meta-oe/recipes-devtools/ctags/ctags_5.9.20221002.0.bb 
b/meta-oe/recipes-devtools/ctags/ctags_5.9.20221009.0.bb
similarity index 95%
rename from meta-oe/recipes-devtools/ctags/ctags_5.9.20221002.0.bb
rename to meta-oe/recipes-devtools/ctags/ctags_5.9.20221009.0.bb
index de9e6dbe6b..5564a9b853 100644
--- a/meta-oe/recipes-devtools/ctags/ctags_5.9.20221002.0.bb
+++ b/meta-oe/recipes-devtools/ctags/ctags_5.9.20221009.0.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
 inherit autotools-brokensep pkgconfig manpages
 
-SRCREV = "132379f59e223696f2382a84c2e12b6e7860a7ac"
+SRCREV = "5d506a1a3b6850f05de5e785c5d14cfd6f9b1620"
 SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99209): 
https://lists.openembedded.org/g/openembedded-devel/message/99209
Mute This Topic: https://lists.openembedded.org/mt/94399663/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH] debootstrap: upgrade 1.0.127 -> 1.0.128

2022-10-17 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 .../{debootstrap_1.0.127.bb => debootstrap_1.0.128.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/debootstrap/{debootstrap_1.0.127.bb => 
debootstrap_1.0.128.bb} (89%)

diff --git a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.127.bb 
b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.128.bb
similarity index 89%
rename from meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.127.bb
rename to meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.128.bb
index 5e0a488429..4d13aa66c8 100644
--- a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.127.bb
+++ b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.128.bb
@@ -11,7 +11,7 @@ SRC_URI  = "\
 file://0001-do-not-hardcode-the-full-path-of-dpkg.patch \
 "
 
-SRC_URI[sha256sum] = 
"45887cf0582e6d16598e50713278d16b2272d02bdd117a9876e98277300dabd4"
+SRC_URI[sha256sum] = 
"09e7f8795fee894b77994213ee3a588e9d8f96ddf5f93afdec91e9a137aa7866"
 
 S = "${WORKDIR}/debootstrap"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99210): 
https://lists.openembedded.org/g/openembedded-devel/message/99210
Mute This Topic: https://lists.openembedded.org/mt/94399665/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH] freerdp: upgrade 2.8.0 -> 2.8.1

2022-10-17 Thread wangmy
Changelog:

Notewhorth changes:

Fixed CVE-2022-39282
Fixed CVE-2022-39283
Added missing commit for backported #8041: Remove ALAW/ULAW codecs from linux 
backends (unreliable)
Added hash checks for android build script dependencies
Fixed issues:

#8190: Fix build break with newer FFMPEG versions
#8234: Updated flatpak with build script
#8210: Better execinfo support check for android
#7708: Header now defines DumpThreadHandles
#8176: Check fullscreen state and not setting
#8236: Send resize on window state change
#7611: Audin macOS monterey fix
#8291: Android build script update
Fix length checks and initialization in the deprecated (disabled per default) 
tsmf channel

Signed-off-by: Wang Mingyu 
---
 .../freerdp/{freerdp_2.8.0.bb => freerdp_2.8.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/freerdp/{freerdp_2.8.0.bb => freerdp_2.8.1.bb} 
(98%)

diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.8.0.bb 
b/meta-oe/recipes-support/freerdp/freerdp_2.8.1.bb
similarity index 98%
rename from meta-oe/recipes-support/freerdp/freerdp_2.8.0.bb
rename to meta-oe/recipes-support/freerdp/freerdp_2.8.1.bb
index 33782e56b7..5f539671bc 100644
--- a/meta-oe/recipes-support/freerdp/freerdp_2.8.0.bb
+++ b/meta-oe/recipes-support/freerdp/freerdp_2.8.1.bb
@@ -13,7 +13,7 @@ inherit pkgconfig cmake gitpkgv
 PE = "1"
 PKGV = "${GITPKGVTAG}"
 
-SRCREV = "e3fc97feb512053189e276b2ca79762990bb8c4c"
+SRCREV = "0ad3f49f0e7eb78586acc6bf6e4605f96f88954e"
 SRC_URI = 
"git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0;protocol=https \
 file://winpr-makecert-Build-with-install-RPATH.patch \
 "
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99211): 
https://lists.openembedded.org/g/openembedded-devel/message/99211
Mute This Topic: https://lists.openembedded.org/mt/94399667/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH] gst-editing-services: upgrade 1.20.3 -> 1.20.4

2022-10-17 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 ...diting-services_1.20.3.bb => gst-editing-services_1.20.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-oe/recipes-devtools/gst-editing-services/{gst-editing-services_1.20.3.bb 
=> gst-editing-services_1.20.4.bb} (92%)

diff --git 
a/meta-oe/recipes-devtools/gst-editing-services/gst-editing-services_1.20.3.bb 
b/meta-oe/recipes-devtools/gst-editing-services/gst-editing-services_1.20.4.bb
similarity index 92%
rename from 
meta-oe/recipes-devtools/gst-editing-services/gst-editing-services_1.20.3.bb
rename to 
meta-oe/recipes-devtools/gst-editing-services/gst-editing-services_1.20.4.bb
index d14869b06b..37f7746846 100644
--- 
a/meta-oe/recipes-devtools/gst-editing-services/gst-editing-services_1.20.3.bb
+++ 
b/meta-oe/recipes-devtools/gst-editing-services/gst-editing-services_1.20.4.bb
@@ -18,7 +18,7 @@ inherit meson pkgconfig upstream-version-is-even 
gobject-introspection features_
 EXTRA_OEMESON = "-Dvalidate=disabled"
 
 SRC_URI = 
"http://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-${PV}.tar.xz";
-SRC_URI[sha256sum] = 
"5fd896de69fbe24421eb6b0ff8d2f8b4c3cba3f3025ceacd302172f39a8abaa2"
+SRC_URI[sha256sum] = 
"aa03e983af5d79c1befffe3575b034e60960619a96bf877447cb73c28016fc41"
 
 PACKAGES += "gst-validate-launcher libges"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99212): 
https://lists.openembedded.org/g/openembedded-devel/message/99212
Mute This Topic: https://lists.openembedded.org/mt/94399679/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-gnome] [PATCH] libwacom: upgrade 2.4.0 -> 2.5.0

2022-10-17 Thread wangmy
Changelog:
=
- New Devices
  - Cintiq Pro 27
  - Intuos Pro Small refresh
  - Dell Chromebook 11 5190 2-in-1
  - Dell Inspiron 14 7425 2-in-1
  - Fujitsu U729X

Signed-off-by: Wang Mingyu 
---
 .../libwacom/{libwacom_2.4.0.bb => libwacom_2.5.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-support/libwacom/{libwacom_2.4.0.bb => 
libwacom_2.5.0.bb} (93%)

diff --git a/meta-gnome/recipes-support/libwacom/libwacom_2.4.0.bb 
b/meta-gnome/recipes-support/libwacom/libwacom_2.5.0.bb
similarity index 93%
rename from meta-gnome/recipes-support/libwacom/libwacom_2.4.0.bb
rename to meta-gnome/recipes-support/libwacom/libwacom_2.5.0.bb
index d690df9229..a290d95b71 100644
--- a/meta-gnome/recipes-support/libwacom/libwacom_2.4.0.bb
+++ b/meta-gnome/recipes-support/libwacom/libwacom_2.5.0.bb
@@ -8,7 +8,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e"
 
 SRC_URI = 
"git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https"
-SRCREV = "9fd28747534ef776ffecc245721a4faa43bdd89b"
+SRCREV = "c6c1b26ad149a88b22ff790dae377fcc935b7e08"
 
 DEPENDS = " \
 libxml2-native \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99213): 
https://lists.openembedded.org/g/openembedded-devel/message/99213
Mute This Topic: https://lists.openembedded.org/mt/94399680/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking] [PATCH] nbdkit: upgrade 1.33.1 -> 1.33.2

2022-10-17 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 .../nbdkit/{nbdkit_1.33.1.bb => nbdkit_1.33.2.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/nbdkit/{nbdkit_1.33.1.bb => 
nbdkit_1.33.2.bb} (95%)

diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.33.1.bb 
b/meta-networking/recipes-support/nbdkit/nbdkit_1.33.2.bb
similarity index 95%
rename from meta-networking/recipes-support/nbdkit/nbdkit_1.33.1.bb
rename to meta-networking/recipes-support/nbdkit/nbdkit_1.33.2.bb
index 322f89c22b..ad7b9a6fab 100644
--- a/meta-networking/recipes-support/nbdkit/nbdkit_1.33.1.bb
+++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.33.2.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=f9dcc2d8acdde215fa4bd6ac12bb14f0"
 
 SRC_URI = "git://github.com/libguestfs/nbdkit.git;protocol=https;branch=master 
\
 "
-SRCREV = "9ebc70dae82220f962167b1668fd2af6de886b16"
+SRCREV = "9e2fdefc1ba4c883c5e6aa4f32ab21777980a978"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99214): 
https://lists.openembedded.org/g/openembedded-devel/message/99214
Mute This Topic: https://lists.openembedded.org/mt/94399681/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-filesystems] [PATCH] xfstests: upgrade 2022.09.25 -> 2022.10.09

2022-10-17 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 .../xfstests/{xfstests_2022.09.25.bb => xfstests_2022.10.09.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-filesystems/recipes-utils/xfstests/{xfstests_2022.09.25.bb => 
xfstests_2022.10.09.bb} (97%)

diff --git a/meta-filesystems/recipes-utils/xfstests/xfstests_2022.09.25.bb 
b/meta-filesystems/recipes-utils/xfstests/xfstests_2022.10.09.bb
similarity index 97%
rename from meta-filesystems/recipes-utils/xfstests/xfstests_2022.09.25.bb
rename to meta-filesystems/recipes-utils/xfstests/xfstests_2022.10.09.bb
index 45a1578be7..4965d0586b 100644
--- a/meta-filesystems/recipes-utils/xfstests/xfstests_2022.09.25.bb
+++ b/meta-filesystems/recipes-utils/xfstests/xfstests_2022.10.09.bb
@@ -10,7 +10,7 @@ SRC_URI = 
"git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git;branch=master;na

file://0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch \
"
 
-SRCREV_xfstests = "ee75ba199d153f4dfb81496a891263ec9bdd"
+SRCREV_xfstests = "3b5cb74c03312b5ac3349a0759c8d32bb9d0dada"
 SRCREV_unionmount = "e3825b16b46f4c4574a1a69909944c059835f914"
 
 S = "${WORKDIR}/git"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99215): 
https://lists.openembedded.org/g/openembedded-devel/message/99215
Mute This Topic: https://lists.openembedded.org/mt/94399682/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking] [PATCH] blueman: upgrade 2.3.2 -> 2.3.4

2022-10-17 Thread wangmy
Bugs fixed
==
Errors when connected to a device with the DisconnectItems plugin enabled

Signed-off-by: Wang Mingyu 
---
 .../blueman/{blueman_2.3.2.bb => blueman_2.3.4.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-connectivity/blueman/{blueman_2.3.2.bb => 
blueman_2.3.4.bb} (97%)

diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.3.2.bb 
b/meta-networking/recipes-connectivity/blueman/blueman_2.3.4.bb
similarity index 97%
rename from meta-networking/recipes-connectivity/blueman/blueman_2.3.2.bb
rename to meta-networking/recipes-connectivity/blueman/blueman_2.3.4.bb
index eed00fce02..c3cde1f27a 100644
--- a/meta-networking/recipes-connectivity/blueman/blueman_2.3.2.bb
+++ b/meta-networking/recipes-connectivity/blueman/blueman_2.3.4.bb
@@ -13,7 +13,7 @@ SRC_URI = " \
 file://0001-meson-add-pythoninstalldir-option.patch \
 "
 S = "${WORKDIR}/git"
-SRCREV = "4275c35ffe372c3b194080726fbe1c99f974360f"
+SRCREV = "89bb5313a7cc24ca6fdbeaf2b02f6142dc1a8e60"
 
 EXTRA_OEMESON = "-Druntime_deps_check=false 
-Dpythoninstalldir=${@noprefix('PYTHON_SITEPACKAGES_DIR', d)}"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99216): 
https://lists.openembedded.org/g/openembedded-devel/message/99216
Mute This Topic: https://lists.openembedded.org/mt/94399683/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH] cli11: upgrade 2.2.0 -> 2.3.0

2022-10-17 Thread wangmy
Changelog:
==
Add CLI11_PRECOMPILED as an option. #762
Bugfix: Include  in FormatterFwd #727
Bugfix: Add missing Macros.hpp to Error.hpp #755
Bugfix: Fix subcommand callback trigger #733
Bugfix: Variable rename to avoid warning #734
Bugfix: split_program_name single file name error #740
Bugfix: Better support for min/max overrides on MSVC #741
Bugfix: Support MSVC 2022 #748
Bugfix: Support negated flag in config file #775
Bugfix: Better errors for some confusing config file situations #781
Backend: Restore coverage testing (lost with Travis CI) #747

Signed-off-by: Wang Mingyu 
---
 .../recipes-support/cli11/{cli11_2.2.0.bb => cli11_2.3.0.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/cli11/{cli11_2.2.0.bb => cli11_2.3.0.bb} (94%)

diff --git a/meta-oe/recipes-support/cli11/cli11_2.2.0.bb 
b/meta-oe/recipes-support/cli11/cli11_2.3.0.bb
similarity index 94%
rename from meta-oe/recipes-support/cli11/cli11_2.2.0.bb
rename to meta-oe/recipes-support/cli11/cli11_2.3.0.bb
index 53a57489fe..53ae95b68e 100644
--- a/meta-oe/recipes-support/cli11/cli11_2.2.0.bb
+++ b/meta-oe/recipes-support/cli11/cli11_2.3.0.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "A command line parser for C++11 and beyond that 
provides a rich f
 HOMEPAGE = "https://github.com/CLIUtils/CLI11";
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=9ad746b5f49c0fd53c08ca1faff1922c"
-SRCREV = "b9be5b9444772324459989177108a6a65b8b2769"
+SRCREV = "a66ae4145779c56dc0f9f98a631656417dd77de8"
 PV .= "+git${SRCPV}"
 
 SRC_URI += "gitsm://github.com/CLIUtils/CLI11;branch=main;protocol=https \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99217): 
https://lists.openembedded.org/g/openembedded-devel/message/99217
Mute This Topic: https://lists.openembedded.org/mt/94399711/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH] tesseract: upgrade 4.1.3 -> 5.2.0

2022-10-17 Thread wangmy
0001-include-sys-time.h.patch
removed since it's not available in new version.

Signed-off-by: Wang Mingyu 
---
 .../tesseract/0001-include-sys-time.h.patch   | 34 ---
 ...{tesseract_4.1.3.bb => tesseract_5.2.0.bb} |  6 ++--
 2 files changed, 2 insertions(+), 38 deletions(-)
 delete mode 100644 
meta-oe/recipes-graphics/tesseract/tesseract/0001-include-sys-time.h.patch
 rename meta-oe/recipes-graphics/tesseract/{tesseract_4.1.3.bb => 
tesseract_5.2.0.bb} (71%)

diff --git 
a/meta-oe/recipes-graphics/tesseract/tesseract/0001-include-sys-time.h.patch 
b/meta-oe/recipes-graphics/tesseract/tesseract/0001-include-sys-time.h.patch
deleted file mode 100644
index de1fa75b7c..00
--- a/meta-oe/recipes-graphics/tesseract/tesseract/0001-include-sys-time.h.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From b47fa9532a7090d76521603dbc818bdec100085f Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Tue, 15 Sep 2020 17:04:27 -0700
-Subject: [PATCH] include sys/time.h
-
-This provides missing definitions of timeval stuct
-
-Fixes
-| ../../../git/src/ccutil/ocrclass.h:154:7: error: member access into
-incomplete type 'struct timeval'
-| tv->tv_usec = (millisecs.count() % 1000) * 1000;
-
-Upstream-Status: Pending
-Signed-off-by: Khem Raj 

- src/ccutil/ocrclass.h | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/ccutil/ocrclass.h b/src/ccutil/ocrclass.h
-index d39a6dd6..96395c9b 100644
 a/src/ccutil/ocrclass.h
-+++ b/src/ccutil/ocrclass.h
-@@ -28,6 +28,8 @@
- 
- #include 
- #include 
-+#include 
-+
- #ifdef _WIN32
- #include  // for timeval
- #endif
--- 
-2.28.0
-
diff --git a/meta-oe/recipes-graphics/tesseract/tesseract_4.1.3.bb 
b/meta-oe/recipes-graphics/tesseract/tesseract_5.2.0.bb
similarity index 71%
rename from meta-oe/recipes-graphics/tesseract/tesseract_4.1.3.bb
rename to meta-oe/recipes-graphics/tesseract/tesseract_5.2.0.bb
index 6f92679682..8eb2073563 100644
--- a/meta-oe/recipes-graphics/tesseract/tesseract_4.1.3.bb
+++ b/meta-oe/recipes-graphics/tesseract/tesseract_5.2.0.bb
@@ -5,10 +5,8 @@ BUGTRACKER = 
"https://github.com/tesseract-ocr/tesseract/issues";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-BRANCH = "4.1"
-SRCREV = "f38e7a7ba850b668d4505dd4c712238d7ec63ca8"
-SRC_URI = 
"git://github.com/${BPN}-ocr/${BPN}.git;branch=${BRANCH};protocol=https \
-   file://0001-include-sys-time.h.patch \
+SRCREV = "5ad5325a0aa8effc47ca033625b6a51682f82767"
+SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=main;protocol=https \
   "
 
 S = "${WORKDIR}/git"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99218): 
https://lists.openembedded.org/g/openembedded-devel/message/99218
Mute This Topic: https://lists.openembedded.org/mt/94399713/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-absl: upgrade 1.2.0 -> 1.3.0

2022-10-17 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 .../python/{python3-absl_1.2.0.bb => python3-absl_1.3.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-absl_1.2.0.bb => 
python3-absl_1.3.0.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-absl_1.2.0.bb 
b/meta-python/recipes-devtools/python/python3-absl_1.3.0.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-absl_1.2.0.bb
rename to meta-python/recipes-devtools/python/python3-absl_1.3.0.bb
index 42b3ddc93a..b376278165 100644
--- a/meta-python/recipes-devtools/python/python3-absl_1.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-absl_1.3.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = 
"f568809938c49abbda89826223c992b630afd23c638160ad7840cfe347710d97"
+SRC_URI[sha256sum] = 
"463c38a08d2e4cef6c498b76ba5bd4858e4c6ef51da1a5a1f27139a022e20248"
 
 PYPI_PACKAGE = "absl-py"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99219): 
https://lists.openembedded.org/g/openembedded-devel/message/99219
Mute This Topic: https://lists.openembedded.org/mt/94399714/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-gevent: upgrade 22.8.0 -> 22.10.1

2022-10-17 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 .../{python3-gevent_22.8.0.bb => python3-gevent_22.10.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-gevent_22.8.0.bb => 
python3-gevent_22.10.1.bb} (93%)

diff --git a/meta-python/recipes-devtools/python/python3-gevent_22.8.0.bb 
b/meta-python/recipes-devtools/python/python3-gevent_22.10.1.bb
similarity index 93%
rename from meta-python/recipes-devtools/python/python3-gevent_22.8.0.bb
rename to meta-python/recipes-devtools/python/python3-gevent_22.10.1.bb
index 96a0cb78e2..9319dad89f 100644
--- a/meta-python/recipes-devtools/python/python3-gevent_22.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-gevent_22.10.1.bb
@@ -13,7 +13,7 @@ RDEPENDS:${PN} = "${PYTHON_PN}-greenlet \
 
 SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch"
 
-SRC_URI[sha256sum] = 
"868d500fe2b7f9750eadc07ada8ab32360c0e71976be2bf5919482f14a6477c7"
+SRC_URI[sha256sum] = 
"df3042349c9a4460eeaec8d0e56d737cb183eed055e75a6af9dbda94aaddaf4d"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99220): 
https://lists.openembedded.org/g/openembedded-devel/message/99220
Mute This Topic: https://lists.openembedded.org/mt/94399715/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-google-api-core: upgrade 2.10.1 -> 2.10.2

2022-10-17 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 ...gle-api-core_2.10.1.bb => python3-google-api-core_2.10.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-google-api-core_2.10.1.bb 
=> python3-google-api-core_2.10.2.bb} (87%)

diff --git 
a/meta-python/recipes-devtools/python/python3-google-api-core_2.10.1.bb 
b/meta-python/recipes-devtools/python/python3-google-api-core_2.10.2.bb
similarity index 87%
rename from 
meta-python/recipes-devtools/python/python3-google-api-core_2.10.1.bb
rename to meta-python/recipes-devtools/python/python3-google-api-core_2.10.2.bb
index c7ded90984..b2e48ccdd5 100644
--- a/meta-python/recipes-devtools/python/python3-google-api-core_2.10.1.bb
+++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.10.2.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"e16c15a11789bc5a3457afb2818a3540a03f341e6e710d7f9bbf6cde2ef4a7c8"
+SRC_URI[sha256sum] = 
"10c06f7739fe57781f87523375e8e1a3a4674bf6392cd6131a3222182b971320"
 
 RDEPENDS:${PN} += "\
 ${PYTHON_PN}-asyncio \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99221): 
https://lists.openembedded.org/g/openembedded-devel/message/99221
Mute This Topic: https://lists.openembedded.org/mt/94399718/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.62.0 -> 2.64.0

2022-10-17 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 ...ent_2.62.0.bb => python3-google-api-python-client_2.64.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-python/recipes-devtools/python/{python3-google-api-python-client_2.62.0.bb 
=> python3-google-api-python-client_2.64.0.bb} (86%)

diff --git 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.62.0.bb
 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.64.0.bb
similarity index 86%
rename from 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.62.0.bb
rename to 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.64.0.bb
index abceda8d02..af83c1704c 100644
--- 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.62.0.bb
+++ 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.64.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = 
"https://github.com/googleapis/google-api-python-client";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = 
"8307b85f0b8f84252747326de50eda279220cc1a3966d6b82e94486618275637"
+SRC_URI[sha256sum] = 
"0dc4c967a5c795e981af01340f1bd22173a986534de968b5456cb208ed6775a6"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99222): 
https://lists.openembedded.org/g/openembedded-devel/message/99222
Mute This Topic: https://lists.openembedded.org/mt/94399738/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-google-auth: upgrade 2.11.1 -> 2.12.0

2022-10-17 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 ...hon3-google-auth_2.11.1.bb => python3-google-auth_2.12.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-google-auth_2.11.1.bb => 
python3-google-auth_2.12.0.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.11.1.bb 
b/meta-python/recipes-devtools/python/python3-google-auth_2.12.0.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-google-auth_2.11.1.bb
rename to meta-python/recipes-devtools/python/python3-google-auth_2.12.0.bb
index 747a57e814..53c1d00ccb 100644
--- a/meta-python/recipes-devtools/python/python3-google-auth_2.11.1.bb
+++ b/meta-python/recipes-devtools/python/python3-google-auth_2.12.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"516e6623038b81430dd062a1a25ecd24f173d7c15cdf4e48a9e78bc87e97aeec"
+SRC_URI[sha256sum] = 
"f12d86502ce0f2c0174e2e70ecc8d36c69593817e67e1d9c5e34489120422e4b"
 
 RDEPENDS:${PN} += "\
 ${PYTHON_PN}-asyncio \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99223): 
https://lists.openembedded.org/g/openembedded-devel/message/99223
Mute This Topic: https://lists.openembedded.org/mt/94399739/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-pymodbus: upgrade 2.5.3 -> 3.0.0

2022-10-17 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 .../{python3-pymodbus_2.5.3.bb => python3-pymodbus_3.0.0.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pymodbus_2.5.3.bb => 
python3-pymodbus_3.0.0.bb} (91%)

diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_2.5.3.bb 
b/meta-python/recipes-devtools/python/python3-pymodbus_3.0.0.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-pymodbus_2.5.3.bb
rename to meta-python/recipes-devtools/python/python3-pymodbus_3.0.0.bb
index 46565876fe..8292419473 100644
--- a/meta-python/recipes-devtools/python/python3-pymodbus_2.5.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.0.0.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2c2223d66c7e674b40527b5a4c35bd76"
 DEPENDS += "python3-six-native"
 
-SRC_URI[sha256sum] = 
"5ef68c1a109bdb467c830ef003ef2db6494349a5248e4af946fe21c9eefe7e74"
+SRC_URI[sha256sum] = 
"37c9b6f3e5c82f39ee42047ca48cbc9fd0c49a6731126789500191e9deea6cbc"
 S = "${WORKDIR}/pymodbus-${PV}"
 
 inherit pypi setuptools3
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99224): 
https://lists.openembedded.org/g/openembedded-devel/message/99224
Mute This Topic: https://lists.openembedded.org/mt/94399743/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-pywbem: upgrade 1.4.1 -> 1.5.0

2022-10-17 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 .../pywbem/{python3-pywbem_1.4.1.bb => python3-pywbem_1.5.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-extended/pywbem/{python3-pywbem_1.4.1.bb => 
python3-pywbem_1.5.0.bb} (94%)

diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.4.1.bb 
b/meta-python/recipes-extended/pywbem/python3-pywbem_1.5.0.bb
similarity index 94%
rename from meta-python/recipes-extended/pywbem/python3-pywbem_1.4.1.bb
rename to meta-python/recipes-extended/pywbem/python3-pywbem_1.5.0.bb
index 210d64320e..d109fa4601 100644
--- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.4.1.bb
+++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.5.0.bb
@@ -16,7 +16,7 @@ HOMEPAGE = "http://pywbem.github.io";
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
 
-SRC_URI[sha256sum] = 
"ad8bbbe4ab7e795722c0f27f2656c92fc673a7e06a14cd151a50f0306454d17e"
+SRC_URI[sha256sum] = 
"c5f7e458c2530c61358fbc6333be74faf366aace78eae33741431267adf32610"
 
 inherit pypi setuptools3 update-alternatives
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99225): 
https://lists.openembedded.org/g/openembedded-devel/message/99225
Mute This Topic: https://lists.openembedded.org/mt/94399745/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-stevedore: upgrade 4.0.0 -> 4.0.1

2022-10-17 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../{python3-stevedore_4.0.0.bb => python3-stevedore_4.0.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-stevedore_4.0.0.bb => 
python3-stevedore_4.0.1.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-stevedore_4.0.0.bb 
b/meta-python/recipes-devtools/python/python3-stevedore_4.0.1.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-stevedore_4.0.0.bb
rename to meta-python/recipes-devtools/python/python3-stevedore_4.0.1.bb
index 46c6d831aa..70c43f3ace 100644
--- a/meta-python/recipes-devtools/python/python3-stevedore_4.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-stevedore_4.0.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://docs.openstack.org/stevedore/latest/";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = 
"f82cc99a1ff552310d19c379827c2c64dd9f85a38bcd5559db2470161867b786"
+SRC_URI[sha256sum] = 
"9a23111a6e612270c591fd31ff3321c6b5f3d5f3dabb1427317a5ab608fc261a"
 
 DEPENDS += "${PYTHON_PN}-pbr-native"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99226): 
https://lists.openembedded.org/g/openembedded-devel/message/99226
Mute This Topic: https://lists.openembedded.org/mt/94399837/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-gnome] [PATCH] yelp: upgrade 42.1 -> 42.2

2022-10-17 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 meta-gnome/recipes-gnome/yelp/{yelp_42.1.bb => yelp_42.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/yelp/{yelp_42.1.bb => yelp_42.2.bb} (88%)

diff --git a/meta-gnome/recipes-gnome/yelp/yelp_42.1.bb 
b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
similarity index 88%
rename from meta-gnome/recipes-gnome/yelp/yelp_42.1.bb
rename to meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
index ab8b9c37ba..fe3b1105c4 100644
--- a/meta-gnome/recipes-gnome/yelp/yelp_42.1.bb
+++ b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
@@ -9,7 +9,7 @@ inherit gnomebase itstool autotools-brokensep gsettings gettext 
gtk-doc features
 # for webkitgtk
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI[archive.sha256sum] = 
"25b1146ab8549888a5a8da067f63b470b0f0f800b6ae889cacd114d01d713b41"
+SRC_URI[archive.sha256sum] = 
"a2c5fd0787a9089c722cc66bd0f85cdf7088d870e7b6cc85799f8e5bff9eac4b"
 
 DEPENDS += " \
 libxml2-native \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99227): 
https://lists.openembedded.org/g/openembedded-devel/message/99227
Mute This Topic: https://lists.openembedded.org/mt/94399847/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH] tio: upgrade 2.0 -> 2.1

2022-10-17 Thread zhengruoqin
Changes since tio v2.0:
===
Fix output line delay

Apply output line delay on lines ending with \n.

On most systems lines ends with \n or \r\n.

Do not print timestamps in hex mode

Improve input mechanism in hex mode

Print the 2 character hex code that you input in hex mode but then
delete it before sending. This way it is easier to keep track of what
you are inputting. It basically mimics the ctrl-shift-u input mechanism
that is used to input unicode.

Add support for sending prefix character to serial device

Do so by inputting prefix key twice, e.g. input ctrl-t ctrl-t to send
ctrl-t character to serial device.

Clean up indentation

Update example tiorc

Add bit reverse order feature

Signed-off-by: Zheng Ruoqin 
---
 meta-oe/recipes-support/tio/{tio_2.0.bb => tio_2.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/tio/{tio_2.0.bb => tio_2.1.bb} (91%)

diff --git a/meta-oe/recipes-support/tio/tio_2.0.bb 
b/meta-oe/recipes-support/tio/tio_2.1.bb
similarity index 91%
rename from meta-oe/recipes-support/tio/tio_2.0.bb
rename to meta-oe/recipes-support/tio/tio_2.1.bb
index 54e448b6d5..1c36bd522c 100644
--- a/meta-oe/recipes-support/tio/tio_2.0.bb
+++ b/meta-oe/recipes-support/tio/tio_2.1.bb
@@ -7,7 +7,7 @@ LICENSE = "GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c"
 
 SRC_URI = "git://github.com/tio/tio;protocol=https;nobranch=1"
-SRCREV = "6618642acf28fec6d3e70ed75b50d4ce138ea08a"
+SRCREV = "14fc77ffc13a4c60a98f0bb7e0f431e9ed7cf1fd"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99228): 
https://lists.openembedded.org/g/openembedded-devel/message/99228
Mute This Topic: https://lists.openembedded.org/mt/94399850/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-zopeinterface: upgrade 5.4.0 -> 5.5.0

2022-10-17 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 ...n3-zopeinterface_5.4.0.bb => python3-zopeinterface_5.5.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-zopeinterface_5.4.0.bb => 
python3-zopeinterface_5.5.0.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_5.4.0.bb 
b/meta-python/recipes-devtools/python/python3-zopeinterface_5.5.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-zopeinterface_5.4.0.bb
rename to meta-python/recipes-devtools/python/python3-zopeinterface_5.5.0.bb
index b048c80e13..015ec0e3e7 100644
--- a/meta-python/recipes-devtools/python/python3-zopeinterface_5.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-zopeinterface_5.5.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423
 PYPI_PACKAGE = "zope.interface"
 
 inherit pypi setuptools3
-SRC_URI[sha256sum] = 
"5dba5f530fec3f0988d83b78cc591b58c0b6eb8431a85edd1569a0539a8a5a0e"
+SRC_URI[sha256sum] = 
"700ebf9662cf8df70e2f0cb4988e078c53f65ee3eefd5c9d80cf988c4175c8e3"
 
 PACKAGES =. "${PN}-test "
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99229): 
https://lists.openembedded.org/g/openembedded-devel/message/99229
Mute This Topic: https://lists.openembedded.org/mt/94399855/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking] [PATCH] unbound: upgrade 1.16.3 -> 1.17.0

2022-10-17 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../unbound/{unbound_1.16.3.bb => unbound_1.17.0.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/unbound/{unbound_1.16.3.bb => 
unbound_1.17.0.bb} (96%)

diff --git a/meta-networking/recipes-support/unbound/unbound_1.16.3.bb 
b/meta-networking/recipes-support/unbound/unbound_1.17.0.bb
similarity index 96%
rename from meta-networking/recipes-support/unbound/unbound_1.16.3.bb
rename to meta-networking/recipes-support/unbound/unbound_1.17.0.bb
index 5e40d8c30c..0dd0ce8822 100644
--- a/meta-networking/recipes-support/unbound/unbound_1.16.3.bb
+++ b/meta-networking/recipes-support/unbound/unbound_1.17.0.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06"
 SRC_URI = 
"git://github.com/NLnetLabs/unbound.git;protocol=http;branch=master;protocol=https
 \
file://0001-contrib-add-yocto-compatible-init-script.patch \
 "
-SRCREV = "137719522a8ea5b380fbb6206d2466f402f5b554"
+SRCREV = "d25e0cd9b0545ff13120430c94326ceaf14b074f"
 
 inherit autotools pkgconfig systemd update-rc.d
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99230): 
https://lists.openembedded.org/g/openembedded-devel/message/99230
Mute This Topic: https://lists.openembedded.org/mt/94399860/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][PATCHv2] perfetto: build libperfetto

2022-10-17 Thread Khem Raj
Hi Markus

I think it needs linking -latomic on few arches e.g. mips/riscv32 see
https://errors.yoctoproject.org/Errors/Details/673100/

On Mon, Oct 17, 2022 at 10:32 AM Markus Volk  wrote:
>
> v2 adds meson.project_version() to fix 'version: undefined' in the pc file
>
> Am Mo, 17. Okt 2022 um 19:30:21 +0200 schrieb Markus Volk :
>
> - Mesa has support for perfetto, but the libperfetto library is needed - Only 
> v27 seems to be supported for now. Update perfetto accordingly - Make sure 
> perfetto and libperfetto share the same codebase - Patch meson.build to allow 
> shared build - Add a version number to avoid having a non symlink so file 
> packaged into dev package. - Create a PC file for libperfetto to allow mesa 
> to find it using pkgconfig. - Add nobranch=1 for the git repos to silence 
> warnings about missing default branch Signed-off-by: Markus Volk 
>  --- ...1-meson-add-pc-file-for-lib_perfetto.patch | 52 
> +++ .../recipes-devtools/perfetto/libperfetto.bb | 11  
> meta-oe/recipes-devtools/perfetto/perfetto.bb | 14 ++--- 
> .../recipes-devtools/perfetto/perfetto.inc | 9  4 files changed, 79 
> insertions(+), 7 deletions(-) create mode 100644 
> meta-oe/recipes-devtools/perfetto/files/0001-meson-add-pc-file-for-lib_perfetto.patch
>  create mode 100644 meta-oe/recipes-devtools/perfetto/libperfetto.bb create 
> mode 100644 meta-oe/recipes-devtools/perfetto/perfetto.inc diff --git 
> a/meta-oe/recipes-devtools/perfetto/files/0001-meson-add-pc-file-for-lib_perfetto.patch
>  
> b/meta-oe/recipes-devtools/perfetto/files/0001-meson-add-pc-file-for-lib_perfetto.patch
>  new file mode 100644 index 0..70de44173 --- /dev/null +++ 
> b/meta-oe/recipes-devtools/perfetto/files/0001-meson-add-pc-file-for-lib_perfetto.patch
>  @@ -0,0 +1,52 @@ +From 027f90dc9386ec08f2a5107025683e5fed6f3444 Mon Sep 17 
> 00:00:00 2001 +From: Markus Volk  +Date: Mon, 17 Oct 2022 
> 19:20:53 +0200 +Subject: [PATCH] meson: add PC file for lib_perfetto + +--- + 
> meson.build | 12 ++-- + 1 file changed, 10 insertions(+), 2 
> deletions(-) + +diff --git a/meson.build b/meson.build +index 
> 06015141c..752b4d928 100644 +--- a/meson.build  b/meson.build +@@ -19,9 
> +19,12 @@ + project( + 'perfetto', + ['c','cpp'], +- default_options: 
> ['c_std=c99', 'cpp_std=c++11'] ++ default_options: ['c_std=c99', 
> 'cpp_std=c++11'], ++ version: '27.1' + ) + ++soversion = 
> meson.project_version() ++ + fs = import('fs') + + if not fs.is_dir('sdk') 
> +@@ -30,8 +33,9 @@ endif + + dep_threads = dependency('threads') + 
> +-lib_perfetto = static_library( ++lib_perfetto = shared_library( + 
> 'perfetto', ++ version: soversion, + sources: 'sdk/perfetto.cc', + 
> dependencies: dep_threads, + install: true, +@@ -39,6 +43,10 @@ lib_perfetto 
> = static_library( + + inc_perfetto = include_directories('sdk') + 
> ++install_headers('sdk/perfetto.h') ++pkg = import('pkgconfig') 
> ++pkg.generate(lib_perfetto) ++ + dep_perfetto = declare_dependency( + 
> link_with: lib_perfetto, + include_directories: inc_perfetto, +-- +2.34.1 + 
> diff --git a/meta-oe/recipes-devtools/perfetto/libperfetto.bb 
> b/meta-oe/recipes-devtools/perfetto/libperfetto.bb new file mode 100644 index 
> 0..d58e31414 --- /dev/null +++ 
> b/meta-oe/recipes-devtools/perfetto/libperfetto.bb @@ -0,0 +1,11 @@ +LICENSE 
> = "Apache-2.0" +LIC_FILES_CHKSUM = 
> "file://LICENSE;md5=f87516e0b698007e9e75a1fe1012b390" + +require perfetto.inc 
> + +inherit meson + +SRC_URI:append = " 
> file://0001-meson-add-pc-file-for-lib_perfetto.patch" + +FILES:${PN} += 
> "${datadir}" +BBCLASSEXTEND = "native nativesdk" diff --git 
> a/meta-oe/recipes-devtools/perfetto/perfetto.bb 
> b/meta-oe/recipes-devtools/perfetto/perfetto.bb index 94c39e9cc..c1b099430 
> 100644 --- a/meta-oe/recipes-devtools/perfetto/perfetto.bb +++ 
> b/meta-oe/recipes-devtools/perfetto/perfetto.bb @@ -10,16 +10,15 @@ 
> LIC_FILES_CHKSUM = "file://LICENSE;md5=f87516e0b698007e9e75a1fe1012b390 \ 
> file://debian/copyright;md5=4e08364c82141f181de69d0a2b89d612 \ 
> file://python/LICENSE;md5=c602a632c34ade9c78a976734077bce7" -SRC_URI = 
> "git://github.com/google/perfetto.git;protocol=https;name=perfetto \ 
> +SRC_URI:append = " \ 
> git://github.com/protocolbuffers/protobuf.git;branch=3.9.x;protocol=https;destsuffix=git/buildtools/protobuf;name=protobuf
>  \ - 
> git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git;protocol=https;destsuffix=git/buildtools/libcxx;name=libcxx
>  \ - 
> git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git;protocol=https;destsuffix=git/buildtools/libcxxabi;name=libcxxabi
>  \ - 
> git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git;protocol=https;destsuffix=git/buildtools/libunwind;name=libunwind
>  \ - 
> git://android.googlesource.com/platform/external/zlib.git;branch=master;protocol=https;destsuffix=git/buildtools/zlib;name=zlib
>  \ + 
> git://chromium.googlesource.c