Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI

2021-08-03 Thread Yu, Mingli

Ping.

Thanks,

On 7/27/21 2:32 PM, Yu, Mingli wrote:

From: Mingli Yu 

Fixes:
WARNING: mariadb-10.5.9-r0 do_fetch: Failed to fetch URL 
https://downloads.mariadb.org/interstitial/mariadb-10.5.9/source/mariadb-10.5.9.tar.gz,
 attempting MIRRORS if available

Signed-off-by: Mingli Yu 
---
  meta-oe/recipes-dbs/mysql/mariadb.inc | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc 
b/meta-oe/recipes-dbs/mysql/mariadb.inc
index 2974341bf..e8ff41461 100644
--- a/meta-oe/recipes-dbs/mysql/mariadb.inc
+++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
@@ -4,7 +4,7 @@ SECTION = "libs"
  LICENSE = "GPLv2"
  LIC_FILES_CHKSUM = "file://COPYING;md5=b1becf0cfa3366e0f4d854d1d264f311"
  
-SRC_URI = "https://downloads.mariadb.org/interstitial/${BP}/source/${BP}.tar.gz \

+SRC_URI = "https://archive.mariadb.org/${BP}/source/${BP}.tar.gz \
 file://my.cnf \
 file://mysqld.service \
 file://install_db.service \






-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#92468): 
https://lists.openembedded.org/g/openembedded-devel/message/92468
Mute This Topic: https://lists.openembedded.org/mt/84476495/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][hardknott][PATCH 1/1] php: move to version 7.4.21

2021-08-03 Thread Armin Kuster


On 8/3/21 4:24 PM, Joe Slater wrote:
> Lots of bug fixes.
>
> CVE: CVE-2021-21704 CVE-2021-21705
>
> Signed-off-by: Joe Slater 
> Signed-off-by: Khem Raj 
>
> (cherry picked from commit 93045c3db744a9f1cd0a9b0ce992d44d9c44c309)
Thanks. This is already staged in stable/hardknott-nut

https://git.openembedded.org/meta-openembedded-contrib/commit/?h=stable/hardknott-nut=69dcf5bac8adfd55f1a40cff1e989ed8806607cb

-armin
>
> Signed-off-by: Joe Slater 
> ---
>  meta-oe/recipes-devtools/php/{php_7.4.16.bb => php_7.4.21.bb} | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>  rename meta-oe/recipes-devtools/php/{php_7.4.16.bb => php_7.4.21.bb} (99%)
>
> diff --git a/meta-oe/recipes-devtools/php/php_7.4.16.bb 
> b/meta-oe/recipes-devtools/php/php_7.4.21.bb
> similarity index 99%
> rename from meta-oe/recipes-devtools/php/php_7.4.16.bb
> rename to meta-oe/recipes-devtools/php/php_7.4.21.bb
> index 821d9cd04..4d427252f 100644
> --- a/meta-oe/recipes-devtools/php/php_7.4.16.bb
> +++ b/meta-oe/recipes-devtools/php/php_7.4.21.bb
> @@ -33,7 +33,8 @@ SRC_URI_append_class-target = " \
>"
>  
>  S = "${WORKDIR}/php-${PV}"
> -SRC_URI[sha256sum] = 
> "85710f007cfd0fae94e13a02a3a036f4e81ef43693260cae8a2e1ca93659ce3e"
> +SRC_URI[sha256sum] = 
> "36ec6102e757e2c2b7742057a700bbff77c76fa0ccbe9c860398c3d24e32822a"
> +
>  
>  inherit autotools pkgconfig python3native gettext
>  
>
> 
>


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#92467): 
https://lists.openembedded.org/g/openembedded-devel/message/92467
Mute This Topic: https://lists.openembedded.org/mt/84651367/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][hardknott][PATCH 1/1] php: move to version 7.4.21

2021-08-03 Thread Joe Slater
Lots of bug fixes.

CVE: CVE-2021-21704 CVE-2021-21705

Signed-off-by: Joe Slater 
Signed-off-by: Khem Raj 

(cherry picked from commit 93045c3db744a9f1cd0a9b0ce992d44d9c44c309)

Signed-off-by: Joe Slater 
---
 meta-oe/recipes-devtools/php/{php_7.4.16.bb => php_7.4.21.bb} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/php/{php_7.4.16.bb => php_7.4.21.bb} (99%)

diff --git a/meta-oe/recipes-devtools/php/php_7.4.16.bb 
b/meta-oe/recipes-devtools/php/php_7.4.21.bb
similarity index 99%
rename from meta-oe/recipes-devtools/php/php_7.4.16.bb
rename to meta-oe/recipes-devtools/php/php_7.4.21.bb
index 821d9cd04..4d427252f 100644
--- a/meta-oe/recipes-devtools/php/php_7.4.16.bb
+++ b/meta-oe/recipes-devtools/php/php_7.4.21.bb
@@ -33,7 +33,8 @@ SRC_URI_append_class-target = " \
   "
 
 S = "${WORKDIR}/php-${PV}"
-SRC_URI[sha256sum] = 
"85710f007cfd0fae94e13a02a3a036f4e81ef43693260cae8a2e1ca93659ce3e"
+SRC_URI[sha256sum] = 
"36ec6102e757e2c2b7742057a700bbff77c76fa0ccbe9c860398c3d24e32822a"
+
 
 inherit autotools pkgconfig python3native gettext
 
-- 
2.31.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#92466): 
https://lists.openembedded.org/g/openembedded-devel/message/92466
Mute This Topic: https://lists.openembedded.org/mt/84651367/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 2/3] packagegroup-meta-oe: Correct override name and fix syntax

2021-08-03 Thread Khem Raj
Signed-off-by: Khem Raj 
---
 meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb 
b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
index ad95b9c458..5cd605ff49 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
@@ -632,7 +632,7 @@ RDEPENDS:packagegroup-meta-oe-kernel ="\
 "
 RDEPENDS:packagegroup-meta-oe-kernel:append:x86 = " intel-speed-select 
ipmiutil pm-graph turbostat"
 RDEPENDS:packagegroup-meta-oe-kernel:append:x86-64 = " intel-speed-select 
ipmiutil kpatch pm-graph turbostat bpftool"
-RDEPENDS:packagegroup-meta-oe-kernel:append_poerpc64 = " libpfm4"
+RDEPENDS:packagegroup-meta-oe-kernel:append:powerpc64 = " libpfm4"

 # Kernel-selftest does not build with 5.8 and its exluded from build too so 
until its fixed remove it
 RDEPENDS:packagegroup-meta-oe-kernel:remove = "kernel-selftest"
--
2.32.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#92464): 
https://lists.openembedded.org/g/openembedded-devel/message/92464
Mute This Topic: https://lists.openembedded.org/mt/84647418/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,meta-initramfs,meta-networking][PATCH 3/3] recipes: Fix override syntax

2021-08-03 Thread Khem Raj
Signed-off-by: Khem Raj 
Cc: Martin Jansa 
---
 meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | 2 +-
 .../recipes-extended/corosync/corosync_3.0.3.bb   | 2 +-
 .../meta-python/recipes-connectivity/lirc/lirc_0.10.1.bb  | 8 
 meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb   | 4 ++--
 meta-oe/recipes-extended/ostree/ostree_2021.3.bb  | 2 +-
 meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb  | 2 +-
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb 
b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
index 0f77f65df3..d45c62a082 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 PV = "0.6+git${SRCPV}"
 S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/kexecboot/kexecboot.git"
-SRC_URI:append_libc-klibc = "\
+SRC_URI:append:libc-klibc = "\
 file://0001-kexecboot-Use-new-reboot-API-with-klibc.patch \
 file://0001-make-Add-compiler-includes-in-cflags.patch \
 "
diff --git a/meta-networking/recipes-extended/corosync/corosync_3.0.3.bb 
b/meta-networking/recipes-extended/corosync/corosync_3.0.3.bb
index 0af954c310..909296197c 100644
--- a/meta-networking/recipes-extended/corosync/corosync_3.0.3.bb
+++ b/meta-networking/recipes-extended/corosync/corosync_3.0.3.bb
@@ -37,7 +37,7 @@ PACKAGECONFIG[systemd] = "--enable-systemd 
--with-systemddir=${systemd_system_un
 EXTRA_OECONF = "ac_cv_path_BASHPATH=${base_bindir}/bash ap_cv_cc_pie=no"
 EXTRA_OEMAKE = "tmpfilesdir_DATA="

-#do_configure_prepend() {
+#do_configure:prepend() {
 #( cd ${S}
 #${S}/autogen.sh )
 #}
diff --git 
a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bb 
b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bb
index d8cf9b9f54..1ca7b6084c 100644
--- 
a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bb
+++ 
b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bb
@@ -1,8 +1,8 @@
 DESCRIPTION = "LIRC is a package that allows you to decode and send infra-red 
signals of many commonly used remote controls."
-DESCRIPTION:append_lirc = " This package contains the lirc daemon, libraries 
and tools."
-DESCRIPTION:append_lirc-exec = " This package contains a daemon that runs 
programs on IR signals."
-DESCRIPTION:append_lirc-remotes = " This package contains some config files 
for remotes."
-DESCRIPTION:append_lirc-nslu2example = " This package contains a working 
config for RC5 remotes and a modified NSLU2."
+DESCRIPTION:append:lirc = " This package contains the lirc daemon, libraries 
and tools."
+DESCRIPTION:append:lirc-exec = " This package contains a daemon that runs 
programs on IR signals."
+DESCRIPTION:append:lirc-remotes = " This package contains some config files 
for remotes."
+DESCRIPTION:append:lirc-nslu2example = " This package contains a working 
config for RC5 remotes and a modified NSLU2."
 HOMEPAGE = "http://www.lirc.org;
 SECTION = "console/network"
 LICENSE = "GPLv2"
diff --git a/meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb 
b/meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb
index 62d4df5e09..1664d637b7 100644
--- a/meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb
+++ b/meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=930f8aa500a47c7dab0f8efb5a1c9a40"
 # Note this is not officially supported and is just illustrated here to
 # show an example of how it can be done
 # You'll also need your fortran recipe to depend on libgfortran
-#FORTRAN_forcevariable = ",fortran"
-#RUNTIMETARGET_append_pn-gcc-runtime = " libquadmath"
+#FORTRAN:forcevariable = ",fortran"
+#RUNTIMETARGET:append:pn-gcc-runtime = " libquadmath"

 DEPENDS = "libgfortran"

diff --git a/meta-oe/recipes-extended/ostree/ostree_2021.3.bb 
b/meta-oe/recipes-extended/ostree/ostree_2021.3.bb
index a0576b51e2..b0c9849fad 100644
--- a/meta-oe/recipes-extended/ostree/ostree_2021.3.bb
+++ b/meta-oe/recipes-extended/ostree/ostree_2021.3.bb
@@ -154,7 +154,7 @@ RDEPENDS:${PN}:class-target = " \
 # Note that to get ptest to pass you also need:
 #
 #   xattr in DISTRO_FEATURES
-#   static ostree-prepare-root (PACKAGECONFIG_append_pn-ostree = " static")
+#   static ostree-prepare-root (PACKAGECONFIG:append:pn-ostree = " static")
 #   meta-python in your layers
 #   overlayfs in your kernel (KERNEL_EXTRA_FEATURES += 
"features/overlayfs/overlayfs.scc")
 #   busybox built statically
diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb 
b/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb
index 26d51bdafd..bcc85157cb 100644
--- a/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb
+++ b/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb
@@ -26,7 +26,7 @@ EXTRA_OECONF:append:class-native = " with_x=no"
 LDFLAGS += 

[oe] [meta-oe][PATCH 1/3] lua: Drop uclibc patch

2021-08-03 Thread Khem Raj
This was found during override overhaul we dont support uclibc anymore

Signed-off-by: Khem Raj 
---
 .../recipes-devtools/lua/lua/uclibc-pthread.patch   | 13 -
 meta-oe/recipes-devtools/lua/lua_5.3.6.bb   |  3 ---
 2 files changed, 16 deletions(-)
 delete mode 100644 meta-oe/recipes-devtools/lua/lua/uclibc-pthread.patch

diff --git a/meta-oe/recipes-devtools/lua/lua/uclibc-pthread.patch 
b/meta-oe/recipes-devtools/lua/lua/uclibc-pthread.patch
deleted file mode 100644
index f4cdc5d8c5..00
--- a/meta-oe/recipes-devtools/lua/lua/uclibc-pthread.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: lua-5.1.4/src/Makefile
-===
 a/src/Makefile.orig2013-10-22 22:17:19.929103523 -0400
-+++ a/src/Makefile 2013-10-22 22:18:27.992104545 -0400
-@@ -9,7 +9,7 @@
- CC= gcc
- CFLAGS= -O2 -Wall -DLUA_COMPAT_ALL $(SYSCFLAGS) $(MYCFLAGS)
- LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS)
--LIBS= -lm $(SYSLIBS) $(MYLIBS)
-+LIBS= -lm -lpthread $(SYSLIBS) $(MYLIBS)
-
- AR= ar rcu
- RANLIB= ranlib
diff --git a/meta-oe/recipes-devtools/lua/lua_5.3.6.bb 
b/meta-oe/recipes-devtools/lua/lua_5.3.6.bb
index a18f9f0833..f830e09259 100644
--- a/meta-oe/recipes-devtools/lua/lua_5.3.6.bb
+++ b/meta-oe/recipes-devtools/lua/lua_5.3.6.bb
@@ -30,9 +30,6 @@ inherit pkgconfig binconfig ptest
 PACKAGECONFIG ??= "readline"
 PACKAGECONFIG[readline] = ",,readline"

-UCLIBC_PATCHES += "file://uclibc-pthread.patch"
-SRC_URI:append_libc-uclibc = " ${UCLIBC_PATCHES}"
-
 TARGET_CC_ARCH += " -fPIC ${LDFLAGS}"
 EXTRA_OEMAKE = "'CC=${CC} -fPIC' 'MYCFLAGS=${CFLAGS} -fPIC' 
MYLDFLAGS='${LDFLAGS}'"

--
2.32.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#92463): 
https://lists.openembedded.org/g/openembedded-devel/message/92463
Mute This Topic: https://lists.openembedded.org/mt/84647416/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] luajit: Fix override syntax

2021-08-03 Thread Martin Jansa
LGTM, thanks!

On Tue, Aug 3, 2021 at 9:33 PM Khem Raj  wrote:

> Do not convert the variable name resembling override setups passed to
> makefile
> Fix some of missed overrides
>
> Signed-off-by: Khem Raj 
> Cc: Martin Jansa 
> ---
>  meta-oe/recipes-devtools/luajit/luajit_git.bb | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta-oe/recipes-devtools/luajit/luajit_git.bb
> b/meta-oe/recipes-devtools/luajit/luajit_git.bb
> index 645680cd9f..d4ff06b677 100644
> --- a/meta-oe/recipes-devtools/luajit/luajit_git.bb
> +++ b/meta-oe/recipes-devtools/luajit/luajit_git.bb
> @@ -30,8 +30,8 @@ BUILD_CC_ARCH:append = "
> ${@['-m32',''][d.getVar('SITEINFO_BITS') != '32']}"
>  # Values: Windows, Linux, Darwin, iOS, SunOS, PS3, GNU/kFreeBSD
>  LUA_TARGET_OS = "Unknown"
>  LUA_TARGET_OS:darwin = "Darwin"
> -LUA_TARGET_OS_linux = "Linux"
> -LUA_TARGET_OS_linux-gnueabi = "Linux"
> +LUA_TARGET_OS:linux = "Linux"
> +LUA_TARGET_OS:linux-gnueabi = "Linux"
>  LUA_TARGET_OS:mingw32 = "Windows"
>
>  # We don't want the lua buildsystem's compiler optimizations, or its
> @@ -40,7 +40,7 @@ LUA_TARGET_OS:mingw32 = "Windows"
>  EXTRA_OEMAKE = "\
>  Q= E='@:' \
>  \
> -CCOPT= CCOPT:x86= CFLAGS= LDFLAGS= TARGET_STRIP='@:' \
> +CCOPT= CCOPT_x86= CFLAGS= LDFLAGS= TARGET_STRIP='@:' \
>  \
>  'TARGET_SYS=${LUA_TARGET_OS}' \
>  \
> --
> 2.32.0
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#92462): 
https://lists.openembedded.org/g/openembedded-devel/message/92462
Mute This Topic: https://lists.openembedded.org/mt/84646841/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] luajit: Fix override syntax

2021-08-03 Thread Khem Raj
Do not convert the variable name resembling override setups passed to makefile
Fix some of missed overrides

Signed-off-by: Khem Raj 
Cc: Martin Jansa 
---
 meta-oe/recipes-devtools/luajit/luajit_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-devtools/luajit/luajit_git.bb 
b/meta-oe/recipes-devtools/luajit/luajit_git.bb
index 645680cd9f..d4ff06b677 100644
--- a/meta-oe/recipes-devtools/luajit/luajit_git.bb
+++ b/meta-oe/recipes-devtools/luajit/luajit_git.bb
@@ -30,8 +30,8 @@ BUILD_CC_ARCH:append = " 
${@['-m32',''][d.getVar('SITEINFO_BITS') != '32']}"
 # Values: Windows, Linux, Darwin, iOS, SunOS, PS3, GNU/kFreeBSD
 LUA_TARGET_OS = "Unknown"
 LUA_TARGET_OS:darwin = "Darwin"
-LUA_TARGET_OS_linux = "Linux"
-LUA_TARGET_OS_linux-gnueabi = "Linux"
+LUA_TARGET_OS:linux = "Linux"
+LUA_TARGET_OS:linux-gnueabi = "Linux"
 LUA_TARGET_OS:mingw32 = "Windows"

 # We don't want the lua buildsystem's compiler optimizations, or its
@@ -40,7 +40,7 @@ LUA_TARGET_OS:mingw32 = "Windows"
 EXTRA_OEMAKE = "\
 Q= E='@:' \
 \
-CCOPT= CCOPT:x86= CFLAGS= LDFLAGS= TARGET_STRIP='@:' \
+CCOPT= CCOPT_x86= CFLAGS= LDFLAGS= TARGET_STRIP='@:' \
 \
 'TARGET_SYS=${LUA_TARGET_OS}' \
 \
--
2.32.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#92461): 
https://lists.openembedded.org/g/openembedded-devel/message/92461
Mute This Topic: https://lists.openembedded.org/mt/84646841/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] apitrace: Exclude from builds with glibc 2.34+

2021-08-03 Thread Khem Raj
It needs some work see [1]

[1] https://github.com/apitrace/apitrace/issues/756

Signed-off-by: Khem Raj 
---
 meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 1 -
 meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb 
b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
index 06bde46a3c..a95fe8b040 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
@@ -227,7 +227,6 @@ RDEPENDS_packagegroup-meta-oe-dbs-python2 ="\

 RDEPENDS_packagegroup-meta-oe-devtools ="\
 abseil-cpp \
-apitrace \
 breakpad \
 bootchart \
 android-tools-conf \
diff --git a/meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb 
b/meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb
index e42b891d46..a1e82970a3 100644
--- a/meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb
+++ b/meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb
@@ -30,3 +30,6 @@ EXTRA_OECMAKE += "\
 "

 SECURITY_CFLAGS_toolchain-clang = ""
+
+# see https://github.com/apitrace/apitrace/issues/756
+PNBLACKLIST[apitrace] ?= "Needs porting to glibc 2.34+"
--
2.32.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#92459): 
https://lists.openembedded.org/g/openembedded-devel/message/92459
Mute This Topic: https://lists.openembedded.org/mt/84644356/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] libhugetlbfs: Disable build with glibc 2.34+

2021-08-03 Thread Khem Raj
It uses __morecore internal function from glibc which has been removed
in 2.34+ and replacing it is not so simple and upstream needs to fix it
see [1]

[1] https://github.com/libhugetlbfs/libhugetlbfs/issues/52

Signed-off-by: Khem Raj 
---
 meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 3 +++
 meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 1 -
 meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb  | 3 +--
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb 
b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
index aa9eb02b34..124b142d83 100644
--- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
+++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
@@ -74,3 +74,6 @@ INSANE_SKIP_${PN} = "dev-so"

 INHIBIT_PACKAGE_STRIP = "1"
 INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
+
+# see https://github.com/libhugetlbfs/libhugetlbfs/issues/52
+PNBLACKLIST[libhugetlbfs] ?= "Needs porting to glibc 2.34+"
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb 
b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
index a95fe8b040..84f89f4e71 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
@@ -68,7 +68,6 @@ RDEPENDS_packagegroup-meta-oe-benchmarks = "\
 iperf2 \
 iperf3 \
 libc-bench \
-libhugetlbfs \
 linpack \
 lmbench \
 mbw \
diff --git a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb 
b/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb
index 4caf217c24..11cf935c73 100644
--- a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb
+++ b/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb
@@ -18,7 +18,7 @@ SRC_URI += "file://run-ptest \
 # we will append other kernel selftest in the future
 # bpf was added in 4.10 with: 
https://github.com/torvalds/linux/commit/5aa5bd14c5f8660c64ceedf14a549781be47e53d
 # if you have older kernel than that you need to remove it from PACKAGECONFIG
-PACKAGECONFIG ??= "firmware vm"
+PACKAGECONFIG ??= "firmware"
 PACKAGECONFIG_remove_x86 = "bpf"
 PACKAGECONFIG_remove_arm = "bpf vm"
 # host ptrace.h is used to compile BPF target but mips ptrace.h is needed
@@ -137,4 +137,3 @@ COMPATIBLE_HOST_libc-musl = 'null'
 # It has native clang/llvm dependency, poky distro is reluctant to include 
them as deps
 # this helps with world builds on AB
 EXCLUDE_FROM_WORLD = "1"
-
--
2.32.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#92460): 
https://lists.openembedded.org/g/openembedded-devel/message/92460
Mute This Topic: https://lists.openembedded.org/mt/84644358/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] fvwm: Package extra files and man pages

2021-08-03 Thread Khem Raj
Avoids using installed-vs-shipped

Signed-off-by: Khem Raj 
---
 meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb | 17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb 
b/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb
index 96877577e7..54e0a0ef4d 100644
--- a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb
+++ b/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb
@@ -88,6 +88,8 @@ do_install:append() {
 # as well)
 PACKAGES = " \
 ${PN} \
+${PN}-extra \
+${PN}-doc \
 ${PN}-dbg \
 "

@@ -98,12 +100,15 @@ FILES:${PN} = " \
 ${datadir}/fvwm/ConfigFvwmDefaults \
 "

+FILES:${PN}-extra = " \
+${bindir} \
+${libexecdir} \
+${sysconfdir}/xdg/fvwm \
+"
+FILES:${PN}-doc = " \
+${mandir} \
+${datadir}/fvwm \
+"
 RDEPENDS:${PN} = " \
 xuser-account \
 "
-
-# by default a lot of stuff is installed and it's not easy to control what to
-# install, so install everything, but skip the check
-INSANE_SKIP:${PN} = " \
-installed-vs-shipped \
-"
--
2.32.0

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



Re: [oe] Any way to make cryptsetup smaller? I have a small 32M NOR flash and 11M SquashFS rootfs.

2021-08-03 Thread Brian Hutchinson
On Tue, Aug 3, 2021, 10:00 AM Andrea Adami  wrote:

> Brian,
>
> wow, I think we are the last NOR users here in OE.
> I gave the collie to Marcin: let see if another OpenZaurus arises :)
>
> Cheers
> A.A.
>

Ha, ha,  yes, and I even hardware partitioned my MLC eMMC converting much
of it to SLC (or whatever the soft SLC is called these days).

I still have two Sharp SL-5500's ... don't get much free time to play with
them.  IMX8MM taking up all my time.

Fighting Linux bloat .. getting as bad as Windoze.

Regards,

Brian

>

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



Re: [oe] Any way to make cryptsetup smaller? I have a small 32M NOR flash and 11M SquashFS rootfs.

2021-08-03 Thread Andrea Adami
Brian,

wow, I think we are the last NOR users here in OE.
I gave the collie to Marcin: let see if another OpenZaurus arises :)

Cheers
A.A.


On Tue, Aug 3, 2021 at 5:16 AM Khem Raj  wrote:
>
> On Mon, Aug 2, 2021 at 4:14 PM Brian Hutchinson  wrote:
> >
> >
> >
> > On Mon, Aug 2, 2021 at 7:06 PM Khem Raj  wrote:
> >>
> >>
> >> I meant build an image like you do and then add cryptsetup and do a build 
> >> again this all after enabling build history then check build history repo 
> >> and it will have the information on top commit about what changed and 
> >> which all packages got added and how much are they adding to size
> >
> >
> > Use both:
> >
> > INHERIT += "buildhistory"
> >
> > BUILDHISTORY_COMMIT = "1"
>
> yes see for e.g.
> https://github.com/YoeDistro/yoe-distro/blob/master/sources/meta-yoe/conf/distro/yoe.inc#L49
> https://github.com/YoeDistro/yoe-distro/blob/master/sources/meta-yoe/conf/distro/yoe.inc#L93
>
>
> >
> > ???
> >
> > I've never used it before.
> >
> > Do I have to smoke /tmp and rebuild everything?
>
> No, but perhaps better to do so. You can still reuse sstate
>
> >
> > Regards,
> >
> > Brian
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#92456): 
https://lists.openembedded.org/g/openembedded-devel/message/92456
Mute This Topic: https://lists.openembedded.org/mt/84618075/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-robotframework: upgrade 4.0.3 -> 4.1

2021-08-03 Thread zangrc
Add runtime dependency to resolve errors that occurred when import robot.

Robot Framework 4.1 is a feature release with several nice enhancements, for 
example, to the continue-on-failure mode and argument conversion, as well as 
some bug fixes.

Signed-off-by: Zang Ruochen 
---
 ...-robotframework_4.0.3.bb => python3-robotframework_4.1.bb} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-robotframework_4.0.3.bb => 
python3-robotframework_4.1.bb} (86%)

diff --git 
a/meta-python/recipes-devtools/python/python3-robotframework_4.0.3.bb 
b/meta-python/recipes-devtools/python/python3-robotframework_4.1.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-robotframework_4.0.3.bb
rename to meta-python/recipes-devtools/python/python3-robotframework_4.1.bb
index d95ab109a3..d80296418b 100644
--- a/meta-python/recipes-devtools/python/python3-robotframework_4.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-robotframework_4.1.bb
@@ -13,7 +13,7 @@ inherit pypi setuptools3
 
 PYPI_PACKAGE_EXT = "zip"
 
-SRC_URI[sha256sum] = 
"93c2107f789fd897f234f4b8f1ba8e7b9f4ef326d9bcbfceb71dda8cc197388c"
+SRC_URI[sha256sum] = 
"567f2a21f0906635e21d45fe3cb84a4809a12980c9f2706a8a5f65f40f6b4ccd"
 
 RDEPENDS_${PN} += " \
 ${PYTHON_PN}-shell \
@@ -24,4 +24,6 @@ RDEPENDS_${PN} += " \
 ${PYTHON_PN}-html \
 ${PYTHON_PN}-docutils \
 ${PYTHON_PN}-ctypes \
+${PYTHON_PN}-logging \
+${PYTHON_PN}-numbers \
 "
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#92455): 
https://lists.openembedded.org/g/openembedded-devel/message/92455
Mute This Topic: https://lists.openembedded.org/mt/84634649/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 2/2 V2] audit: fix compile error for 2.8.5

2021-08-03 Thread Yi Zhao
* Backport a patch to fix the compile error.
* Refresh the patches to fix the patch-fuzz warning.
* Minor tweaks to the recipe with reference to 3.0 bb file.

Fixes:
tmp/work/core2-64-poky-linux/audit/2.8.5-r0/recipe-sysroot-native/usr/bin/x86_64-poky-linux/../../libexec/x86_64-poky-linux/gcc/x86_64-poky-linux/11.1.1/ld:
ausearch-checkpt.o:/usr/src/debug/audit/2.8.5-r0/build/src/../../git/src/ausearch-common.h:53:
 multiple definition of `event_node_list';
ausearch.o:/usr/src/debug/audit/2.8.5-r0/build/src/../../git/src/ausearch-common.h:53:
 first defined here

Signed-off-by: Yi Zhao 
---
 ...ue-functions-for-strndupa-rawmemchr.patch} |  6 +-
 ...-Fixed-swig-host-contamination-issue.patch | 57 +++
 ...ns-need-to-be-external-when-building.patch | 30 ++
 meta-oe/recipes-security/audit/audit_2.8.5.bb | 36 ++--
 4 files changed, 110 insertions(+), 19 deletions(-)
 rename 
meta-oe/recipes-security/audit/audit/{Add-substitue-functions-for-strndupa-rawmemchr.patch
 => 0001-Add-substitue-functions-for-strndupa-rawmemchr.patch} (97%)
 create mode 100644 
meta-oe/recipes-security/audit/audit/0002-Fixed-swig-host-contamination-issue.patch
 create mode 100644 
meta-oe/recipes-security/audit/audit/0003-Header-definitions-need-to-be-external-when-building.patch

diff --git 
a/meta-oe/recipes-security/audit/audit/Add-substitue-functions-for-strndupa-rawmemchr.patch
 
b/meta-oe/recipes-security/audit/audit/0001-Add-substitue-functions-for-strndupa-rawmemchr.patch
similarity index 97%
rename from 
meta-oe/recipes-security/audit/audit/Add-substitue-functions-for-strndupa-rawmemchr.patch
rename to 
meta-oe/recipes-security/audit/audit/0001-Add-substitue-functions-for-strndupa-rawmemchr.patch
index bb6c61e80..ed1c0e2b5 100644
--- 
a/meta-oe/recipes-security/audit/audit/Add-substitue-functions-for-strndupa-rawmemchr.patch
+++ 
b/meta-oe/recipes-security/audit/audit/0001-Add-substitue-functions-for-strndupa-rawmemchr.patch
@@ -1,4 +1,4 @@
-From bdcdc3dff4469aac88e718bd15958d5ed4b9392a Mon Sep 17 00:00:00 2001
+From d5a4b800a696b8b8d2c0f0bad098b1a8ff94333f Mon Sep 17 00:00:00 2001
 From: Steve Grubb 
 Date: Tue, 26 Feb 2019 18:33:33 -0500
 Subject: [PATCH] Add substitue functions for strndupa & rawmemchr
@@ -68,7 +68,7 @@ index 51c4a5e..67b7b77 100644
break;
*ptr = ' ';
 diff --git a/configure.ac b/configure.ac
-index 54bdbf1..aef07fb 100644
+index 6e345f1..6f3007e 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -1,7 +1,7 @@
@@ -129,5 +129,5 @@ index 5d17a72..758c33e 100644
   * This function will look at the line and pick out pieces of it.
   */
 -- 
-2.7.4
+2.17.1
 
diff --git 
a/meta-oe/recipes-security/audit/audit/0002-Fixed-swig-host-contamination-issue.patch
 
b/meta-oe/recipes-security/audit/audit/0002-Fixed-swig-host-contamination-issue.patch
new file mode 100644
index 0..4a1b97997
--- /dev/null
+++ 
b/meta-oe/recipes-security/audit/audit/0002-Fixed-swig-host-contamination-issue.patch
@@ -0,0 +1,57 @@
+From 3467abce1f3cfc96f9bdace7c09d95218cbcaeb1 Mon Sep 17 00:00:00 2001
+From: Li xin 
+Date: Sun, 19 Jul 2015 02:42:58 +0900
+Subject: [PATCH] audit: Fixed swig host contamination issue
+
+The audit build uses swig to generate a python wrapper.
+Unfortunately, the swig info file references host include
+directories.  Some of these were previously noticed and
+eliminated, but the one fixed here was not.
+
+Upstream-Status: Inappropriate [embedded specific]
+
+Signed-off-by: Anders Hedlund 
+Signed-off-by: Joe Slater 
+Signed-off-by: Yi Zhao 
+---
+ bindings/swig/python3/Makefile.am | 3 ++-
+ bindings/swig/src/auditswig.i | 2 +-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/bindings/swig/python3/Makefile.am 
b/bindings/swig/python3/Makefile.am
+index 9938418..fa46aac 100644
+--- a/bindings/swig/python3/Makefile.am
 b/bindings/swig/python3/Makefile.am
+@@ -22,6 +22,7 @@
+ CONFIG_CLEAN_FILES = *.loT *.rej *.orig
+ AM_CFLAGS = -fPIC -DPIC -fno-strict-aliasing $(PYTHON3_CFLAGS)
+ AM_CPPFLAGS = -I. -I$(top_builddir) -I${top_srcdir}/lib $(PYTHON3_INCLUDES)
++STDINC ?= /usr/include
+ LIBS = $(top_builddir)/lib/libaudit.la
+ SWIG_FLAGS = -python -py3 -modern
+ SWIG_INCLUDES = -I. -I$(top_builddir) -I${top_srcdir}/lib $(PYTHON3_INCLUDES)
+@@ -37,7 +38,7 @@ _audit_la_DEPENDENCIES =${top_srcdir}/lib/libaudit.h 
${top_builddir}/lib/libaudi
+ _audit_la_LIBADD = ${top_builddir}/lib/libaudit.la
+ nodist__audit_la_SOURCES  = audit_wrap.c
+ audit.py audit_wrap.c: ${srcdir}/../src/auditswig.i 
+-  swig -o audit_wrap.c ${SWIG_FLAGS} ${SWIG_INCLUDES} 
${srcdir}/../src/auditswig.i 
++  swig -o audit_wrap.c ${SWIG_FLAGS} ${SWIG_INCLUDES} -I$(STDINC) 
${srcdir}/../src/auditswig.i
+ 
+ CLEANFILES = audit.py* audit_wrap.c *~
+ 
+diff --git a/bindings/swig/src/auditswig.i b/bindings/swig/src/auditswig.i
+index 7ebb373..424fb68 100644
+--- a/bindings/swig/src/auditswig.i
 b/bindings/swig/src/auditswig.i
+@@ 

[oe] [meta-oe][PATCH v2] jemalloc: add new recipe

2021-08-03 Thread Yu, Mingli
From: Mingli Yu 

jemalloc is a general purpose malloc(3) implementation that emphasizes
fragmentation avoidance and scalable concurrency support.

Signed-off-by: Mingli Yu 
---
 .../jemalloc/jemalloc_5.2.1.bb| 24 +++
 1 file changed, 24 insertions(+)
 create mode 100644 meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb

diff --git a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb 
b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb
new file mode 100644
index 0..4738f0e78
--- /dev/null
+++ b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb
@@ -0,0 +1,24 @@
+# Copyright (C) 2021 Mingli Yu 
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+SUMMARY = "General-purpose scalable concurrent malloc implementation"
+
+DESCRIPTION = "jemalloc is a general purpose malloc(3) implementation that 
emphasizes \
+fragmentation avoidance and scalable concurrency support."
+
+HOMEPAGE = "https://github.com/jemalloc/jemalloc;
+LICENSE = "BSD"
+
+SECTION = "libs"
+
+LIC_FILES_CHKSUM = "file://README;md5=6900e4a158982e4c4715bf16aa54fa10"
+
+SRC_URI = "git://github.com/jemalloc/jemalloc.git"
+
+SRCREV = "ea6b3e973b477b8061e0076bb257dbd7f3faa756"
+
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+EXTRA_AUTORECONF += "--exclude=autoheader"
-- 
2.17.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#92453): 
https://lists.openembedded.org/g/openembedded-devel/message/92453
Mute This Topic: https://lists.openembedded.org/mt/84633267/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 1/2] python3-blivet: 3.1.4 -> 3.4.0

2021-08-03 Thread kai
From: Kai Kang 

Upgrade python3-blivet from 3.1.4 to 3.4.0.
* it imports selinux conditionally, so remove
  0001-comment-out-selinux.patch
* rebase 0008-use-oe-variable-to-replace-hardcoded-dir.patch and
  0010-invoking-mkfs-with-infinite-timeout.patch

Signed-off-by: Kai Kang 
---
 .../0001-comment-out-selinux.patch| 70 ---
 ...oe-variable-to-replace-hardcoded-dir.patch |  8 ++-
 ...-invoking-mkfs-with-infinite-timeout.patch | 10 ++-
 ...livet_3.1.4.bb => python3-blivet_3.4.0.bb} |  5 +-
 4 files changed, 15 insertions(+), 78 deletions(-)
 delete mode 100644 
meta-python/recipes-extended/python-blivet/python3-blivet/0001-comment-out-selinux.patch
 rename meta-python/recipes-extended/python-blivet/{python3-blivet_3.1.4.bb => 
python3-blivet_3.4.0.bb} (89%)

diff --git 
a/meta-python/recipes-extended/python-blivet/python3-blivet/0001-comment-out-selinux.patch
 
b/meta-python/recipes-extended/python-blivet/python3-blivet/0001-comment-out-selinux.patch
deleted file mode 100644
index 90fa387b0..0
--- 
a/meta-python/recipes-extended/python-blivet/python3-blivet/0001-comment-out-selinux.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-From fc8e93530ba017ecfe111e53d3cbdc3a5b3ac286 Mon Sep 17 00:00:00 2001
-From: Hongxu Jia 
-Date: Fri, 23 Nov 2018 16:58:38 +0800
-Subject: [PATCH 01/11] comment out selinux
-
-Upstream-Status: Inappropriate [oe specific]
-
-Signed-off-by: Hongxu Jia 

- blivet/flags.py | 5 +++--
- blivet/util.py  | 6 +-
- 2 files changed, 8 insertions(+), 3 deletions(-)
-
-diff --git a/blivet/flags.py b/blivet/flags.py
-index 4e26d82..94324ff 100644
 a/blivet/flags.py
-+++ b/blivet/flags.py
-@@ -20,7 +20,7 @@
- #
- 
- import shlex
--import selinux
-+#import selinux
- 
- 
- class Flags(object):
-@@ -47,7 +47,8 @@ class Flags(object):
- #
- # enable/disable functionality
- #
--self.selinux = selinux.is_selinux_enabled()
-+#self.selinux = selinux.is_selinux_enabled()
-+self.selinux = False
- self.multipath = True
- self.dmraid = True
- self.ibft = True
-diff --git a/blivet/util.py b/blivet/util.py
-index 9daf151..4eac8b9 100644
 a/blivet/util.py
-+++ b/blivet/util.py
-@@ -3,7 +3,7 @@ import functools
- import glob
- import itertools
- import os
--import selinux
-+#import selinux
- import subprocess
- import re
- import sys
-@@ -444,6 +444,8 @@ def get_cow_sysfs_path(dev_path, dev_sysfsPath):
- def match_path_context(path):
- """ Return the default SELinux context for the given path. """
- context = None
-+return context
-+
- try:
- context = selinux.matchpathcon(os.path.normpath(path), 0)[1]
- except OSError as e:
-@@ -468,6 +470,8 @@ def set_file_context(path, context, root=None):
- 
- True if successful, False if not.
- """
-+return False
-+
- if root is None:
- root = '/'
- 
--- 
-2.7.4
-
diff --git 
a/meta-python/recipes-extended/python-blivet/python3-blivet/0008-use-oe-variable-to-replace-hardcoded-dir.patch
 
b/meta-python/recipes-extended/python-blivet/python3-blivet/0008-use-oe-variable-to-replace-hardcoded-dir.patch
index ade1862d7..1c9c2d31b 100644
--- 
a/meta-python/recipes-extended/python-blivet/python3-blivet/0008-use-oe-variable-to-replace-hardcoded-dir.patch
+++ 
b/meta-python/recipes-extended/python-blivet/python3-blivet/0008-use-oe-variable-to-replace-hardcoded-dir.patch
@@ -6,6 +6,10 @@ Subject: [PATCH 08/11] use oe variable to replace hardcoded dir
 Upstream-Status: Pending
 
 Signed-off-by: Hongxu Jia 
+
+Rebase for python3-blivet 3.4.0.
+
+Signed-off-by: Kai Kang 
 ---
  setup.py | 8 
  1 file changed, 4 insertions(+), 4 deletions(-)
@@ -19,11 +23,11 @@ index b745a79..b5b4258 100644
  
  data_files = [
 -('/etc/dbus-1/system.d', ['dbus/blivet.conf']),
--('/usr/share/dbus-1/system-services', 
['dbus/com.redhat.Blivet1.service']),
+-('/usr/share/dbus-1/system-services', 
['dbus/com.redhat.Blivet0.service']),
 -('/usr/libexec', ['dbus/blivetd']),
 -('/usr/lib/systemd/system', ['dbus/blivet.service'])
 +(os.environ.get('sysconfdir')+'/dbus-1/system.d', ['dbus/blivet.conf']),
-+(os.environ.get('datadir')+'/dbus-1/system-services', 
['dbus/com.redhat.Blivet1.service']),
++(os.environ.get('datadir')+'/dbus-1/system-services', 
['dbus/com.redhat.Blivet0.service']),
 +(os.environ.get('libexecdir'), ['dbus/blivetd']),
 +(os.environ.get('systemd_system_unitdir'), ['dbus/blivet.service'])
  ]
diff --git 
a/meta-python/recipes-extended/python-blivet/python3-blivet/0010-invoking-mkfs-with-infinite-timeout.patch
 
b/meta-python/recipes-extended/python-blivet/python3-blivet/0010-invoking-mkfs-with-infinite-timeout.patch
index f12849045..c441acd17 100644
--- 
a/meta-python/recipes-extended/python-blivet/python3-blivet/0010-invoking-mkfs-with-infinite-timeout.patch
+++ 
b/meta-python/recipes-extended/python-blivet/python3-blivet/0010-invoking-mkfs-with-infinite-timeout.patch
@@ 

[oe] [meta-python][PATCH 2/2] python3-blivetgui: 2.1.10 -> 2.2.1

2021-08-03 Thread kai
From: Kai Kang 

Upgrade python3-blivetgui from 2.1.10 to 2.2.1.

* drop backported patch
  0001-Fix-return-type-of-BlivetUtils.get_disks-1658893.patch

Signed-off-by: Kai Kang 
---
 ...ype-of-BlivetUtils.get_disks-1658893.patch | 32 ---
 ...i_2.1.10.bb => python3-blivetgui_2.2.1.bb} |  6 ++--
 2 files changed, 2 insertions(+), 36 deletions(-)
 delete mode 100644 
meta-python/recipes-extended/python-blivet/python3-blivetgui/0001-Fix-return-type-of-BlivetUtils.get_disks-1658893.patch
 rename meta-python/recipes-extended/python-blivet/{python3-blivetgui_2.1.10.bb 
=> python3-blivetgui_2.2.1.bb} (73%)

diff --git 
a/meta-python/recipes-extended/python-blivet/python3-blivetgui/0001-Fix-return-type-of-BlivetUtils.get_disks-1658893.patch
 
b/meta-python/recipes-extended/python-blivet/python3-blivetgui/0001-Fix-return-type-of-BlivetUtils.get_disks-1658893.patch
deleted file mode 100644
index cf8056685..0
--- 
a/meta-python/recipes-extended/python-blivet/python3-blivetgui/0001-Fix-return-type-of-BlivetUtils.get_disks-1658893.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 4d0f9f961704bc1dd83fdf6808fb6ab91dc6a768 Mon Sep 17 00:00:00 2001
-From: Vojtech Trefny 
-Date: Thu, 13 Dec 2018 13:39:03 +0100
-Subject: [PATCH] Fix return type of BlivetUtils.get_disks (#1658893)
-
-This must be a list, not a generator, because we are iterating
-over it multiple times in some cases.
-
-Upstream-Status: Backport[git://github.com/rhinstaller/blivet-gui]
-
-Signed-off-by: Hongxu Jia 
-

- blivetgui/blivet_utils.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/blivetgui/blivet_utils.py b/blivetgui/blivet_utils.py
-index e2bd802..ddb04fc 100644
 a/blivetgui/blivet_utils.py
-+++ b/blivetgui/blivet_utils.py
-@@ -204,7 +204,7 @@ class BlivetUtils(object):
- 
- """
- 
--return (device for device in self.storage.disks if device.type != 
"mdarray")
-+return [device for device in self.storage.disks if device.type != 
"mdarray"]
- 
- def get_group_devices(self):
- """ Return list of LVM2 Volume Group devices
--- 
-2.7.4
-
diff --git 
a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb 
b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.2.1.bb
similarity index 73%
rename from 
meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb
rename to meta-python/recipes-extended/python-blivet/python3-blivetgui_2.2.1.bb
index 92402bee5..5493610a1 100644
--- a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb
+++ b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.2.1.bb
@@ -8,10 +8,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 S = "${WORKDIR}/git"
 B = "${S}"
 
-SRCREV = "67ec0b7a0e065ba24ab87963409bfb21b2aac6dd"
-SRC_URI = "git://github.com/rhinstaller/blivet-gui;branch=master \
-   file://0001-Fix-return-type-of-BlivetUtils.get_disks-1658893.patch \
-"
+SRCREV = "adb6bd69fb3cfa709265db66ddcee04c0b5e070f"
+SRC_URI = "git://github.com/storaged-project/blivet-gui.git"
 
 inherit features_check
 REQUIRED_DISTRO_FEATURES = "x11 systemd"
-- 
2.17.1


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



[oe] [PATCH] jemalloc: add new recipe

2021-08-03 Thread Yu, Mingli
From: Mingli Yu 

jemalloc is a general purpose malloc(3) implementation that emphasizes
fragmentation avoidance and scalable concurrency support.

Signed-off-by: Mingli Yu 
---
 .../jemalloc/jemalloc_5.2.1.bb| 24 +++
 1 file changed, 24 insertions(+)
 create mode 100644 meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb

diff --git a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb 
b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb
new file mode 100644
index 0..4738f0e78
--- /dev/null
+++ b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb
@@ -0,0 +1,24 @@
+# Copyright (C) 2021 Mingli Yu 
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+SUMMARY = "General-purpose scalable concurrent malloc implementation"
+
+DESCRIPTION = "jemalloc is a general purpose malloc(3) implementation that 
emphasizes \
+fragmentation avoidance and scalable concurrency support."
+
+HOMEPAGE = "https://github.com/jemalloc/jemalloc;
+LICENSE = "BSD"
+
+SECTION = "libs"
+
+LIC_FILES_CHKSUM = "file://README;md5=6900e4a158982e4c4715bf16aa54fa10"
+
+SRC_URI = "git://github.com/jemalloc/jemalloc.git"
+
+SRCREV = "ea6b3e973b477b8061e0076bb257dbd7f3faa756"
+
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+EXTRA_AUTORECONF += "--exclude=autoheader"
-- 
2.17.1


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