[oe] [meta-oe][PATCH] ostree: use Yocto mirror

2021-12-01 Thread hongxu
Clean up PREMIRRORS setting, the Yocto mirror is updated

$ mkdir ./ostree && cd ./ostree
$ wget 
http://downloads.yoctoproject.org/mirror/sources/git2_github.com.ostreedev.ostree.tar.gz
$ tar -xvf git2_github.com.ostreedev.ostree.tar.gz
$ git show f1155c8d283c3c85d74d5e1050b0dcf8198f750a --oneline
f1155c8d (tag: v2021.6) Release 2021.6

Signed-off-by: Hongxu Jia 
---
 meta-oe/recipes-extended/ostree/ostree_2021.6.bb | 4 
 1 file changed, 4 deletions(-)

diff --git a/meta-oe/recipes-extended/ostree/ostree_2021.6.bb 
b/meta-oe/recipes-extended/ostree/ostree_2021.6.bb
index a80207689..9e0f7bc7c 100644
--- a/meta-oe/recipes-extended/ostree/ostree_2021.6.bb
+++ b/meta-oe/recipes-extended/ostree/ostree_2021.6.bb
@@ -17,10 +17,6 @@ DEPENDS = " \
 bison-native \
 "
 
-# The Yocto mirror has an old export of ostree:
-# 
http://downloads.yoctoproject.org/mirror/sources/git2_github.com.ostreedev.ostree.tar.gz
-PREMIRRORS = ""
-
 SRC_URI = " \
 gitsm://github.com/ostreedev/ostree;branch=main;protocol=https \
 file://run-ptest \
-- 
2.27.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94175): 
https://lists.openembedded.org/g/openembedded-devel/message/94175
Mute This Topic: https://lists.openembedded.org/mt/87447419/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] spitools: upgrade 1.0.0 -> 1.0.1

2021-12-01 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 meta-oe/recipes-support/spitools/spitools_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/spitools/spitools_git.bb 
b/meta-oe/recipes-support/spitools/spitools_git.bb
index 5bad781ff6..8302576f43 100644
--- a/meta-oe/recipes-support/spitools/spitools_git.bb
+++ b/meta-oe/recipes-support/spitools/spitools_git.bb
@@ -5,8 +5,8 @@ LICENSE="GPLv2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=8c1ae6c159876a0ba63099614381"
 
 BPV = "1.0.0"
-PV = "${BPV}"
-SRCREV = "f5d87954bd9e13689481700105efe2f42199d364"
+PV = "1.0.1"
+SRCREV = "87da3bfc03f3088e2e880b6b48195bb225fafeac"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94174): 
https://lists.openembedded.org/g/openembedded-devel/message/94174
Mute This Topic: https://lists.openembedded.org/mt/87447030/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] python3-ujson: upgrade 4.2.0 -> 4.3.0

2021-12-01 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-ujson_4.2.0.bb => python3-ujson_4.3.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-ujson_4.2.0.bb => 
python3-ujson_4.3.0.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-ujson_4.2.0.bb 
b/meta-python/recipes-devtools/python/python3-ujson_4.3.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-ujson_4.2.0.bb
rename to meta-python/recipes-devtools/python/python3-ujson_4.3.0.bb
index 3dbfe44faa..7949a636ce 100644
--- a/meta-python/recipes-devtools/python/python3-ujson_4.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ujson_4.3.0.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "UltraJSON is an ultra fast JSON encoder and 
decoder written in pu
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=10fa10456417c0252bcb8a498e498ffe"
 
-SRC_URI[sha256sum] = 
"fffe509f556861c7343c6cba57ed05fe7bcf4b48a934a5b946ccb45428cf8883"
+SRC_URI[sha256sum] = 
"baee56eca35cb5fbe02c28bd9c0936be41a96fa5c0812d9d4b7edeb5c3d568a0"
 
 inherit pypi ptest setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94173): 
https://lists.openembedded.org/g/openembedded-devel/message/94173
Mute This Topic: https://lists.openembedded.org/mt/87447025/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] vboxguestdrivers: upgrade 6.1.28 -> 6.1.30

2021-12-01 Thread zhengruoqin
Changelog:
VMM: Fixed 6.1.28 regression preventing VMs starting when using Hyper-V mode on 
Windows 10
GUI: Fixed inability to complete First Run wizard after browsing for an 
external image
GUI: Fixed crash on macOS Big Sur while browsing for an external image from 
First Run wizard
GUI: Fixed bug on Windows with inability to save taken screenshot under a 
folder with native name (bug #15561)
GUI: Fixed bug on X11 with drag and drop initiated on single mouse click in VM 
storage settings
GUI: Fixed settings check on machines not supporting hardware virtualization
GUI: Non critical media related errors should not cause modal pop-up error 
messages
Host-only networking: Fixed crash parsing /etc/vbox/networks.conf
DVD: Fixed drive lock handling across VM reset
VBoxHeadless: Fixed crash when running on macOS Monterey (bug #20636)
VBoxManage: Fixed incorrect help text for "hostonlyif"
vboximg-mount: Error message if no image is specified
macOS host: fix multiple bugs specific to macOS Monterey in installer and 
startup of kernel extensions
macOS host: show message indicating the unsupported CPU on M1 based Macs and 
abort installation
Linux host: For all distribution specific packages (deb/rpm format) fix the 
packaging so that the feature for unattended installation of guest OSes works
Linux host and guest: Introduced initial support for kernel 5.16
Shared Clipboard: Improved communication between guest and host when guest has 
no clipboard data to report
Linux Guest Additions: Allow running only one VBoxDRMClient instance (bug 
#19373)

Signed-off-by: Zheng Ruoqin 
---
 .../{vboxguestdrivers_6.1.28.bb => vboxguestdrivers_6.1.30.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-oe/recipes-support/vboxguestdrivers/{vboxguestdrivers_6.1.28.bb => 
vboxguestdrivers_6.1.30.bb} (95%)

diff --git 
a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.28.bb 
b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.30.bb
similarity index 95%
rename from meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.28.bb
rename to meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.30.bb
index 014fe30bbc..099d82ae42 100644
--- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.28.bb
+++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.30.bb
@@ -16,8 +16,7 @@ SRC_URI = 
"http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2
 file://0001-utils-fix-build-against-5.15-libc-headers-headers.patch \
 "
 
-SRC_URI[md5sum] = "c6efae8dc115b90c6124e13126794c4f"
-SRC_URI[sha256sum] = 
"8d34993d8e9c0cf35e7bd44dd26c8c757f17a3b7d5a64052f945d00fd798ebfe"
+SRC_URI[sha256sum] = 
"3c60a29375549ffc148aaebe859be91b27c19d6fa2deefde1373c4f6da8f18ef"
 
 S ?= "${WORKDIR}/vbox_module"
 S:task-patch = "${WORKDIR}/${VBOX_NAME}"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94172): 
https://lists.openembedded.org/g/openembedded-devel/message/94172
Mute This Topic: https://lists.openembedded.org/mt/87447019/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] python3-typeguard: upgrade 2.13.0 -> 2.13.2

2021-12-01 Thread zhengruoqin
Fixed typing_extensions being imported unconditionally on Python < 3.9

Signed-off-by: Zheng Ruoqin 
---
 ...{python3-typeguard_2.13.0.bb => python3-typeguard_2.13.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-typeguard_2.13.0.bb => 
python3-typeguard_2.13.2.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-typeguard_2.13.0.bb 
b/meta-python/recipes-devtools/python/python3-typeguard_2.13.2.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-typeguard_2.13.0.bb
rename to meta-python/recipes-devtools/python/python3-typeguard_2.13.2.bb
index 564f98e3f2..b7ae4a32c4 100644
--- a/meta-python/recipes-devtools/python/python3-typeguard_2.13.0.bb
+++ b/meta-python/recipes-devtools/python/python3-typeguard_2.13.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/typeguard/;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53"
 
-SRC_URI[sha256sum] = 
"04e38f92eb59410c9375d3be23df65e0a7643f2e8bcbd421423d808d2f9e99df"
+SRC_URI[sha256sum] = 
"7e50071590ab997509aa0977609eb5cf9d73d84c1f416cb4fab78b77a9d15326"
 
 inherit pypi setuptools3 ptest
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94171): 
https://lists.openembedded.org/g/openembedded-devel/message/94171
Mute This Topic: https://lists.openembedded.org/mt/87447004/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-networking][hardknott][gatesgarth][PATCH] ifenslave: Add branch=main

2021-12-01 Thread Jeremy Puhlman



On 11/30/2021 2:34 PM, akuster808 wrote:


On 11/30/21 11:37 AM, Jeremy Puhlman wrote:

master branch has been removed upstream

Signed-off-by: Jeremy A. Puhlman 

thanks. I have a fix already staging in stable hardknott testing.

If you mean:
https://git.openembedded.org/meta-openembedded-contrib/commit/?h=stable/hardknott-nut=7fbb2767186a4db729efe4f440cc9a992f2ab183

That adds branch=master, which does not exist in the repository anymore, 
which is why I sent the patch in the first place.


-armin


---
  meta-networking/recipes-support/ifenslave/ifenslave_2.11.bb | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/ifenslave/ifenslave_2.11.bb 
b/meta-networking/recipes-support/ifenslave/ifenslave_2.11.bb
index 0db9e8a0a..5e547a462 100644
--- a/meta-networking/recipes-support/ifenslave/ifenslave_2.11.bb
+++ b/meta-networking/recipes-support/ifenslave/ifenslave_2.11.bb
@@ -9,7 +9,7 @@ inherit manpages
  MAN_PKG = "${PN}"
  
  SRCREV = "c26e9310f552e69d0d44eb48746e02c9ae4b4f6f"

-SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https"
+SRC_URI = 
"git://salsa.debian.org/debian/ifenslave.git;protocol=https;branch=main"
  
  S = "${WORKDIR}/git"
  







-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94170): 
https://lists.openembedded.org/g/openembedded-devel/message/94170
Mute This Topic: https://lists.openembedded.org/mt/87411068/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-pymongo: upgrade 3.12.0 -> 4.0

2021-12-01 Thread xuhuan.f...@fujitsu.com
From: Xu Huan 

See changelog: 
https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst

Signed-off-by: Xu Huan 
---
 .../{python3-pymongo_3.12.0.bb => python3-pymongo_4.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pymongo_3.12.0.bb => 
python3-pymongo_4.0.bb} (91%)

diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.12.0.bb 
b/meta-python/recipes-devtools/python/python3-pymongo_4.0.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-pymongo_3.12.0.bb
rename to meta-python/recipes-devtools/python/python3-pymongo_4.0.bb
index 17975ff5d3..ea057c1804 100644
--- a/meta-python/recipes-devtools/python/python3-pymongo_3.12.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pymongo_4.0.bb
@@ -8,7 +8,7 @@ HOMEPAGE = "http://github.com/mongodb/mongo-python-driver;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = 
"b88d1742159bc93a078733f9789f563cef26f5e370eba810476a71aa98e5fbc2"
+SRC_URI[sha256sum] = 
"6d158eadba3aaab276a3b188b7f467ab0384b68c1d31cfa87335e52addd9dcb6"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94169): 
https://lists.openembedded.org/g/openembedded-devel/message/94169
Mute This Topic: https://lists.openembedded.org/mt/87446060/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-rdflib: upgrade 6.0.0 -> 6.0.2

2021-12-01 Thread zhengruoqin
changlog:

rename arg LOVE to ns in rdfpipe
Remove Tox reference to Python 3.6
Add Brick DefinedNamespace
Use setName on TokenConverter to set the name property
Add test for adding JSON-LD to guess_format()
Fix mypy type errors and add mypy to .drone.yml

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-rdflib_6.0.0.bb => python3-rdflib_6.0.2.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-rdflib_6.0.0.bb => 
python3-rdflib_6.0.2.bb} (65%)

diff --git a/meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb 
b/meta-python/recipes-devtools/python/python3-rdflib_6.0.2.bb
similarity index 65%
rename from meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb
rename to meta-python/recipes-devtools/python/python3-rdflib_6.0.2.bb
index 589e6638bf..49e6d33ab4 100644
--- a/meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-rdflib_6.0.2.bb
@@ -1,8 +1,8 @@
 SUMMARY = "RDFLib is a pure Python package for working with RDF"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=89aa9a14f80a6ac70e1d5da763a309ed"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=b6cde159c801514e0e45a40cf0a9d3d9"
 
-SRC_URI[sha256sum] = 
"7ce4d757eb26f4dd43205ec340d8c097f29e5adfe45d6ea20238c731dc679879"
+SRC_URI[sha256sum] = 
"6136ae056001474ee2aff5fc5b956e62a11c3a9c66bb0f3d9c0aaa5fbb56854e"
 
 inherit pypi setuptools3
 
-- 
2.25.1


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



[oe] [PATCH V2] ostree: add nativesdk support

2021-12-01 Thread hongxu
# Changed in V2: s/$OECORE_NATIVE_SYSROOT/\$OECORE_NATIVE_SYSROOT/ for
# ostree wrapper of nativesdk
Refer the impment of native, use the same PACKAGECONFIG, EXTRA_OECONF
and similar create_wrapper for ostree

Signed-off-by: Hongxu Jia 
---
 .../recipes-extended/ostree/ostree_2021.6.bb   | 18 +-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/ostree/ostree_2021.6.bb 
b/meta-oe/recipes-extended/ostree/ostree_2021.6.bb
index 8f37a7f86..a80207689 100644
--- a/meta-oe/recipes-extended/ostree/ostree_2021.6.bb
+++ b/meta-oe/recipes-extended/ostree/ostree_2021.6.bb
@@ -52,6 +52,13 @@ PACKAGECONFIG:class-native ??= " \
 soup \
 "
 
+PACKAGECONFIG:class-nativesdk ??= " \
+${@bb.utils.filter('DISTRO_FEATURES', 'selinux smack', d)} \
+builtin-grub2-mkconfig \
+gpgme \
+soup \
+"
+
 PACKAGECONFIG[avahi] = "--with-avahi, --without-avahi, avahi"
 PACKAGECONFIG[builtin-grub2-mkconfig] = "--with-builtin-grub2-mkconfig, 
--without-builtin-grub2-mkconfig"
 PACKAGECONFIG[curl] = "--with-curl, --without-curl, curl"
@@ -89,6 +96,11 @@ EXTRA_OECONF:class-native = " \
 --disable-otmpfile \
 "
 
+EXTRA_OECONF:class-nativesdk = " \
+--enable-wrpseudo-compat \
+--disable-otmpfile \
+"
+
 # Path to ${prefix}/lib/ostree/ostree-grub-generator is hardcoded on the
 # do_configure stage so we do depend on it
 SYSROOT_DIR = "${STAGING_DIR_TARGET}"
@@ -106,6 +118,10 @@ do_install:append:class-native() {
 create_wrapper ${D}${bindir}/ostree 
OSTREE_GRUB2_EXEC="${STAGING_LIBDIR_NATIVE}/ostree/ostree-grub-generator"
 }
 
+do_install:append:class-nativesdk() {
+create_wrapper ${D}${bindir}/ostree 
OSTREE_GRUB2_EXEC="\$OECORE_NATIVE_SYSROOT/usr/lib/ostree/ostree-grub-generator"
+}
+
 PACKAGE_BEFORE_PN = " \
 ${PN}-dracut \
 ${PN}-grub \
@@ -186,4 +202,4 @@ RRECOMMENDS:${PN} += "kernel-module-overlay"
 SYSTEMD_SERVICE:${PN} = "ostree-remount.service ostree-finalize-staged.path"
 SYSTEMD_SERVICE:${PN}-switchroot = "ostree-prepare-root.service"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94167): 
https://lists.openembedded.org/g/openembedded-devel/message/94167
Mute This Topic: https://lists.openembedded.org/mt/87444936/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] ostree: add nativesdk support

2021-12-01 Thread hongxu
Refer the impment of native, use the same PACKAGECONFIG, EXTRA_OECONF
and similar create_wrapper for ostree

Signed-off-by: Hongxu Jia 
---
 .../recipes-extended/ostree/ostree_2021.6.bb   | 18 +-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/ostree/ostree_2021.6.bb 
b/meta-oe/recipes-extended/ostree/ostree_2021.6.bb
index 8f37a7f86..188d934cf 100644
--- a/meta-oe/recipes-extended/ostree/ostree_2021.6.bb
+++ b/meta-oe/recipes-extended/ostree/ostree_2021.6.bb
@@ -52,6 +52,13 @@ PACKAGECONFIG:class-native ??= " \
 soup \
 "
 
+PACKAGECONFIG:class-nativesdk ??= " \
+${@bb.utils.filter('DISTRO_FEATURES', 'selinux smack', d)} \
+builtin-grub2-mkconfig \
+gpgme \
+soup \
+"
+
 PACKAGECONFIG[avahi] = "--with-avahi, --without-avahi, avahi"
 PACKAGECONFIG[builtin-grub2-mkconfig] = "--with-builtin-grub2-mkconfig, 
--without-builtin-grub2-mkconfig"
 PACKAGECONFIG[curl] = "--with-curl, --without-curl, curl"
@@ -89,6 +96,11 @@ EXTRA_OECONF:class-native = " \
 --disable-otmpfile \
 "
 
+EXTRA_OECONF:class-nativesdk = " \
+--enable-wrpseudo-compat \
+--disable-otmpfile \
+"
+
 # Path to ${prefix}/lib/ostree/ostree-grub-generator is hardcoded on the
 # do_configure stage so we do depend on it
 SYSROOT_DIR = "${STAGING_DIR_TARGET}"
@@ -106,6 +118,10 @@ do_install:append:class-native() {
 create_wrapper ${D}${bindir}/ostree 
OSTREE_GRUB2_EXEC="${STAGING_LIBDIR_NATIVE}/ostree/ostree-grub-generator"
 }
 
+do_install:append:class-nativesdk() {
+create_wrapper ${D}${bindir}/ostree 
OSTREE_GRUB2_EXEC="$OECORE_NATIVE_SYSROOT/usr/lib/ostree/ostree-grub-generator"
+}
+
 PACKAGE_BEFORE_PN = " \
 ${PN}-dracut \
 ${PN}-grub \
@@ -186,4 +202,4 @@ RRECOMMENDS:${PN} += "kernel-module-overlay"
 SYSTEMD_SERVICE:${PN} = "ostree-remount.service ostree-finalize-staged.path"
 SYSTEMD_SERVICE:${PN}-switchroot = "ostree-prepare-root.service"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94166): 
https://lists.openembedded.org/g/openembedded-devel/message/94166
Mute This Topic: https://lists.openembedded.org/mt/87444664/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] libnftnl: upgrade 1.2.0 -> 1.2.1

2021-12-01 Thread Trevor Gamblin
Also fix patch contributor name in the process of reworking it to apply
on the new 1.2.1 release (I had accidentally modified it when reworking
it previously).

Signed-off-by: Trevor Gamblin 
---
 ...cal-function-as-one-of-printf-family.patch | 29 ++-
 .../{libnftnl_1.2.0.bb => libnftnl_1.2.1.bb}  |  2 +-
 2 files changed, 23 insertions(+), 8 deletions(-)
 rename meta-networking/recipes-filter/libnftnl/{libnftnl_1.2.0.bb => 
libnftnl_1.2.1.bb} (89%)

diff --git 
a/meta-networking/recipes-filter/libnftnl/libnftnl/0001-avoid-naming-local-function-as-one-of-printf-family.patch
 
b/meta-networking/recipes-filter/libnftnl/libnftnl/0001-avoid-naming-local-function-as-one-of-printf-family.patch
index 62328203d..68eb04a83 100644
--- 
a/meta-networking/recipes-filter/libnftnl/libnftnl/0001-avoid-naming-local-function-as-one-of-printf-family.patch
+++ 
b/meta-networking/recipes-filter/libnftnl/libnftnl/0001-avoid-naming-local-function-as-one-of-printf-family.patch
@@ -1,6 +1,6 @@
-From c29959e045dd09d0b5727682d4e9dbc10923ac4f Mon Sep 17 00:00:00 2001
-From: Trevor Gamblin 
-Date: Wed, 2 Jun 2021 11:08:51 -0400
+From e03b003610a176d608da9a02e433e7ded7e4b75f Mon Sep 17 00:00:00 2001
+From: Todd Cunningham 
+Date: Wed, 11 Dec 2019 10:18:56 +1000
 Subject: [PATCH] avoid naming local function as one of printf family
 
 Fixes build issues with clang
@@ -14,6 +14,9 @@ Signed-off-by: Todd Cunningham 
 
 Use wiggle to get the patch to apply for version 1.2.0.
 
+Add the same change in src/expr/last.c to make the patch apply for
+1.2.1. Also correct the patch to show the original author and metadata.
+
 Signed-off-by: Trevor Gamblin 
 ---
  include/expr_ops.h  | 2 +-
@@ -33,6 +36,7 @@ Signed-off-by: Trevor Gamblin 
  src/expr/fwd.c  | 2 +-
  src/expr/hash.c | 2 +-
  src/expr/immediate.c| 2 +-
+ src/expr/last.c | 2 +-
  src/expr/limit.c| 2 +-
  src/expr/log.c  | 2 +-
  src/expr/lookup.c   | 2 +-
@@ -66,7 +70,7 @@ Signed-off-by: Trevor Gamblin 
  src/obj/synproxy.c  | 2 +-
  src/obj/tunnel.c| 2 +-
  src/object.c| 2 +-
- 50 files changed, 51 insertions(+), 51 deletions(-)
+ 51 files changed, 52 insertions(+), 52 deletions(-)
 
 diff --git a/include/expr_ops.h b/include/expr_ops.h
 index 7a6aa23..d3a2855 100644
@@ -265,6 +269,17 @@ index 94b043c..a8a3c1f 100644
 -  .snprintf   = nftnl_expr_immediate_snprintf,
 +  .snprintf_  = nftnl_expr_immediate_snprintf,
  };
+diff --git a/src/expr/last.c b/src/expr/last.c
+index e2a60c4..2f75464 100644
+--- a/src/expr/last.c
 b/src/expr/last.c
+@@ -134,5 +134,5 @@ struct expr_ops expr_ops_last = {
+   .get= nftnl_expr_last_get,
+   .parse  = nftnl_expr_last_parse,
+   .build  = nftnl_expr_last_build,
+-  .snprintf   = nftnl_expr_last_snprintf,
++  .snprintf_  = nftnl_expr_last_snprintf,
+ };
 diff --git a/src/expr/limit.c b/src/expr/limit.c
 index 3dfd54a..f652df0 100644
 --- a/src/expr/limit.c
@@ -376,10 +391,10 @@ index 215a681..75a6b3c 100644
 +  .snprintf_  = nftnl_expr_osf_snprintf,
  };
 diff --git a/src/expr/payload.c b/src/expr/payload.c
-index 9ccb78e..aa17025 100644
+index 82747ec..e9130ec 100644
 --- a/src/expr/payload.c
 +++ b/src/expr/payload.c
-@@ -258,5 +258,5 @@ struct expr_ops expr_ops_payload = {
+@@ -259,5 +259,5 @@ struct expr_ops expr_ops_payload = {
.get= nftnl_expr_payload_get,
.parse  = nftnl_expr_payload_parse,
.build  = nftnl_expr_payload_build,
@@ -631,5 +646,5 @@ index 46e208b..d321c50 100644
}
ret = snprintf(buf + offset, remain, "]");
 -- 
-2.31.1
+2.33.1
 
diff --git a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.0.bb 
b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.1.bb
similarity index 89%
rename from meta-networking/recipes-filter/libnftnl/libnftnl_1.2.0.bb
rename to meta-networking/recipes-filter/libnftnl/libnftnl_1.2.1.bb
index d4aa267fa..16de8589a 100644
--- a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.0.bb
+++ b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.1.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=79808397c3355f163c012616125c9e26"
 SECTION = "libs"
 DEPENDS = "libmnl"
 
-SRCREV = "d45be40eef72f0d42a1ba82efddbb0970d4c760a"
+SRCREV = "09456c720e9c00eecc08e41ac6b7c291b3821ee5"
 SRC_URI = "git://git.netfilter.org/libnftnl;branch=master \

file://0001-avoid-naming-local-function-as-one-of-printf-family.patch \
"
-- 
2.33.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94165): 
https://lists.openembedded.org/g/openembedded-devel/message/94165
Mute This Topic: https://lists.openembedded.org/mt/87438030/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] vboxguestdrivers: drop md5sum from SRC_URI.

2021-12-01 Thread Gianfranco
Signed-off-by: Gianfranco Costamagna 
Signed-off-by: Gianfranco Costamagna 
---
 .../recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.30.bb  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.30.bb 
b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.30.bb
index 9bbc9b427..099d82ae4 100644
--- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.30.bb
+++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.30.bb
@@ -16,7 +16,6 @@ SRC_URI = 
"http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2
 file://0001-utils-fix-build-against-5.15-libc-headers-headers.patch \
 "
 
-SRC_URI[md5sum] = "2e408e56e92cf778eb8722dbbcb5c357"
 SRC_URI[sha256sum] = 
"3c60a29375549ffc148aaebe859be91b27c19d6fa2deefde1373c4f6da8f18ef"
 
 S ?= "${WORKDIR}/vbox_module"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94164): 
https://lists.openembedded.org/g/openembedded-devel/message/94164
Mute This Topic: https://lists.openembedded.org/mt/87434892/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] vboxguestdrivers: upgrade 6.1.28 -> 6.1.30

2021-12-01 Thread Khem Raj



On 12/1/21 2:37 AM, Gianfranco wrote:

Signed-off-by: Gianfranco Costamagna 
Signed-off-by: Gianfranco Costamagna 
---
  ...{vboxguestdrivers_6.1.28.bb => vboxguestdrivers_6.1.30.bb} | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
  rename meta-oe/recipes-support/vboxguestdrivers/{vboxguestdrivers_6.1.28.bb 
=> vboxguestdrivers_6.1.30.bb} (95%)

diff --git 
a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.28.bb 
b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.30.bb
similarity index 95%
rename from meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.28.bb
rename to meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.30.bb
index 014fe30bb..9bbc9b427 100644
--- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.28.bb
+++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.30.bb
@@ -16,8 +16,8 @@ SRC_URI = 
"http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2
  file://0001-utils-fix-build-against-5.15-libc-headers-headers.patch \
  "
  
-SRC_URI[md5sum] = "c6efae8dc115b90c6124e13126794c4f"

-SRC_URI[sha256sum] = 
"8d34993d8e9c0cf35e7bd44dd26c8c757f17a3b7d5a64052f945d00fd798ebfe"
+SRC_URI[md5sum] = "2e408e56e92cf778eb8722dbbcb5c357"
+SRC_URI[sha256sum] = 
"3c60a29375549ffc148aaebe859be91b27c19d6fa2deefde1373c4f6da8f18ef"
  


perhaps drop md5sum next time.


  S ?= "${WORKDIR}/vbox_module"
  S:task-patch = "${WORKDIR}/${VBOX_NAME}"






-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94163): 
https://lists.openembedded.org/g/openembedded-devel/message/94163
Mute This Topic: https://lists.openembedded.org/mt/87424452/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] vboxguestdrivers: upgrade 6.1.28 -> 6.1.30

2021-12-01 Thread Gianfranco
Signed-off-by: Gianfranco Costamagna 
Signed-off-by: Gianfranco Costamagna 
---
 ...{vboxguestdrivers_6.1.28.bb => vboxguestdrivers_6.1.30.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/vboxguestdrivers/{vboxguestdrivers_6.1.28.bb => 
vboxguestdrivers_6.1.30.bb} (95%)

diff --git 
a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.28.bb 
b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.30.bb
similarity index 95%
rename from meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.28.bb
rename to meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.30.bb
index 014fe30bb..9bbc9b427 100644
--- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.28.bb
+++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.30.bb
@@ -16,8 +16,8 @@ SRC_URI = 
"http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2
 file://0001-utils-fix-build-against-5.15-libc-headers-headers.patch \
 "
 
-SRC_URI[md5sum] = "c6efae8dc115b90c6124e13126794c4f"
-SRC_URI[sha256sum] = 
"8d34993d8e9c0cf35e7bd44dd26c8c757f17a3b7d5a64052f945d00fd798ebfe"
+SRC_URI[md5sum] = "2e408e56e92cf778eb8722dbbcb5c357"
+SRC_URI[sha256sum] = 
"3c60a29375549ffc148aaebe859be91b27c19d6fa2deefde1373c4f6da8f18ef"
 
 S ?= "${WORKDIR}/vbox_module"
 S:task-patch = "${WORKDIR}/${VBOX_NAME}"
-- 
2.25.1


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