[OE-core] [meta-oe][PATCH] igt-gpu-tools: add new package

2020-06-08 Thread Arthur She
igt-gpu-tools is a collection of tools for development and testing of the DRM
drivers. (https://gitlab.freedesktop.org/drm/igt-gpu-tools)

Signed-off-by: Arthur She 
---
 .../igt-gpu-tools/igt-gpu-tools_git.bb| 46 +++
 1 file changed, 46 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb

diff --git a/meta-oe/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb 
b/meta-oe/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb
new file mode 100644
index 0..761df1cbb
--- /dev/null
+++ b/meta-oe/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb
@@ -0,0 +1,46 @@
+SUMMARY = "IGT GPU Tools"
+DESCRIPTION = "IGT GPU Tools is a collection of tools for development and 
testing of the DRM drivers"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=67bfee4df38fa6ecbe3a675c552d4c08"
+
+LICENSE_append = " & ISC"
+
+inherit meson gtk-doc
+
+SRCREV = "${AUTOREV}"
+
+SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https"
+
+S = "${WORKDIR}/git"
+
+DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 procps libunwind kmod 
openssl xmlrpc-c gsl elfutils alsa-lib json-c bison-native"
+RDEPENDS_${PN} += "bash python3-mako python3-six git net-snmp"
+
+PACKAGE_BEFORE_PN = "${PN}-benchmarks"
+
+EXTRA_OEMESON = "-Ddocs=disabled -Drunner=enabled -Dchamelium=enabled"
+COMPATIBLE_HOST = "(x86_64.*|i.86.*|arm.*|aarch64).*-linux"
+COMPATIBLE_HOST_libc-musl_class-target = "null"
+
+gputools_sysroot_preprocess() {
+   rm -f ${SYSROOT_DESTDIR}${libdir}/pkgconfig/intel-gen4asm.pc
+}
+SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess"
+
+do_install_append() {
+install -d ${D}/usr/share/${BPN}/scripts
+install ${S}/scripts/run-tests.sh ${D}/usr/share/${BPN}/scripts
+install -d ${D}/usr/share/${BPN}/runner
+install -D ${B}/runner/igt_runner ${D}/usr/share/${BPN}/runner
+install -D ${B}/runner/igt_resume ${D}/usr/share/${BPN}/runner
+}
+
+FILES_${PN} += "\
+${libexecdir}/${BPN}/*\
+${libdir}/intel_aubdump.so \
+${datadir}/${BPN}/1080p-right.png \
+${datadir}/${BPN}/1080p-left.png \
+${datadir}/${BPN}/pass.png \
+${datadir}/${BPN}/test-list.txt \
+${libexecdir}/${BPN}/benchmarks \
+"
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139346): 
https://lists.openembedded.org/g/openembedded-core/message/139346
Mute This Topic: https://lists.openembedded.org/mt/74768666/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH] encodings: clear postinst script

2020-06-08 Thread kai
From: Kai Kang 

Postinst script from xorg-font-common.inc doesn't apply to this recipe.
So clear the postinst script of encodings.

Signed-off-by: Kai Kang 
---
 meta/recipes-graphics/xorg-font/encodings_1.0.5.bb | 4 
 1 file changed, 4 insertions(+)

diff --git a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb 
b/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
index 4d61aed183..713fcfb935 100644
--- a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
+++ b/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
@@ -19,3 +19,7 @@ SRC_URI[sha256sum] = 
"bd96e16143a044b19e87f217cf6a3763a70c561d1076aad6f6d862ec41
 inherit allarch
 
 EXTRA_OECONF += "--with-encodingsdir=${datadir}/fonts/X11/encodings"
+
+# postinst from .inc doesn't apply to this recipe
+pkg_postinst_${PN} () {
+}
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139345): 
https://lists.openembedded.org/g/openembedded-core/message/139345
Mute This Topic: https://lists.openembedded.org/mt/74767652/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [OE-core] [PATCH] encodings: rdepends on mkfontscale

2020-06-08 Thread kai

On 2020/6/9 上午4:40, Richard Purdie wrote:

On Sun, 2020-06-07 at 15:18 +0800, kai wrote:

From: Kai Kang 

It runs mkfontdir and mkfontdir during postinst script which are from
package mkfontscale. So make encodings rdepends on mkfontscale.

Signed-off-by: Kai Kang 
---
  meta/recipes-graphics/xorg-font/encodings_1.0.5.bb | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
b/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
index 4d61aed183..a299bf2fb2 100644
--- a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
+++ b/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
@@ -10,7 +10,7 @@ PE = "1"
  PR = "r3"
  
  DEPENDS = "mkfontscale-native mkfontdir-native font-util-native"

-RDEPENDS_${PN} = ""
+RDEPENDS_${PN} = "mkfontscale"

I suspect the correct fix is that it shouldn't have these postinsts?

http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=b8f089512f65a4a131c8096c281c4f3d9cf23718


OK. I'll send V2 to remove the postinsts.

Regards,
Kai




Cheers,

Richard



--
Kai Kang
Wind River Linux

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139344): 
https://lists.openembedded.org/g/openembedded-core/message/139344
Mute This Topic: https://lists.openembedded.org/mt/74727412/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [OE-core][PATCH v3] wic: Add --offset argument for partitions

2020-06-08 Thread Denys Dmytriyenko
Not sure if it's related to this change, but I've been seeing this error 
across the platforms in master past few days:

WARNING: bootloader config not specified, using defaults

Traceback (most recent call last):
  File "/OE/poky-master-build/sources/poky/scripts/wic", line 540, in 
sys.exit(main(sys.argv[1:]))
  File "/OE/poky-master-build/sources/poky/scripts/wic", line 535, in main
return hlp.invoke_subcommand(args, parser, hlp.wic_help_usage, subcommands)
  File "/OE/poky-master-build/sources/poky/scripts/lib/wic/help.py", line 83, 
in invoke_subcommand
subcmd[0](args, usage)
  File "/OE/poky-master-build/sources/poky/scripts/wic", line 219, in 
wic_create_subcommand
engine.wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir,
  File "/OE/poky-master-build/sources/poky/scripts/lib/wic/engine.py", line 
190, in wic_create
plugin.do_create()
  File 
"/OE/poky-master-build/sources/poky/scripts/lib/wic/plugins/imager/direct.py", 
line 86, in do_create
self.create()
  File 
"/OE/poky-master-build/sources/poky/scripts/lib/wic/plugins/imager/direct.py", 
line 179, in create
self._image.prepare(self)
  File 
"/OE/poky-master-build/sources/poky/scripts/lib/wic/plugins/imager/direct.py", 
line 352, in prepare
part.prepare(imager, imager.workdir, imager.oe_builddir,
  File "/OE/poky-master-build/sources/poky/scripts/lib/wic/partition.py", line 
175, in prepare
plugin.do_prepare_partition(self, srcparams_dict, creator,
  File 
"/OE/poky-master-build/sources/poky/scripts/lib/wic/plugins/source/bootimg-partition.py",
 line 193, in do_prepare_partition
part.prepare_rootfs(cr_workdir, oe_builddir, hdddir,
  File "/OE/poky-master-build/sources/poky/scripts/lib/wic/partition.py", line 
238, in prepare_rootfs
method(rootfs, oe_builddir, rootfs_dir, native_sysroot, pseudo)
  File "/OE/poky-master-build/sources/poky/scripts/lib/wic/partition.py", line 
305, in prepare_rootfs_msdos
rootfs_size = self.get_rootfs_size(blocks)
  File "/OE/poky-master-build/sources/poky/scripts/lib/wic/partition.py", line 
100, in get_rootfs_size
if extra_blocks < self.extra_space:
TypeError: '<' not supported between instances of 'int' and 'function'
WARNING: 
/OE/poky-master-build/build-CORTEX_1/arago-tmp/work/am335x_evm-poky-linux-gnueabi/core-image-base/1.0-r0/temp/run.do_image_wic.3266:1
 exit 1 from 'BUILDDIR="/OE/poky-master-build/build-CORTEX_1" PSEUDO_UNLOAD=1 
wic create "$wks" --vars 
"/OE/poky-master-build/build-CORTEX_1/arago-tmp/sysroots/am335x-evm/imgdata/" 
-e "core-image-base" -o "$build_wic/"'
ERROR: Execution of 
'/OE/poky-master-build/build-CORTEX_1/arago-tmp/work/am335x_evm-poky-linux-gnueabi/core-image-base/1.0-r0/temp/run.do_image_wic.3266'
 failed with exit code 1:

Any clues? Has anyone seen anything like that?

-- 
Denys


On Tue, Jun 02, 2020 at 08:42:05AM -0500, Joshua Watt wrote:
> Add support for an --offset argument when defining a partition. Many
> SoCs require that boot partitions be located at specific offsets. Prior
> to this argument, most WKS files were using the --align attribute to
> specify the location of these fixed partitions but this is not ideal
> because in the event that the partition couldn't be placed in the
> specified location, wic would move it to the next sector with that
> alignment, often preventing the device from booting. Unlike the --align
> argument, wic will fail if a partition cannot be placed at the exact
> offset specified with --offset.
> 
> Changes in V2:
> * Fixed a small typo that prevented test_fixed_size_error from passing
> 
> Signed-off-by: Joshua Watt 
> ---
>  meta/lib/oeqa/selftest/cases/wic.py  | 118 ++-
>  scripts/lib/wic/ksparser.py  |  46 +
>  scripts/lib/wic/partition.py |   1 +
>  scripts/lib/wic/plugins/imager/direct.py |  15 +++
>  4 files changed, 135 insertions(+), 45 deletions(-)
> 
> diff --git a/meta/lib/oeqa/selftest/cases/wic.py 
> b/meta/lib/oeqa/selftest/cases/wic.py
> index c8765e5330..9e7be6168e 100644
> --- a/meta/lib/oeqa/selftest/cases/wic.py
> +++ b/meta/lib/oeqa/selftest/cases/wic.py
> @@ -790,41 +790,50 @@ class Wic2(WicTestCase):
>  tempf.write("part " \
>   "--source rootfs --ondisk hda --align 4 --fixed-size %d 
> "
>   "--fstype=ext4\n" % size)
> -wksname = os.path.splitext(os.path.basename(wkspath))[0]
>  
> -return wkspath, wksname
> +return wkspath
>  
> -def test_fixed_size(self):
> -"""
> -Test creation of a simple image with partition size controlled 
> through
> ---fixed-size flag
> -"""
> -wkspath, wksname = Wic2._make_fixed_size_wks(200)
> +def _get_wic_partitions(self, wkspath, native_sysroot=None, 
> ignore_status=False):
> +p = runCmd("wic create %s -e core-image-minimal -o %s" % (wkspath, 
> self.resultdir),
> +   ignore_status=ignore_status)
> +
> +if p.status:
> + 

Re: [OE-core] [PATCH] remove unused DEPLOY_DIR_TOOLS variable from bitbake.conf

2020-06-08 Thread Khem Raj
On Mon, Jun 8, 2020 at 1:15 PM Enrico Jörns  wrote:
>
> Hi,
>
> Am Donnerstag, den 28.05.2020, 19:02 -0700 schrieb Khem Raj:
> > On Wed, May 27, 2020 at 7:36 AM Jacob Kroon 
> > wrote:
> > > On 5/27/20 4:31 PM, Robert P. J. Day wrote:
> > > > Variable DEPLOY_DIR_TOOLS was introduced in 2007:
> > > >
> > > >commit f751a20152c651a33f08ceda0502fa1d4f11c005
> > > >Author: Richard Purdie 
> > > >Date:   Wed Aug 8 21:02:39 2007 +
> > > >
> > > >bitbake.conf: Sync with OE.dev
> > > >
> > > > apparently never used so get rid of it.
> > > >
> > > > Signed-off-by: Robert P. J. Day 
> > > >
> > >
> > > meta-openembedded/meta-oe/recipes-support/dfu-util/dfu-util-
> > > native_0.9.bb:do_deploy[sstate-outputdirs]
> > > = "${DEPLOY_DIR_TOOLS}"
>
> this was removed now in meta-oe commit
> af3fc04cfb64d9f229be26f47b4dec892ff919dc ("dfu-util-native: Remove
> DEPLOY_DIR_TOOLS from sstate-outputdirs") apparantely.
>
> However, I do not get the argumentation for that:
>
> >In commit 1ef92d2423d6d6546e4f0585478540212b26f3a0 deploying the native
> >tool was changed to use DEPLOYDIR, so setting DEPLOY_DIR_TOOLS for 
> > sstate-outputdir
> >dependency should have been changed as well.
>
> Setting do_deploy[sstate-outputdirs] to something different than its default 
> appears to be valid for me and has nothing to do with DEPLOYDIR, which is 
> only the sstate intermediate directory name.
> And the result of this is, that the tool now lands in DEPLOY_DIR_IMAGE 
> instead.
>
>
> My motivation of questioning is, that we have in our RAUC recipe a similar 
> usage:
>
> https://github.com/rauc/meta-rauc/blob/master/recipes-core/rauc/rauc-native_1.3.bb#L5
>
> The idea behind that was that one might give some convenience to use the tool 
> manually to manipulate update bundles, re-sign them, obtain meta information, 
> etc.
>
> What is the now suggested way of placing these kind of binaries? Simply in 
> DEPLOY_DIR_IMAGES as the above-mentioned commit does (silently)?
> Or is there maybe still some motivation to keep DEPLOY_DIR_TOOLS?
>

Just use DEPLOY_DIR_IMAGES

>
> Thanks and best regards
>
> Enrico
>
> --
> Pengutronix e.K.   | Enrico Jörns|
> Embedded Linux Consulting & Support| https://www.pengutronix.de/
>  |
> Steuerwalder Str. 21   | Phone: +49-5121-206917-180  |
> 31137 Hildesheim, Germany  | Fax:   +49-5121-206917-9|
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139342): 
https://lists.openembedded.org/g/openembedded-core/message/139342
Mute This Topic: https://lists.openembedded.org/mt/74500775/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [OE-core] [PATCH] encodings: rdepends on mkfontscale

2020-06-08 Thread Richard Purdie
On Sun, 2020-06-07 at 15:18 +0800, kai wrote:
> From: Kai Kang 
> 
> It runs mkfontdir and mkfontdir during postinst script which are from
> package mkfontscale. So make encodings rdepends on mkfontscale.
> 
> Signed-off-by: Kai Kang 
> ---
>  meta/recipes-graphics/xorg-font/encodings_1.0.5.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
> b/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
> index 4d61aed183..a299bf2fb2 100644
> --- a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
> +++ b/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
> @@ -10,7 +10,7 @@ PE = "1"
>  PR = "r3"
>  
>  DEPENDS = "mkfontscale-native mkfontdir-native font-util-native"
> -RDEPENDS_${PN} = ""
> +RDEPENDS_${PN} = "mkfontscale"

I suspect the correct fix is that it shouldn't have these postinsts?

http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=b8f089512f65a4a131c8096c281c4f3d9cf23718

Cheers,

Richard

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139341): 
https://lists.openembedded.org/g/openembedded-core/message/139341
Mute This Topic: https://lists.openembedded.org/mt/74727412/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [OE-core] [PATCH] remove unused DEPLOY_DIR_TOOLS variable from bitbake.conf

2020-06-08 Thread Enrico J?rns
Hi,

Am Donnerstag, den 28.05.2020, 19:02 -0700 schrieb Khem Raj:
> On Wed, May 27, 2020 at 7:36 AM Jacob Kroon 
> wrote:
> > On 5/27/20 4:31 PM, Robert P. J. Day wrote:
> > > Variable DEPLOY_DIR_TOOLS was introduced in 2007:
> > > 
> > >commit f751a20152c651a33f08ceda0502fa1d4f11c005
> > >Author: Richard Purdie 
> > >Date:   Wed Aug 8 21:02:39 2007 +
> > > 
> > >bitbake.conf: Sync with OE.dev
> > > 
> > > apparently never used so get rid of it.
> > > 
> > > Signed-off-by: Robert P. J. Day 
> > > 
> > 
> > meta-openembedded/meta-oe/recipes-support/dfu-util/dfu-util-
> > native_0.9.bb:do_deploy[sstate-outputdirs]
> > = "${DEPLOY_DIR_TOOLS}"

this was removed now in meta-oe commit
af3fc04cfb64d9f229be26f47b4dec892ff919dc ("dfu-util-native: Remove
DEPLOY_DIR_TOOLS from sstate-outputdirs") apparantely.

However, I do not get the argumentation for that:

>In commit 1ef92d2423d6d6546e4f0585478540212b26f3a0 deploying the native
>tool was changed to use DEPLOYDIR, so setting DEPLOY_DIR_TOOLS for 
> sstate-outputdir
>dependency should have been changed as well.

Setting do_deploy[sstate-outputdirs] to something different than its default 
appears to be valid for me and has nothing to do with DEPLOYDIR, which is only 
the sstate intermediate directory name.
And the result of this is, that the tool now lands in DEPLOY_DIR_IMAGE instead.


My motivation of questioning is, that we have in our RAUC recipe a similar 
usage:

https://github.com/rauc/meta-rauc/blob/master/recipes-core/rauc/rauc-native_1.3.bb#L5

The idea behind that was that one might give some convenience to use the tool 
manually to manipulate update bundles, re-sign them, obtain meta information, 
etc.

What is the now suggested way of placing these kind of binaries? Simply in 
DEPLOY_DIR_IMAGES as the above-mentioned commit does (silently)?
Or is there maybe still some motivation to keep DEPLOY_DIR_TOOLS?


Thanks and best regards

Enrico

-- 
Pengutronix e.K.   | Enrico Jörns|
Embedded Linux Consulting & Support| https://www.pengutronix.de/
 |
Steuerwalder Str. 21   | Phone: +49-5121-206917-180  |
31137 Hildesheim, Germany  | Fax:   +49-5121-206917-9|

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139340): 
https://lists.openembedded.org/g/openembedded-core/message/139340
Mute This Topic: https://lists.openembedded.org/mt/74500775/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] devtool and multiconfig: Bug or feature?

2020-06-08 Thread Ricardo Ribalda
Hi

I am trying to use devtool in combination with multiconfig for the
first time, so probably I am doing something wrong.

I have created a very simple multiconfig

cat build/conf/multiconfig/arm.conf
MACHINE = "qemuarm"

And then I want to modify bash:
devtool modify multiconfig:arm:bash

If then I try to run:
devtool build multiconfig:arm:bash
NOTE: Starting bitbake server...
ERROR: No recipe named 'multiconfig:arm:bash' in your workspace

So I run:
devtool build bash

But that builds for x86 instead of for arm...

Simply patching check_workspace_recipe does not do the trick:
@@ -145,6 +145,8 @@ def check_workspace_recipe(workspace, pn,
checksrc=True, bbclassextend=False):
 is present.
 """

+pn = pn.split(":")[-1]
+
 workspacepn = pn

 for recipe, value in workspace.items():


Any idea or documentation to follow?

Thanks!


-- 
Ricardo Ribalda
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139339): 
https://lists.openembedded.org/g/openembedded-core/message/139339
Mute This Topic: https://lists.openembedded.org/mt/74753055/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [OE-core] The change pointed to by a .scc file not detected when compile kernel

2020-06-08 Thread Bruce Ashfield
On Mon, Jun 8, 2020 at 1:39 AM Yu, Mingli  wrote:
>
> Hi Bruce,
>
> On 6/4/20 9:04 PM, Bruce Ashfield wrote:
> > On Thu, Jun 4, 2020 at 12:52 AM Yu, Mingli  wrote:
> >>
> >> Hi Bruce,
> >>
> >> Currently, the change pointed to by a .scc file not detected when
> >> compile kernel, for example:
> >>
> >> 1, add DISTRO_FEATURES_append = " virtualization" to conf/local.conf to
> >> enable virtualization DISTRO_FEATURES and also add meta-virtualization
> >> layer to conf/bblayers.conf
> >>
> >> 2, bitbake -cconfigure linux-yocto
> >>
> >> 3,
> >> $ grep -Rn CONFIG_IO_DELAY_0XED
> >> tmp/work/qemux86_64-wrs-linux/linux-yocto/5.4.43+gitAUTOINC+aafb8f095e_9e1b13d7f9-r0/linux-qemux86_64-standard-build/.config
> >> 5367:# CONFIG_IO_DELAY_0XED is not set
> >>
> >> 4, modify the lxc.cfg which introduced by lxc.scc under
> >> meta-virtualization layer
> >> $ git diff
> >> diff --git a/recipes-kernel/linux/linux-yocto/lxc.cfg
> >> b/recipes-kernel/linux/linux-yocto/lxc.cfg
> >> index 3fefc03..b7a19a8 100644
> >> --- a/recipes-kernel/linux/linux-yocto/lxc.cfg
> >> +++ b/recipes-kernel/linux/linux-yocto/lxc.cfg
> >> @@ -1,3 +1,4 @@
> >> +CONFIG_IO_DELAY_0XED=y
> >>CONFIG_CGROUP_DEVICE=y
> >>CONFIG_CPUSETS=y
> >>CONFIG_PROC_PID_CPUSET=y
> >>
> >>
> >> 5, bitbake -cconfigure linux-yocto
> >>
> >> 6,
> >> $ grep -Rn CONFIG_IO_DELAY_0XED
> >> tmp-glibc/work/qemux86_64-wrs-linux/linux-yocto/5.4.43+gitAUTOINC+aafb8f095e_9e1b13d7f9-r0/linux-qemux86_64-standard-build/.config
> >> 5367:# CONFIG_IO_DELAY_0XED is not set
> >>
> >> The change for CONFIG_IO_DELAY_0XED doesn't take effect.
> >
> > Does the same thing happen with a cleanall ? There's an open bug about
> > the checksuming of those SRC_URI elements, and you are likely hitting
> > it if there's no cleansstate or cleanall happening.
>
> No, it works if execute a cleanall before the step 6. But it should work
> even if we don't execute cleanall.
>
> BTW, what's the status of the bug you mentioned?

It's waiting on some input from Richard, its on the fix list for the
coming release though.

Cheers,

Bruce

>
> Thanks,
> Mingli
>
> >
> > Also, you've confirmed that CONFIG_IO_DELAY_0XED isn't missing any
> > config options that it has as dependencies ?
> >
> > Bruce
> >
> >>
> >> Thanks,
> >> Mingli
> >
> >
> >



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139338): 
https://lists.openembedded.org/g/openembedded-core/message/139338
Mute This Topic: https://lists.openembedded.org/mt/74665912/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [OE-core][PATCH] Modied the license to GPLv2.1+ to keep with LICENSE file.

2020-06-08 Thread Richard Purdie
On Tue, 2020-06-09 at 01:54 +0800, zhengruoqin wrote:
> Please reference to https://gitlab.com/gnutls/gnutls/-/issues/1018.
> 
> Upstream-Status: Submitted
> [https://gitlab.com/gnutls/gnutls/-/merge_requests/1285].
> 
> Signed-off-by: Zheng Ruoqin 
> ---
>  ...license-to-GPLv2.1-to-keep-with-LICENSE-f.patch | 88
> ++
>  meta/recipes-support/gnutls/gnutls_3.6.13.bb   |  1 +
>  2 files changed, 89 insertions(+)
>  create mode 100644 meta/recipes-support/gnutls/gnutls/0001-Modied-
> the-license-to-GPLv2.1-to-keep-with-LICENSE-f.patch

No, you simply cannot just do that.

If upstream takes the patch we can apply as a backport but until they
accept a license change we can and will not.

Just because the license file says something doesn't mean every file is
under that license if that file's header says differently.

I suspect upstream won't accept this patch either.

Cheers,

Richard

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139337): 
https://lists.openembedded.org/g/openembedded-core/message/139337
Mute This Topic: https://lists.openembedded.org/mt/74748083/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] ✗ patchtest: failure for Modied the license to GPLv2.1+ to keep with LICENSE file.

2020-06-08 Thread Patchwork
== Series Details ==

Series: Modied the license to GPLv2.1+ to keep with LICENSE file.
Revision: 1
URL   : https://patchwork.openembedded.org/series/24527/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* PatchModied the license to GPLv2.1+ to keep with LICENSE file.
 Issue Shortlog does not follow expected format 
[test_shortlog_format] 
  Suggested fixCommit shortlog (first line of commit message) should follow 
the format ": "

* Issue Added patch file is missing Upstream-Status in the header 
[test_upstream_status_presence_format] 
  Suggested fixAdd Upstream-Status:  to the header of 
meta/recipes-support/gnutls/gnutls/0001-Modied-the-license-to-GPLv2.1-to-keep-with-LICENSE-f.patch
  Standard format  Upstream-Status: 
  Valid status Pending, Accepted, Backport, Denied, Inappropriate [reason], 
Submitted [where]



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines: 
https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139336): 
https://lists.openembedded.org/g/openembedded-core/message/139336
Mute This Topic: https://lists.openembedded.org/mt/74748134/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core][PATCH] Modied the license to GPLv2.1+ to keep with LICENSE file.

2020-06-08 Thread zhengruoqin
Please reference to https://gitlab.com/gnutls/gnutls/-/issues/1018.

Upstream-Status: Submitted
[https://gitlab.com/gnutls/gnutls/-/merge_requests/1285].

Signed-off-by: Zheng Ruoqin 
---
 ...license-to-GPLv2.1-to-keep-with-LICENSE-f.patch | 88 ++
 meta/recipes-support/gnutls/gnutls_3.6.13.bb   |  1 +
 2 files changed, 89 insertions(+)
 create mode 100644 
meta/recipes-support/gnutls/gnutls/0001-Modied-the-license-to-GPLv2.1-to-keep-with-LICENSE-f.patch

diff --git 
a/meta/recipes-support/gnutls/gnutls/0001-Modied-the-license-to-GPLv2.1-to-keep-with-LICENSE-f.patch
 
b/meta/recipes-support/gnutls/gnutls/0001-Modied-the-license-to-GPLv2.1-to-keep-with-LICENSE-f.patch
new file mode 100644
index 000..89682b7
--- /dev/null
+++ 
b/meta/recipes-support/gnutls/gnutls/0001-Modied-the-license-to-GPLv2.1-to-keep-with-LICENSE-f.patch
@@ -0,0 +1,88 @@
+From a5f05cd4bc2bae3803e7cf8d7ae3dfa9abb34110 Mon Sep 17 00:00:00 2001
+From: Lei Maohui 
+Date: Mon, 8 Jun 2020 16:15:07 +0900
+Subject: [PATCH] Modied the license to GPLv2.1+ to keep with LICENSE file.
+
+Signed-off-by: Lei Maohui 
+---
+ lib/x509/krb5.c | 20 +++-
+ lib/x509/krb5.h | 20 +++-
+ 2 files changed, 22 insertions(+), 18 deletions(-)
+
+diff --git a/lib/x509/krb5.c b/lib/x509/krb5.c
+index 7fe84e651..d68c73757 100644
+--- a/lib/x509/krb5.c
 b/lib/x509/krb5.c
+@@ -1,21 +1,23 @@
+ /*
+  * Copyright (C) 2015 Red Hat, Inc.
+  *
++ * Author: Nikos Mavrogiannopoulos
++ *
+  * This file is part of GnuTLS.
+  *
+- * GnuTLS is free software: you can redistribute it and/or modify it
+- * under the terms of the GNU General Public License as published by
+- * the Free Software Foundation, either version 3 of the License, or
+- * (at your option) any later version.
++ * The GnuTLS is free software; you can redistribute it and/or
++ * modify it under the terms of the GNU Lesser General Public License
++ * as published by the Free Software Foundation; either version 2.1 of
++ * the License, or (at your option) any later version.
+  *
+- * GnuTLS is distributed in the hope that it will be useful, but
++ * This library is distributed in the hope that it will be useful, but
+  * WITHOUT ANY WARRANTY; without even the implied warranty of
+  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+- * General Public License for more details.
++ * Lesser General Public License for more details.
++ *
++ * You should have received a copy of the GNU Lesser General Public License
++ * along with this program.  If not, see 
+  *
+- * You should have received a copy of the GNU General Public License
+- * along with this program.  If not, see
+- * .
+  */
+ 
+ #include 
+diff --git a/lib/x509/krb5.h b/lib/x509/krb5.h
+index d8926af67..815bb28f7 100644
+--- a/lib/x509/krb5.h
 b/lib/x509/krb5.h
+@@ -1,21 +1,23 @@
+ /*
+  * Copyright (C) 2015 Red Hat, Inc.
+  *
++ * Author: Nikos Mavrogiannopoulos
++ *
+  * This file is part of GnuTLS.
+  *
+- * GnuTLS is free software: you can redistribute it and/or modify it
+- * under the terms of the GNU General Public License as published by
+- * the Free Software Foundation, either version 3 of the License, or
+- * (at your option) any later version.
++ * The GnuTLS is free software; you can redistribute it and/or
++ * modify it under the terms of the GNU Lesser General Public License
++ * as published by the Free Software Foundation; either version 2.1 of
++ * the License, or (at your option) any later version.
+  *
+- * GnuTLS is distributed in the hope that it will be useful, but
++ * This library is distributed in the hope that it will be useful, but
+  * WITHOUT ANY WARRANTY; without even the implied warranty of
+  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+- * General Public License for more details.
++ * Lesser General Public License for more details.
++ *
++ * You should have received a copy of the GNU Lesser General Public License
++ * along with this program.  If not, see 
+  *
+- * You should have received a copy of the GNU General Public License
+- * along with this program.  If not, see
+- * .
+  */
+ 
+ #ifndef GNUTLS_LIB_X509_KRB5_H
+-- 
+2.17.1
+
diff --git a/meta/recipes-support/gnutls/gnutls_3.6.13.bb 
b/meta/recipes-support/gnutls/gnutls_3.6.13.bb
index f56d42a..594cb0f 100644
--- a/meta/recipes-support/gnutls/gnutls_3.6.13.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.6.13.bb
@@ -19,6 +19,7 @@ SHRT_VER = 
"${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
 
 SRC_URI = 
"https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar.xz \
file://arm_eabi.patch \
+   
file://0001-Modied-the-license-to-GPLv2.1-to-keep-with-LICENSE-f.patch \
 "
 
 SRC_URI[md5sum] = "bb1fe696a11543433785b4fc70ca225f"
-- 
1.8.3.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messa

[OE-core] [PATCH 15/42] cogl-1.0: upgrade 1.22.6 -> 1.22.8

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 meta/recipes-graphics/cogl/cogl-1.0_1.22.6.bb | 6 --
 meta/recipes-graphics/cogl/cogl-1.0_1.22.8.bb | 5 +
 2 files changed, 5 insertions(+), 6 deletions(-)
 delete mode 100644 meta/recipes-graphics/cogl/cogl-1.0_1.22.6.bb
 create mode 100644 meta/recipes-graphics/cogl/cogl-1.0_1.22.8.bb

diff --git a/meta/recipes-graphics/cogl/cogl-1.0_1.22.6.bb 
b/meta/recipes-graphics/cogl/cogl-1.0_1.22.6.bb
deleted file mode 100644
index 86bbdbff69..00
--- a/meta/recipes-graphics/cogl/cogl-1.0_1.22.6.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require cogl-1.0.inc
-
-SRC_URI[archive.md5sum] = "7bcc01edb5462d4d08d01bf893feddb0"
-SRC_URI[archive.sha256sum] = 
"6d134bd3e48c067507167c001200b275997fb9c68b08b48ff038211c8c251b75"
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=1b1a508d91d25ca607c83f92f3e31c84"
diff --git a/meta/recipes-graphics/cogl/cogl-1.0_1.22.8.bb 
b/meta/recipes-graphics/cogl/cogl-1.0_1.22.8.bb
new file mode 100644
index 00..78f6b0e7a3
--- /dev/null
+++ b/meta/recipes-graphics/cogl/cogl-1.0_1.22.8.bb
@@ -0,0 +1,5 @@
+require cogl-1.0.inc
+
+SRC_URI[archive.sha256sum] = 
"a805b2b019184710ff53d0496f9f0ce6dcca420c141a0f4f6fcc02131581d759"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=1b1a508d91d25ca607c83f92f3e31c84"
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139307): 
https://lists.openembedded.org/g/openembedded-core/message/139307
Mute This Topic: https://lists.openembedded.org/mt/74747443/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 26/42] vte: upgrade 0.60.2 -> 0.60.3

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 meta/recipes-support/vte/{vte_0.60.2.bb => vte_0.60.3.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-support/vte/{vte_0.60.2.bb => vte_0.60.3.bb} (92%)

diff --git a/meta/recipes-support/vte/vte_0.60.2.bb 
b/meta/recipes-support/vte/vte_0.60.3.bb
similarity index 92%
rename from meta/recipes-support/vte/vte_0.60.2.bb
rename to meta/recipes-support/vte/vte_0.60.3.bb
index 8c7054913f..01c48242d9 100644
--- a/meta/recipes-support/vte/vte_0.60.2.bb
+++ b/meta/recipes-support/vte/vte_0.60.3.bb
@@ -20,8 +20,7 @@ inherit gnomebase gtk-doc features_check 
upstream-version-is-even gobject-intros
 SRC_URI += " \
 file://0002-Add-W_EXITCODE-macro-for-non-glibc-systems.patch \
"
-SRC_URI[archive.md5sum] = "1a0b5395915d2f3c88484511b38cc584"
-SRC_URI[archive.sha256sum] = 
"35a0280e3f12feeb3096da05699191373c47a4a20c55cb7081e828e6015f8ca5"
+SRC_URI[archive.sha256sum] = 
"feb76e1181a357d86112d447a08d127e2081438df76ece83243b18609dd9822a"
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139318): 
https://lists.openembedded.org/g/openembedded-core/message/139318
Mute This Topic: https://lists.openembedded.org/mt/74747454/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 29/42] debianutils: 4.9.1 -> 4.11

2020-06-08 Thread Alexander Kanavin
License-Update: changed license file path on Debian systems
Signed-off-by: Alexander Kanavin 
---
 .../{debianutils_4.9.1.bb => debianutils_4.11.bb}  | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta/recipes-support/debianutils/{debianutils_4.9.1.bb => 
debianutils_4.11.bb} (83%)

diff --git a/meta/recipes-support/debianutils/debianutils_4.9.1.bb 
b/meta/recipes-support/debianutils/debianutils_4.11.bb
similarity index 83%
rename from meta/recipes-support/debianutils/debianutils_4.9.1.bb
rename to meta/recipes-support/debianutils/debianutils_4.11.bb
index 768f28906f..ac3d5b0267 100644
--- a/meta/recipes-support/debianutils/debianutils_4.9.1.bb
+++ b/meta/recipes-support/debianutils/debianutils_4.11.bb
@@ -1,15 +1,14 @@
 SUMMARY = "Miscellaneous utilities specific to Debian"
 SECTION = "base"
 LICENSE = "GPLv2 & SMAIL_GPL"
-LIC_FILES_CHKSUM = 
"file://debian/copyright;md5=f01a5203d50512fc4830b4332b696a9f"
+LIC_FILES_CHKSUM = 
"file://debian/copyright;md5=9b912cd0cc654134c0ef3424a0705b94"
 
-SRC_URI = 
"http://snapshot.debian.org/archive/debian/20191212T145612Z/pool/main/d/${BPN}/${BPN}_${PV}.tar.xz";
+SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.xz"
 # the package is taken from snapshots.debian.org; that source is static and 
goes stale
 # so we check the latest upstream from a directory that does get updated
 UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/"
 
-SRC_URI[md5sum] = "95633416680bfd249b7cb07d94137048"
-SRC_URI[sha256sum] = 
"af826685d9c56abfa873e84cd392539cd363cb0ba04a09d21187377e1b764091"
+SRC_URI[sha256sum] = 
"bb5ce6290696b0d623377521ed217f484aa98f7346c5f7c48f9ae3e1acfb7151"
 
 inherit autotools update-alternatives
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139321): 
https://lists.openembedded.org/g/openembedded-core/message/139321
Mute This Topic: https://lists.openembedded.org/mt/74747457/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 33/42] libksba: 1.3.5 -> 1.4.0

2020-06-08 Thread Alexander Kanavin
Adjust the pkg-config patch:

- upstream added their own .pc file, so adding it again is not needed.
- ksba.m4 adjustment to use pkg-config remains in place, but has to be rebased.

Signed-off-by: Alexander Kanavin 
---
 .../libksba/ksba-add-pkgconfig-support.patch  | 130 --
 .../{libksba_1.3.5.bb => libksba_1.4.0.bb}|   3 +-
 2 files changed, 60 insertions(+), 73 deletions(-)
 rename meta/recipes-support/libksba/{libksba_1.3.5.bb => libksba_1.4.0.bb} 
(87%)

diff --git 
a/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch 
b/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch
index 5afe6de923..ebb7fa588a 100644
--- a/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch
+++ b/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch
@@ -1,3 +1,8 @@
+From 7bd2b060e9ea3e2ff11e67d1e98ab882819b28b7 Mon Sep 17 00:00:00 2001
+From: Chen Qi 
+Date: Mon, 3 Dec 2012 18:17:31 +0800
+Subject: [PATCH] libksba: add pkgconfig support
+
 Upstream-Status: Denied
 
 Add pkgconfig support to libksba.
@@ -6,78 +11,49 @@ They think pkgconfig adds no portability and maintaining 
them is not worthwhile.
 
 Signed-off-by: Chen Qi 
 
-Index: libksba-1.3.5/Makefile.am
-===
 libksba-1.3.5.orig/Makefile.am
-+++ libksba-1.3.5/Makefile.am
-@@ -20,6 +20,9 @@
- 
- ACLOCAL_AMFLAGS = -I m4 -I gl/m4
- 
-+pkgconfigdir = ${libdir}/pkgconfig
-+pkgconfig_DATA = ksba.pc
-+
- # (A suitable gitlog-to-changelog script can be found in GnuPG master.)
- GITLOG_TO_CHANGELOG=gitlog-to-changelog
- 
-Index: libksba-1.3.5/configure.ac
-===
 libksba-1.3.5.orig/configure.ac
-+++ libksba-1.3.5/configure.ac
-@@ -414,6 +414,7 @@ gl/Makefile
- src/Makefile
- src/ksba-config
- src/versioninfo.rc
-+ksba.pc
- tests/Makefile
- doc/Makefile
- ])
-Index: libksba-1.3.5/ksba.pc.in
-===
 /dev/null
-+++ libksba-1.3.5/ksba.pc.in
-@@ -0,0 +1,17 @@
-+prefix=@prefix@
-+exec_prefix=@exec_prefix@
-+libdir=@libdir@
-+includedir=@includedir@
-+
-+# API info
-+api_version=@KSBA_CONFIG_API_VERSION@
-+host=@KSBA_CONFIG_HOST@
-+
-+Name: ksba
-+Description: Libksba provides an easy API to create and parse X.509 and CMS 
related objects
-+Requires:
-+Version: @VERSION@
-+Libs: -L${libdir} -lksba
-+Libs.private: -L${libdir} -lgpg-error
-+Cflags: -I${includedir}
-+
-Index: libksba-1.3.5/src/ksba.m4
-===
 libksba-1.3.5.orig/src/ksba.m4
-+++ libksba-1.3.5/src/ksba.m4
-@@ -22,18 +22,7 @@ dnl with a changed API.
+diff --git a/src/ksba.m4 b/src/ksba.m4
+index ad8de4f..af903ad 100644
+--- a/src/ksba.m4
 b/src/ksba.m4
+@@ -22,37 +22,6 @@ dnl with a changed API.
  dnl
  AC_DEFUN([AM_PATH_KSBA],
- [AC_REQUIRE([AC_CANONICAL_HOST])
-- AC_ARG_WITH(ksba-prefix,
--AC_HELP_STRING([--with-ksba-prefix=PFX],
--   [prefix where KSBA is installed (optional)]),
+ [ AC_REQUIRE([AC_CANONICAL_HOST])
+-  dnl --with-libksba-prefix=PFX is the preferred name for this option,
+-  dnl since that is consistent with how our three siblings use the directory/
+-  dnl package name in --with-$dir_name-prefix=PFX.
+-  AC_ARG_WITH(libksba-prefix,
+-  AC_HELP_STRING([--with-libksba-prefix=PFX],
+- [prefix where KSBA is installed (optional)]),
+- ksba_config_prefix="$withval", ksba_config_prefix="")
+-
+-  dnl Accept --with-ksba-prefix and make it work the same as
+-  dnl --with-libksba-prefix above, for backwards compatibility,
+-  dnl but do not document this old, inconsistently-named option.
+-  AC_ARG_WITH(ksba-prefix,,
 - ksba_config_prefix="$withval", ksba_config_prefix="")
+-
 -  if test x$ksba_config_prefix != x ; then
-- ksba_config_args="$ksba_config_args --prefix=$ksba_config_prefix"
-- if test x${KSBA_CONFIG+set} != xset ; then
--KSBA_CONFIG=$ksba_config_prefix/bin/ksba-config
-- fi
+-if test x${KSBA_CONFIG+set} != xset ; then
+-  KSBA_CONFIG=$ksba_config_prefix/bin/ksba-config
+-fi
+-  fi
+-
+-  use_gpgrt_config=""
+-  if test x"$KSBA_CONFIG" = x -a x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != 
"no"; then
+-if $GPGRT_CONFIG ksba --exists; then
+-  KSBA_CONFIG="$GPGRT_CONFIG ksba"
+-  AC_MSG_NOTICE([Use gpgrt-config as ksba-config])
+-  use_gpgrt_config=yes
+-fi
+-  fi
+-  if test -z "$use_gpgrt_config"; then
+-AC_PATH_PROG(KSBA_CONFIG, ksba-config, no)
 -  fi
  
--  AC_PATH_PROG(KSBA_CONFIG, ksba-config, no)
tmp=ifelse([$1], ,1:1.0.0,$1)
if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
-  req_ksba_api=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\1/'`
-@@ -43,48 +32,13 @@ AC_DEFUN([AM_PATH_KSBA],
+@@ -63,56 +32,13 @@ AC_DEFUN([AM_PATH_KSBA],
   min_ksba_version="$tmp"
fi
  
@@ -90,7 +66,11 @@ Index: 

[OE-core] [PATCH 08/42] strace: upgrade 5.6 -> 5.7

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 meta/recipes-devtools/strace/{strace_5.6.bb => strace_5.7.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-devtools/strace/{strace_5.6.bb => strace_5.7.bb} (92%)

diff --git a/meta/recipes-devtools/strace/strace_5.6.bb 
b/meta/recipes-devtools/strace/strace_5.7.bb
similarity index 92%
rename from meta/recipes-devtools/strace/strace_5.6.bb
rename to meta/recipes-devtools/strace/strace_5.7.bb
index 53679cd0d2..c184d035aa 100644
--- a/meta/recipes-devtools/strace/strace_5.6.bb
+++ b/meta/recipes-devtools/strace/strace_5.7.bb
@@ -15,8 +15,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
file://uintptr_t.patch \
file://0001-strace-fix-reproducibilty-issues.patch \
"
-SRC_URI[md5sum] = "f8e0394d4e537b3faadf0a72f5d1d17e"
-SRC_URI[sha256sum] = 
"189968eeae06ed9e20166ec55a830943c84374676a457c9fe010edc7541f1b01"
+SRC_URI[sha256sum] = 
"b284b59f9bcd95b9728cea5bd5c0edc5ebe360af73dc76fbf6334f11c777ccd8"
 
 inherit autotools ptest
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139300): 
https://lists.openembedded.org/g/openembedded-core/message/139300
Mute This Topic: https://lists.openembedded.org/mt/74747436/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 13/42] msmtp: upgrade 1.8.10 -> 1.8.11

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../msmtp/{msmtp_1.8.10.bb => msmtp_1.8.11.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-extended/msmtp/{msmtp_1.8.10.bb => msmtp_1.8.11.bb} (86%)

diff --git a/meta/recipes-extended/msmtp/msmtp_1.8.10.bb 
b/meta/recipes-extended/msmtp/msmtp_1.8.11.bb
similarity index 86%
rename from meta/recipes-extended/msmtp/msmtp_1.8.10.bb
rename to meta/recipes-extended/msmtp/msmtp_1.8.11.bb
index 42cf6309e9..804ed59b4e 100644
--- a/meta/recipes-extended/msmtp/msmtp_1.8.10.bb
+++ b/meta/recipes-extended/msmtp/msmtp_1.8.11.bb
@@ -11,8 +11,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 UPSTREAM_CHECK_URI = "https://marlam.de/msmtp/download/";
 
 SRC_URI = "https://marlam.de/${BPN}/releases/${BP}.tar.xz";
-SRC_URI[md5sum] = "168430e48f351b5a157ad930d7db3ecc"
-SRC_URI[sha256sum] = 
"caba7f39d19df7a31782fe7336dd640c61ea33b92f987bd5423bca9683482f10"
+SRC_URI[sha256sum] = 
"f25f0fa177ce9e0ad65c127e790a37f35fb64fee9e33d90345844c5c86780e60"
 
 inherit gettext autotools update-alternatives pkgconfig
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139305): 
https://lists.openembedded.org/g/openembedded-core/message/139305
Mute This Topic: https://lists.openembedded.org/mt/74747441/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 12/42] man-db: upgrade 2.9.1 -> 2.9.2

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../man-db/{man-db_2.9.1.bb => man-db_2.9.2.bb}| 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-extended/man-db/{man-db_2.9.1.bb => man-db_2.9.2.bb} (92%)

diff --git a/meta/recipes-extended/man-db/man-db_2.9.1.bb 
b/meta/recipes-extended/man-db/man-db_2.9.2.bb
similarity index 92%
rename from meta/recipes-extended/man-db/man-db_2.9.1.bb
rename to meta/recipes-extended/man-db/man-db_2.9.2.bb
index 87149dcb2e..53ebc85922 100644
--- a/meta/recipes-extended/man-db/man-db_2.9.1.bb
+++ b/meta/recipes-extended/man-db/man-db_2.9.2.bb
@@ -7,8 +7,7 @@ LIC_FILES_CHKSUM = 
"file://docs/COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343
 SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/man-db/man-db-${PV}.tar.xz \
file://99_mandb \
file://man_db.conf-avoid-multilib-install-file-conflict.patch"
-SRC_URI[md5sum] = "593f4f0a26ab4f66f5b81cf6c0c7364c"
-SRC_URI[sha256sum] = 
"ba3d8afc5c09a7265a8dabfa0e7c1f4b3ab97df9abf1f6810faa8f301056c74f"
+SRC_URI[sha256sum] = 
"7b383f26c67525205f96a4a3bfb27993396992794adda6fe05ad565f369f047c"
 
 DEPENDS = "libpipeline gdbm groff-native base-passwd"
 RDEPENDS_${PN} += "base-passwd"
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139304): 
https://lists.openembedded.org/g/openembedded-core/message/139304
Mute This Topic: https://lists.openembedded.org/mt/74747440/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 38/42] subversion: upgrade 1.13.0 -> 1.14.0

2020-06-08 Thread Alexander Kanavin
Add python3native, as configure probes into python configuration.

Signed-off-by: Alexander Kanavin 
---
 .../{subversion_1.13.0.bb => subversion_1.14.0.bb}   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/subversion/{subversion_1.13.0.bb => 
subversion_1.14.0.bb} (95%)

diff --git a/meta/recipes-devtools/subversion/subversion_1.13.0.bb 
b/meta/recipes-devtools/subversion/subversion_1.14.0.bb
similarity index 95%
rename from meta/recipes-devtools/subversion/subversion_1.13.0.bb
rename to meta/recipes-devtools/subversion/subversion_1.14.0.bb
index 6879f1249f..b9884151cf 100644
--- a/meta/recipes-devtools/subversion/subversion_1.13.0.bb
+++ b/meta/recipes-devtools/subversion/subversion_1.14.0.bb
@@ -13,10 +13,9 @@ SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
file://serfmacro.patch \
"
 
-SRC_URI[md5sum] = "3004b4dae18bf45a0b6ea4ef8820064d"
-SRC_URI[sha256sum] = 
"bc50ce2c3faa7b1ae9103c432017df98dfd989c4239f9f8270bb3a314ed9e5bd"
+SRC_URI[sha256sum] = 
"6ba8e218f9f97a83a799e58a3c6da1221d034b18d9d8cbbcb6ec52ab11722102"
 
-inherit autotools pkgconfig gettext
+inherit autotools pkgconfig gettext python3native
 
 CVE_PRODUCT = "apache:subversion"
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139330): 
https://lists.openembedded.org/g/openembedded-core/message/139330
Mute This Topic: https://lists.openembedded.org/mt/74747466/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 17/42] vulkan-demos: upgrade to latest revision

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 meta/recipes-graphics/vulkan/vulkan-demos_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb 
b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb
index 9d7cb2b1e8..9484f010c0 100644
--- a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/SaschaWillems/Vulkan.git \
file://0001-Don-t-build-demos-with-questionably-licensed-data.patch 
\
"
 UPSTREAM_CHECK_COMMITS = "1"
-SRCREV = "10a1ecaf7bbcbc316c83f7c52742baaba0ae2f45"
+SRCREV = "4818f85916bf88c1ca8c2ed1a46e0e758651489e"
 UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for"
 S = "${WORKDIR}/git"
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139309): 
https://lists.openembedded.org/g/openembedded-core/message/139309
Mute This Topic: https://lists.openembedded.org/mt/74747445/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 16/42] libdrm: upgrade 2.4.101 -> 2.4.102

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../drm/{libdrm_2.4.101.bb => libdrm_2.4.102.bb}   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-graphics/drm/{libdrm_2.4.101.bb => libdrm_2.4.102.bb} (95%)

diff --git a/meta/recipes-graphics/drm/libdrm_2.4.101.bb 
b/meta/recipes-graphics/drm/libdrm_2.4.102.bb
similarity index 95%
rename from meta/recipes-graphics/drm/libdrm_2.4.101.bb
rename to meta/recipes-graphics/drm/libdrm_2.4.102.bb
index 8ec566faa9..fb9a94207f 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.101.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.102.bb
@@ -11,8 +11,7 @@ PROVIDES = "drm"
 DEPENDS = "libpthread-stubs"
 
 SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.xz";
-SRC_URI[md5sum] = "e6a6f1b88963210b3d62acd7310a1cc7"
-SRC_URI[sha256sum] = 
"ddf31baa8e49473624860bd166ce654dc349873f7a6c7b3305964249315c78a7"
+SRC_URI[sha256sum] = 
"8bcbf9336c28e393d76c1f16d7e79e394a7fce8a2e929d52d3ad7ad8525ba05b"
 
 inherit meson pkgconfig manpages
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139308): 
https://lists.openembedded.org/g/openembedded-core/message/139308
Mute This Topic: https://lists.openembedded.org/mt/74747444/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 39/42] xinetd: 2.3.15 -> 2.3.15.4

2020-06-08 Thread Alexander Kanavin
This is updating from an old version from abandoned upstream repo to
an actively maintained opensuse fork, hence all the changes and cleanups.

License-Update: added suse copyrights
Signed-off-by: Alexander Kanavin 
---
 ...VE_SYS_RESOURCE_H-to-guard-sys-resou.patch | 100 
 ...-from-inetd.conf-if-a-service-with-t.patch |  86 --
 ...s-fixes-from-the-previous-maintainer.patch |  79 
 .../xinetd/xinetd/xinetd-CVE-2013-4342.patch  |  34 --
 ...e-able-to-listen-on-IPv6-even-in-ine.patch | 112 --
 .../xinetd/xinetd/xinetd.conf |  11 --
 .../xinetd/xinetd_2.3.15.4.bb |  47 
 meta/recipes-extended/xinetd/xinetd_2.3.15.bb |  75 
 8 files changed, 47 insertions(+), 497 deletions(-)
 delete mode 100644 
meta/recipes-extended/xinetd/xinetd/0001-configure-Use-HAVE_SYS_RESOURCE_H-to-guard-sys-resou.patch
 delete mode 100644 
meta/recipes-extended/xinetd/xinetd/Disable-services-from-inetd.conf-if-a-service-with-t.patch
 delete mode 100644 
meta/recipes-extended/xinetd/xinetd/Various-fixes-from-the-previous-maintainer.patch
 delete mode 100644 
meta/recipes-extended/xinetd/xinetd/xinetd-CVE-2013-4342.patch
 delete mode 100644 
meta/recipes-extended/xinetd/xinetd/xinetd-should-be-able-to-listen-on-IPv6-even-in-ine.patch
 delete mode 100644 meta/recipes-extended/xinetd/xinetd/xinetd.conf
 create mode 100644 meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb
 delete mode 100644 meta/recipes-extended/xinetd/xinetd_2.3.15.bb

diff --git 
a/meta/recipes-extended/xinetd/xinetd/0001-configure-Use-HAVE_SYS_RESOURCE_H-to-guard-sys-resou.patch
 
b/meta/recipes-extended/xinetd/xinetd/0001-configure-Use-HAVE_SYS_RESOURCE_H-to-guard-sys-resou.patch
deleted file mode 100644
index 3c1b2f6f0e..00
--- 
a/meta/recipes-extended/xinetd/xinetd/0001-configure-Use-HAVE_SYS_RESOURCE_H-to-guard-sys-resou.patch
+++ /dev/null
@@ -1,100 +0,0 @@
-From e8b0ffc7ea04cc71dba97a38e1a134aaf2285c2d Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Wed, 30 Dec 2015 07:14:50 +
-Subject: [PATCH] configure: Use HAVE_SYS_RESOURCE_H to guard sys/resource.h
- inclusion
-
-HAVE_RLIM_T check will not let sys/resource.h to be checked and
-rlim_t is defined in sys/resource.h so the check would fail.
-
-Signed-off-by: Khem Raj 

-Upstream-Status: Pending
-
- aclocal.m4 |  2 +-
- configure  | 14 +++---
- 2 files changed, 8 insertions(+), 8 deletions(-)
-
-diff --git a/aclocal.m4 b/aclocal.m4
-index 6e6f32c..70e7076 100644
 a/aclocal.m4
-+++ b/aclocal.m4
-@@ -11,7 +11,7 @@ AC_CACHE_VAL(xinetd_cv_type_$1,
- #if HAVE_NETDB_H
- #include 
- #endif
--#if HAVE_RLIM_T
-+#if HAVE_SYS_RESOURCE_H
- #include 
- #endif
- #if HAVE_STDINT_H
-diff --git a/configure b/configure
-index b507d38..bec56ea 100755
 a/configure
-+++ b/configure
-@@ -7640,7 +7640,7 @@ cat >>conftest.$ac_ext <<_ACEOF
- #if HAVE_NETDB_H
- #include 
- #endif
--#if HAVE_RLIM_T
-+#if HAVE_SYS_RESOURCE_H
- #include 
- #endif
- #if HAVE_STDINT_H
-@@ -7686,7 +7686,7 @@ cat >>conftest.$ac_ext <<_ACEOF
- #if HAVE_NETDB_H
- #include 
- #endif
--#if HAVE_RLIM_T
-+#if HAVE_SYS_RESOURCE_H
- #include 
- #endif
- #if HAVE_STDINT_H
-@@ -7732,7 +7732,7 @@ cat >>conftest.$ac_ext <<_ACEOF
- #if HAVE_NETDB_H
- #include 
- #endif
--#if HAVE_RLIM_T
-+#if HAVE_SYS_RESOURCE_H
- #include 
- #endif
- #if HAVE_STDINT_H
-@@ -7778,7 +7778,7 @@ cat >>conftest.$ac_ext <<_ACEOF
- #if HAVE_NETDB_H
- #include 
- #endif
--#if HAVE_RLIM_T
-+#if HAVE_SYS_RESOURCE_H
- #include 
- #endif
- #if HAVE_STDINT_H
-@@ -7824,7 +7824,7 @@ cat >>conftest.$ac_ext <<_ACEOF
- #if HAVE_NETDB_H
- #include 
- #endif
--#if HAVE_RLIM_T
-+#if HAVE_SYS_RESOURCE_H
- #include 
- #endif
- #if HAVE_STDINT_H
-@@ -7870,7 +7870,7 @@ cat >>conftest.$ac_ext <<_ACEOF
- #if HAVE_NETDB_H
- #include 
- #endif
--#if HAVE_RLIM_T
-+#if HAVE_SYS_RESOURCE_H
- #include 
- #endif
- #if HAVE_STDINT_H
-@@ -7916,7 +7916,7 @@ cat >>conftest.$ac_ext <<_ACEOF
- #if HAVE_NETDB_H
- #include 
- #endif
--#if HAVE_RLIM_T
-+#if HAVE_SYS_RESOURCE_H
- #include 
- #endif
- #if HAVE_STDINT_H
--- 
-2.6.4
-
diff --git 
a/meta/recipes-extended/xinetd/xinetd/Disable-services-from-inetd.conf-if-a-service-with-t.patch
 
b/meta/recipes-extended/xinetd/xinetd/Disable-services-from-inetd.conf-if-a-service-with-t.patch
deleted file mode 100644
index cd6e6c1078..00
--- 
a/meta/recipes-extended/xinetd/xinetd/Disable-services-from-inetd.conf-if-a-service-with-t.patch
+++ /dev/null
@@ -1,86 +0,0 @@
-Upstream-Status: Pending [from other distro Debian]
-
-From d588b6530e1382a624898b3f4307f636c72c80a9 Mon Sep 17 00:00:00 2001
-From: Pierre Habouzit 
-Date: Wed, 28 Nov 2007 10:13:08 +0100
-Subject: [PATCH] Disable services from inetd.conf if a service with the same 
id exists.
-
-  This way, if a service is enabled in /etc/xinetd* _and_ in
-/etc/inetd.conf, the one (even if disabled) from /etc/xinetd* takes
-precedence.
-
-Signed-off-by: Pierre Habouzit 

- xinetd/inet.c |  

[OE-core] [PATCH 10/42] iptables: upgrade 1.8.4 -> 1.8.5

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../iptables/{iptables_1.8.4.bb => iptables_1.8.5.bb}  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-extended/iptables/{iptables_1.8.4.bb => iptables_1.8.5.bb} 
(96%)

diff --git a/meta/recipes-extended/iptables/iptables_1.8.4.bb 
b/meta/recipes-extended/iptables/iptables_1.8.5.bb
similarity index 96%
rename from meta/recipes-extended/iptables/iptables_1.8.4.bb
rename to meta/recipes-extended/iptables/iptables_1.8.5.bb
index cf1388ce9c..fa1e5c229d 100644
--- a/meta/recipes-extended/iptables/iptables_1.8.4.bb
+++ b/meta/recipes-extended/iptables/iptables_1.8.5.bb
@@ -16,8 +16,7 @@ SRC_URI = 
"http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \
file://ip6tables.service \
file://ip6tables.rules \
 "
-SRC_URI[md5sum] = "9b201107957fbf62709c3d8226239b0d"
-SRC_URI[sha256sum] = 
"993a3a5490a544c2cbf2ef15cf7e7ed21af1845baf228318d5c36ef8827e157c"
+SRC_URI[sha256sum] = 
"d457d74512e63aa3f50336e0597d4023c0e3c6845594d38532efb6ebcb294309"
 
 SYSTEMD_SERVICE_${PN} = "\
 iptables.service \
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139302): 
https://lists.openembedded.org/g/openembedded-core/message/139302
Mute This Topic: https://lists.openembedded.org/mt/74747438/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 35/42] mpg123: update to 1.26.1

2020-06-08 Thread Alexander Kanavin
Drop a patch merged upstream.

Signed-off-by: Alexander Kanavin 
---
 meta/recipes-multimedia/mpg123/mpg123/sdl2.patch   | 14 --
 .../mpg123/{mpg123_1.25.13.bb => mpg123_1.26.1.bb} |  6 ++
 2 files changed, 2 insertions(+), 18 deletions(-)
 delete mode 100644 meta/recipes-multimedia/mpg123/mpg123/sdl2.patch
 rename meta/recipes-multimedia/mpg123/{mpg123_1.25.13.bb => mpg123_1.26.1.bb} 
(90%)

diff --git a/meta/recipes-multimedia/mpg123/mpg123/sdl2.patch 
b/meta/recipes-multimedia/mpg123/mpg123/sdl2.patch
deleted file mode 100644
index 9dc9b923df..00
--- a/meta/recipes-multimedia/mpg123/mpg123/sdl2.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Use libsdl2 instead of libsdl 1.2, which is dead upstream.
-
-Luckily the API that mpg123 use didn't change so this is a trivial change.
-
-Upstream-Status: Submitted [https://sourceforge.net/p/mpg123/bugs/268/]
-Signed-off-by: Ross Burton 
-
-diff --git a/configure.ac b/configure.ac
-index 6216d4f..b8d3344 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -1694 +1694 @@ do
--  PKG_CHECK_MODULES(SDL, sdl, 
output_modules="$output_modules sdl" HAVE_SDL="yes", HAVE_SDL="no" 
check_failed=yes)
-+  PKG_CHECK_MODULES(SDL, sdl2, 
output_modules="$output_modules sdl" HAVE_SDL="yes", HAVE_SDL="no" 
check_failed=yes)
diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.25.13.bb 
b/meta/recipes-multimedia/mpg123/mpg123_1.26.1.bb
similarity index 90%
rename from meta/recipes-multimedia/mpg123/mpg123_1.25.13.bb
rename to meta/recipes-multimedia/mpg123/mpg123_1.26.1.bb
index 6c7b6fa8c3..affbac4919 100644
--- a/meta/recipes-multimedia/mpg123/mpg123_1.25.13.bb
+++ b/meta/recipes-multimedia/mpg123/mpg123_1.26.1.bb
@@ -9,10 +9,8 @@ SECTION = "multimedia"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1e86753638d3cf2512528b99079bc4f3"
 
-SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2 \
-   file://sdl2.patch"
-SRC_URI[md5sum] = "294a6c30546504ec3d0deac2b2ea22be"
-SRC_URI[sha256sum] = 
"90306848359c793fd43b9906e52201df18775742dc3c81c06ab67a806509890a"
+SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2";
+SRC_URI[sha256sum] = 
"74d6629ab7f3dd9a588b0931528ba7ecfa989a2cad6bf53ffeef9de31b0fe032"
 
 UPSTREAM_CHECK_REGEX = "mpg123-(?P\d+(\.\d+)+)\.tar"
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139326): 
https://lists.openembedded.org/g/openembedded-core/message/139326
Mute This Topic: https://lists.openembedded.org/mt/74747462/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 23/42] wpebackend-fdo: upgrade 1.6.0 -> 1.6.1

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../{wpebackend-fdo_1.6.0.bb => wpebackend-fdo_1.6.1.bb}   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-sato/webkit/{wpebackend-fdo_1.6.0.bb => 
wpebackend-fdo_1.6.1.bb} (78%)

diff --git a/meta/recipes-sato/webkit/wpebackend-fdo_1.6.0.bb 
b/meta/recipes-sato/webkit/wpebackend-fdo_1.6.1.bb
similarity index 78%
rename from meta/recipes-sato/webkit/wpebackend-fdo_1.6.0.bb
rename to meta/recipes-sato/webkit/wpebackend-fdo_1.6.1.bb
index 3b1dbf1e09..2fdab42c38 100644
--- a/meta/recipes-sato/webkit/wpebackend-fdo_1.6.0.bb
+++ b/meta/recipes-sato/webkit/wpebackend-fdo_1.6.1.bb
@@ -12,7 +12,6 @@ inherit cmake features_check
 
 REQUIRED_DISTRO_FEATURES = "opengl"
 
-SRC_URI[md5sum] = "456afeed22f6749f7b2a97c11660835d"
 SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz";
-SRC_URI[sha256sum] = 
"7f5bd7b9d8f97b1655f4dcd39fad92719d0fb3985b251da5802df13aaa09f567"
+SRC_URI[sha256sum] = 
"740eee3327acfb462b8460519a219e30dc0a870326e88e2ddc4fe2c8de20b1c9"
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139315): 
https://lists.openembedded.org/g/openembedded-core/message/139315
Mute This Topic: https://lists.openembedded.org/mt/74747451/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 09/42] acpica: upgrade 20200430 -> 20200528

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../acpica/{acpica_20200430.bb => acpica_20200528.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/acpica/{acpica_20200430.bb => acpica_20200528.bb} 
(94%)

diff --git a/meta/recipes-extended/acpica/acpica_20200430.bb 
b/meta/recipes-extended/acpica/acpica_20200528.bb
similarity index 94%
rename from meta/recipes-extended/acpica/acpica_20200430.bb
rename to meta/recipes-extended/acpica/acpica_20200528.bb
index 478be7f56e..d68afd8158 100644
--- a/meta/recipes-extended/acpica/acpica_20200430.bb
+++ b/meta/recipes-extended/acpica/acpica_20200528.bb
@@ -17,7 +17,7 @@ COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
 DEPENDS = "m4-native flex-native bison-native"
 
 SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix-${PV}.tar.gz";
-SRC_URI[sha256sum] = 
"fb807f1dec31664f972af37d213abf72987afe33abf68c83051e298da35d297c"
+SRC_URI[sha256sum] = 
"e69f81c6924c8d30f9b9005bb002307f07b5a1538e13c909bea2f8a44e0d8610"
 
 UPSTREAM_CHECK_URI = "https://acpica.org/downloads";
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139301): 
https://lists.openembedded.org/g/openembedded-core/message/139301
Mute This Topic: https://lists.openembedded.org/mt/74747437/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 22/42] ffmpeg: upgrade 4.2.2 -> 4.2.3

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../ffmpeg/{ffmpeg_4.2.2.bb => ffmpeg_4.2.3.bb}| 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-multimedia/ffmpeg/{ffmpeg_4.2.2.bb => ffmpeg_4.2.3.bb} 
(98%)

diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb 
b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.3.bb
similarity index 98%
rename from meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb
rename to meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.3.bb
index d7b0641054..e837a05d47 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.3.bb
@@ -26,8 +26,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
 SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \
file://mips64_cpu_detection.patch \
"
-SRC_URI[md5sum] = "348956fc2faa57a2f79bbb84ded9fbc3"
-SRC_URI[sha256sum] = 
"cb754255ab0ee2ea5f66f8850e1bd6ad5cac1cd855d0a2f4990fb8c668b0d29c"
+SRC_URI[sha256sum] = 
"9df6c90aed1337634c1fb026fb01c154c29c82a64ea71291ff2da9aacb9aad31"
 
 # Build fails when thumb is enabled: 
https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717
 ARM_INSTRUCTION_SET_armv4 = "arm"
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139314): 
https://lists.openembedded.org/g/openembedded-core/message/139314
Mute This Topic: https://lists.openembedded.org/mt/74747450/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 25/42] libcap: upgrade 2.34 -> 2.36

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 meta/recipes-support/libcap/{libcap_2.34.bb => libcap_2.36.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-support/libcap/{libcap_2.34.bb => libcap_2.36.bb} (93%)

diff --git a/meta/recipes-support/libcap/libcap_2.34.bb 
b/meta/recipes-support/libcap/libcap_2.36.bb
similarity index 93%
rename from meta/recipes-support/libcap/libcap_2.34.bb
rename to meta/recipes-support/libcap/libcap_2.36.bb
index a3bd969d2b..2c98db6eeb 100644
--- a/meta/recipes-support/libcap/libcap_2.34.bb
+++ b/meta/recipes-support/libcap/libcap_2.36.bb
@@ -12,8 +12,7 @@ SRC_URI = 
"${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${
file://0002-tests-do-not-run-target-executables.patch \
file://0001-tests-do-not-statically-link-a-test.patch \
"
-SRC_URI[md5sum] = "66028a8080a0891c54b202bb5e749035"
-SRC_URI[sha256sum] = 
"aecdd42015955068d3d94b7caa9590fcb2de5df53ce53c61a21b912bfc0b1611"
+SRC_URI[sha256sum] = 
"5048c849bdbbe24d2ca59463142cb279abec5edf3ab6731ab35a596bcf538a49"
 
 UPSTREAM_CHECK_URI = 
"https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/";
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139317): 
https://lists.openembedded.org/g/openembedded-core/message/139317
Mute This Topic: https://lists.openembedded.org/mt/74747453/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 19/42] linux-firmware: upgrade 20200421 -> 20200519

2020-06-08 Thread Alexander Kanavin
License-Update: added more entries to WHENCE, all redistributable
Signed-off-by: Alexander Kanavin 
---
 ...linux-firmware_20200421.bb => linux-firmware_20200519.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_20200421.bb => 
linux-firmware_20200519.bb} (99%)

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200421.bb 
b/meta/recipes-kernel/linux-firmware/linux-firmware_20200519.bb
similarity index 99%
rename from meta/recipes-kernel/linux-firmware/linux-firmware_20200421.bb
rename to meta/recipes-kernel/linux-firmware/linux-firmware_20200519.bb
index fa0507a88c..fcad7df629 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_20200421.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20200519.bb
@@ -125,7 +125,7 @@ LIC_FILES_CHKSUM = 
"file://LICENCE.Abilis;md5=b5ee3f410780e56711ad48eadc22b8bc \
 file://LICENCE.xc4000;md5=0ff51d2dc49fce04814c9155081092f0 
\
 file://LICENCE.xc5000;md5=1e170c13175323c32c7f4d0998d53f66 
\
 
file://LICENCE.xc5000c;md5=12b02efa3049db65d524aeb418dd87ca \
-file://WHENCE;md5=cb9a66eff0464b55335d3a7374fbc51c \
+file://WHENCE;md5=c15cee50b1a59d27106a37c2929d5291 \
 "
 
 # These are not common licenses, set NO_GENERIC_LICENSE for them
@@ -196,8 +196,7 @@ PE = "1"
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/firmware/${BPN}-${PV}.tar.xz"
 
-SRC_URI[md5sum] = "229a93395f4033da68429f165a62b952"
-SRC_URI[sha256sum] = 
"6dd7cba25d694c031f65529b9027cc8faaffaddfae70a4e3b58c2e4a0af3bfa8"
+SRC_URI[sha256sum] = 
"584c49c58291136b966ceffb0a456a672c23d4d759bab8bf86cbbe28061e415e"
 
 inherit allarch
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139311): 
https://lists.openembedded.org/g/openembedded-core/message/139311
Mute This Topic: https://lists.openembedded.org/mt/74747447/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 02/42] pciutils: upgrade 3.6.4 -> 3.7.0

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../pciutils/{pciutils_3.6.4.bb => pciutils_3.7.0.bb}  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-bsp/pciutils/{pciutils_3.6.4.bb => pciutils_3.7.0.bb} (92%)

diff --git a/meta/recipes-bsp/pciutils/pciutils_3.6.4.bb 
b/meta/recipes-bsp/pciutils/pciutils_3.7.0.bb
similarity index 92%
rename from meta/recipes-bsp/pciutils/pciutils_3.6.4.bb
rename to meta/recipes-bsp/pciutils/pciutils_3.7.0.bb
index 034bb63dc9..4f0edc01ed 100644
--- a/meta/recipes-bsp/pciutils/pciutils_3.6.4.bb
+++ b/meta/recipes-bsp/pciutils/pciutils_3.7.0.bb
@@ -11,8 +11,7 @@ DEPENDS = "zlib kmod"
 SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.xz \
file://configure.patch"
 
-SRC_URI[md5sum] = "4343b37e19f319ce8f3d59c30031790e"
-SRC_URI[sha256sum] = 
"f67ff732976e2db2a5ccdf3960020796526ba6b05f6b1cdd24b7b206af706055"
+SRC_URI[sha256sum] = 
"9d40b97be8b6a2cdf96aead5a61881d1f7e4e0da9544a9bac4fba1ae9dcd40eb"
 
 inherit multilib_header pkgconfig
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139294): 
https://lists.openembedded.org/g/openembedded-core/message/139294
Mute This Topic: https://lists.openembedded.org/mt/74747429/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 14/42] epiphany: upgrade 3.36.1 -> 3.36.2

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../epiphany/{epiphany_3.36.1.bb => epiphany_3.36.2.bb}| 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-gnome/epiphany/{epiphany_3.36.1.bb => epiphany_3.36.2.bb} 
(85%)

diff --git a/meta/recipes-gnome/epiphany/epiphany_3.36.1.bb 
b/meta/recipes-gnome/epiphany/epiphany_3.36.2.bb
similarity index 85%
rename from meta/recipes-gnome/epiphany/epiphany_3.36.1.bb
rename to meta/recipes-gnome/epiphany/epiphany_3.36.2.bb
index 8146983aef..8ac318b0d7 100644
--- a/meta/recipes-gnome/epiphany/epiphany_3.36.1.bb
+++ b/meta/recipes-gnome/epiphany/epiphany_3.36.2.bb
@@ -14,8 +14,7 @@ REQUIRED_DISTRO_FEATURES = "x11 opengl"
 SRC_URI = 
"${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive
 \
file://0002-help-meson.build-disable-the-use-of-yelp.patch \
"
-SRC_URI[archive.md5sum] = "d66416d0be97ec7789564473337bfe57"
-SRC_URI[archive.sha256sum] = 
"f6f233fb43c6318476d4594707b3fdd5b4127b5e35263e73fbcad8895db8efb6"
+SRC_URI[archive.sha256sum] = 
"c2e676aa0fe211809a5e7e8a7e461d182890f253c53f4610f2610094b6fbfb5e"
 
 FILES_${PN} += "${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers 
${datadir}/metainfo"
 RDEPENDS_${PN} = "iso-codes adwaita-icon-theme gsettings-desktop-schemas"
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139306): 
https://lists.openembedded.org/g/openembedded-core/message/139306
Mute This Topic: https://lists.openembedded.org/mt/74747442/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 37/42] shared-mime-info: upgrade 1.15 -> 2.0

2020-06-08 Thread Alexander Kanavin
Convert to meson, replace custom call to
update-mime-database with a built-in meson option.

Signed-off-by: Alexander Kanavin 
---
 .../shared-mime-info/shared-mime-info_git.bb  | 24 +--
 1 file changed, 6 insertions(+), 18 deletions(-)

diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb 
b/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb
index f0d5bc62e9..e82c818e5c 100644
--- a/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb
+++ b/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb
@@ -5,19 +5,19 @@ SECTION = "base"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-DEPENDS = "libxml2 itstool-native glib-2.0 shared-mime-info-native"
+DEPENDS = "libxml2 itstool-native glib-2.0 shared-mime-info-native 
xmlto-native"
 
 SRC_URI = 
"git://gitlab.freedesktop.org/xdg/shared-mime-info.git;protocol=https"
-SRCREV = "829b26d85e7d89a0caee03046c3bce373f04c80a"
-PV = "1.15"
+SRCREV = "ef58b2b2f7ad4070171c6e45e3b3764daa3ff2c1"
+PV = "2.0"
 S = "${WORKDIR}/git"
 
-inherit autotools pkgconfig gettext python3native mime
+inherit meson pkgconfig gettext python3native mime
 
-EXTRA_OECONF = "--disable-update-mimedb"
+EXTRA_OEMESON = "-Dupdate-mimedb=true"
 
 FILES_${PN} += "${datadir}/mime"
-FILES_${PN}-dev += "${datadir}/pkgconfig/shared-mime-info.pc"
+FILES_${PN}-dev += "${datadir}/pkgconfig/shared-mime-info.pc 
${datadir}/gettext/its"
 
 # freedesktop.org.xml is only required when updating the mime database,
 # package it separately
@@ -25,16 +25,4 @@ PACKAGES =+ "shared-mime-info-data"
 FILES_shared-mime-info-data = "${datadir}/mime/packages/freedesktop.org.xml"
 RDEPENDS_shared-mime-info-data = "shared-mime-info"
 
-do_install () {
-   autotools_do_install
-
-   update-mime-database ${D}${datadir}/mime
-}
-
-do_install_class-native () {
-   autotools_do_install
-
-   ${B}/update-mime-database ${D}${datadir}/mime
-}
-
 BBCLASSEXTEND = "native nativesdk"
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139329): 
https://lists.openembedded.org/g/openembedded-core/message/139329
Mute This Topic: https://lists.openembedded.org/mt/74747465/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 41/42] ca-certificates: correct upstream version check

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 meta/recipes-support/ca-certificates/ca-certificates_20200601.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20200601.bb 
b/meta/recipes-support/ca-certificates/ca-certificates_20200601.bb
index 37ba51ce6a..6f39df7985 100644
--- a/meta/recipes-support/ca-certificates/ca-certificates_20200601.bb
+++ b/meta/recipes-support/ca-certificates/ca-certificates_20200601.bb
@@ -25,6 +25,7 @@ SRC_URI = 
"git://salsa.debian.org/debian/ca-certificates.git;protocol=https \

file://0003-update-ca-certificates-use-relative-symlinks-from-ET.patch \
file://0001-certdata2pem.py-use-python3.patch \
"
+UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+)"
 
 S = "${WORKDIR}/git"
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139333): 
https://lists.openembedded.org/g/openembedded-core/message/139333
Mute This Topic: https://lists.openembedded.org/mt/74747469/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 07/42] python3-git: upgrade 3.1.2 -> 3.1.3

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../python/{python3-git_3.1.2.bb => python3-git_3.1.3.bb}  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-git_3.1.2.bb => 
python3-git_3.1.3.bb} (88%)

diff --git a/meta/recipes-devtools/python/python3-git_3.1.2.bb 
b/meta/recipes-devtools/python/python3-git_3.1.3.bb
similarity index 88%
rename from meta/recipes-devtools/python/python3-git_3.1.2.bb
rename to meta/recipes-devtools/python/python3-git_3.1.3.bb
index 72280ec30d..064868d858 100644
--- a/meta/recipes-devtools/python/python3-git_3.1.2.bb
+++ b/meta/recipes-devtools/python/python3-git_3.1.3.bb
@@ -12,8 +12,7 @@ PYPI_PACKAGE = "GitPython"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "2397bea2d7c36ef9f874ab6355abae59"
-SRC_URI[sha256sum] = 
"864a47472548f3ba716ca202e034c1900f197c0fb3a08f641c20c3cafd15ed94"
+SRC_URI[sha256sum] = 
"e107af4d873daed64648b4f4beb89f89f0cfbe3ef558fc7821ed2331c2f8da1a"
 
 DEPENDS += " ${PYTHON_PN}-gitdb"
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139299): 
https://lists.openembedded.org/g/openembedded-core/message/139299
Mute This Topic: https://lists.openembedded.org/mt/74747435/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 31/42] go: 1.14.3 -> 1.14.4

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 meta/recipes-devtools/go/go-1.14.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/go/go-1.14.inc 
b/meta/recipes-devtools/go/go-1.14.inc
index d729b65267..1050116950 100644
--- a/meta/recipes-devtools/go/go-1.14.inc
+++ b/meta/recipes-devtools/go/go-1.14.inc
@@ -1,7 +1,7 @@
 require go-common.inc
 
 GO_BASEVERSION = "1.14"
-GO_MINOR = ".3"
+GO_MINOR = ".4"
 PV .= "${GO_MINOR}"
 FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:"
 
@@ -18,4 +18,4 @@ SRC_URI += "\
 file://0008-use-GOBUILDMODE-to-set-buildmode.patch \
 "
 SRC_URI_append_libc-musl = " 
file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch"
-SRC_URI[main.sha256sum] = 
"93023778d4d1797b7bc6a53e86c3a9b150c923953225f8a48a2d5fabc971af56"
+SRC_URI[main.sha256sum] = 
"7011af3bbc2ac108d1b82ea8abb87b2e63f78844f0259be20cde4d42c5c40584"
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139323): 
https://lists.openembedded.org/g/openembedded-core/message/139323
Mute This Topic: https://lists.openembedded.org/mt/74747459/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 40/42] init-system-helpers: use https for fetching

2020-06-08 Thread Alexander Kanavin
git:// protocol seems to be down.

Signed-off-by: Alexander Kanavin 
---
 meta/recipes-core/initscripts/init-system-helpers_1.57.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/initscripts/init-system-helpers_1.57.bb 
b/meta/recipes-core/initscripts/init-system-helpers_1.57.bb
index 46f5bbf442..e41ac21a28 100644
--- a/meta/recipes-core/initscripts/init-system-helpers_1.57.bb
+++ b/meta/recipes-core/initscripts/init-system-helpers_1.57.bb
@@ -17,7 +17,7 @@ LICENSE = "BSD-3-Clause & GPLv2"
 LIC_FILES_CHKSUM = 
"file://debian/copyright;md5=ee2b1830fcfead84d07bc060ec43e072"
 
 SRCREV = "760c625ec0e1ffebec2e391d891d389da0f65726"
-SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git"
+SRC_URI = 
"git://salsa.debian.org/debian/init-system-helpers.git;protocol=https"
 
 S = "${WORKDIR}/git"
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139332): 
https://lists.openembedded.org/g/openembedded-core/message/139332
Mute This Topic: https://lists.openembedded.org/mt/74747468/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 05/42] pkgconf: upgrade 1.6.3 -> 1.7.3

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../pkgconf/{pkgconf_1.6.3.bb => pkgconf_1.7.3.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-devtools/pkgconf/{pkgconf_1.6.3.bb => pkgconf_1.7.3.bb} 
(95%)

diff --git a/meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb 
b/meta/recipes-devtools/pkgconf/pkgconf_1.7.3.bb
similarity index 95%
rename from meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb
rename to meta/recipes-devtools/pkgconf/pkgconf_1.7.3.bb
index 732ca2a034..12496c3849 100644
--- a/meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb
+++ b/meta/recipes-devtools/pkgconf/pkgconf_1.7.3.bb
@@ -20,8 +20,7 @@ SRC_URI = "\
 file://pkg-config-native.in \
 file://pkg-config-esdk.in \
 "
-SRC_URI[md5sum] = "f93fb1be95a5cb62e43c219c82b5791a"
-SRC_URI[sha256sum] = 
"61f0b31b0d5ea0e862b454a80c170f57bad47879c0c42bd8de89200ff62ea210"
+SRC_URI[sha256sum] = 
"b846aea51cf696c3392a0ae58bef93e2e72f8e7073ca6ad1ed8b01c85871f9c0"
 
 inherit autotools
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139297): 
https://lists.openembedded.org/g/openembedded-core/message/139297
Mute This Topic: https://lists.openembedded.org/mt/74747432/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 04/42] librepo: upgrade 1.11.3 -> 1.12.0

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../librepo/{librepo_1.11.3.bb => librepo_1.12.0.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/librepo/{librepo_1.11.3.bb => librepo_1.12.0.bb} 
(93%)

diff --git a/meta/recipes-devtools/librepo/librepo_1.11.3.bb 
b/meta/recipes-devtools/librepo/librepo_1.12.0.bb
similarity index 93%
rename from meta/recipes-devtools/librepo/librepo_1.11.3.bb
rename to meta/recipes-devtools/librepo/librepo_1.12.0.bb
index 3e745314a8..2d9cac830e 100644
--- a/meta/recipes-devtools/librepo/librepo_1.11.3.bb
+++ b/meta/recipes-devtools/librepo/librepo_1.12.0.bb
@@ -8,7 +8,7 @@ SRC_URI = "git://github.com/rpm-software-management/librepo.git 
\

file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \
"
 
-SRCREV = "59b3f76ca6e79786a213cda72ecafa232d30553f"
+SRCREV = "9c173f1110bb30f4ae842a8e3532b275966c2d83"
 
 S = "${WORKDIR}/git"
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139296): 
https://lists.openembedded.org/g/openembedded-core/message/139296
Mute This Topic: https://lists.openembedded.org/mt/74747431/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 18/42] xkeyboard-config: upgrade 2.29 -> 2.30

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../0001-fix-python3-support.patch| 34 ---
 ...onfig_2.29.bb => xkeyboard-config_2.30.bb} |  7 ++--
 2 files changed, 2 insertions(+), 39 deletions(-)
 delete mode 100644 
meta/recipes-graphics/xorg-lib/xkeyboard-config/0001-fix-python3-support.patch
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.29.bb => 
xkeyboard-config_2.30.bb} (81%)

diff --git 
a/meta/recipes-graphics/xorg-lib/xkeyboard-config/0001-fix-python3-support.patch
 
b/meta/recipes-graphics/xorg-lib/xkeyboard-config/0001-fix-python3-support.patch
deleted file mode 100644
index f723f70332..00
--- 
a/meta/recipes-graphics/xorg-lib/xkeyboard-config/0001-fix-python3-support.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 168ac446cdd9a1b59d6b708360a9556515ba56b9 Mon Sep 17 00:00:00 2001
-From: MilhouseVH 
-Date: Sun, 16 Feb 2020 09:41:43 +
-Subject: [PATCH] fix python3 support
-
-https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/197
-
-Upstream-Status: Backport
-Signed-off-by: Alexander Kanavin 

- rules/compat/map-variants.py | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/rules/compat/map-variants.py b/rules/compat/map-variants.py
-index ebbfec9..979ba43 100755
 a/rules/compat/map-variants.py
-+++ b/rules/compat/map-variants.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/python3
-+#!/usr/bin/env python3
- 
- import argparse
- import re
-@@ -12,8 +12,8 @@ class Layout(object):
- assert variant is None
- # parse a layout(variant) string
- match = re.match(r'([^(]+)\(([^)]+)\)', layout)
--self.layout = match[1]
--self.variant = match[2]
-+self.layout = match.groups()[0]
-+self.variant = match.groups()[1]
- 
- def __str__(self):
- if self.variant:
diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.29.bb 
b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.30.bb
similarity index 81%
rename from meta/recipes-graphics/xorg-lib/xkeyboard-config_2.29.bb
rename to meta/recipes-graphics/xorg-lib/xkeyboard-config_2.30.bb
index 598b584787..a4d67cd2ce 100644
--- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.29.bb
+++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.30.bb
@@ -12,11 +12,8 @@ BUGTRACKER = 
"https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-confi
 LICENSE = "MIT & MIT-style"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9"
 
-SRC_URI = 
"${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.bz2 \
-   file://0001-fix-python3-support.patch \
-   "
-SRC_URI[md5sum] = "b5980bdc6c7d79f6dcccba8c76bb6c5d"
-SRC_URI[sha256sum] = 
"1d4175278bf06000683656763a8b1d3282c61a314b6db41260c8efe92d621802"
+SRC_URI = 
"${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.bz2"
+SRC_URI[sha256sum] = 
"095a524f7b633ed257617202d06c9c71fe020c8897b106cf0dcdd0c6e8b797d4"
 
 SECTION = "x11/libs"
 DEPENDS = "util-macros libxslt-native"
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139310): 
https://lists.openembedded.org/g/openembedded-core/message/139310
Mute This Topic: https://lists.openembedded.org/mt/74747446/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 30/42] git: upgrade 2.26.2 -> 2.27.0

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 meta/recipes-devtools/git/{git_2.26.2.bb => git_2.27.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/git/{git_2.26.2.bb => git_2.27.0.bb} (51%)

diff --git a/meta/recipes-devtools/git/git_2.26.2.bb 
b/meta/recipes-devtools/git/git_2.27.0.bb
similarity index 51%
rename from meta/recipes-devtools/git/git_2.26.2.bb
rename to meta/recipes-devtools/git/git_2.27.0.bb
index ae7aa267bf..8022659ad7 100644
--- a/meta/recipes-devtools/git/git_2.26.2.bb
+++ b/meta/recipes-devtools/git/git_2.27.0.bb
@@ -5,6 +5,6 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
  "
 EXTRA_OEMAKE += "NO_GETTEXT=1"
 
-SRC_URI[tarball.sha256sum] = 
"e1c1528f55696815ef33587b1d20f5eec246669f3b839d15dbfffad9c121"
-SRC_URI[manpages.sha256sum] = 
"b3c6cfc980f3c593d0cd0c63e0c97d6f1cafe7b72321fc3a94948758b9529c5b"
+SRC_URI[tarball.sha256sum] = 
"77ded85cbe42b1ffdc2578b460a1ef5d23bcbc6683eabcafbb0d394dffe2e787"
+SRC_URI[manpages.sha256sum] = 
"414e4b17133e54d846f6bfa2479f9757c50e16c013eb76167a492ae5409b8947"
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139322): 
https://lists.openembedded.org/g/openembedded-core/message/139322
Mute This Topic: https://lists.openembedded.org/mt/74747458/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 28/42] asciidoc: 8.6.10 -> 9.0.0

2020-06-08 Thread Alexander Kanavin
License-Update: copyright years, gpl2 text updated to latest official
Signed-off-by: Alexander Kanavin 
---
 .../asciidoc/{asciidoc_8.6.10.bb => asciidoc_9.0.0.bb} | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta/recipes-extended/asciidoc/{asciidoc_8.6.10.bb => 
asciidoc_9.0.0.bb} (80%)

diff --git a/meta/recipes-extended/asciidoc/asciidoc_8.6.10.bb 
b/meta/recipes-extended/asciidoc/asciidoc_9.0.0.bb
similarity index 80%
rename from meta/recipes-extended/asciidoc/asciidoc_8.6.10.bb
rename to meta/recipes-extended/asciidoc/asciidoc_9.0.0.bb
index 751bf0f19f..63e02ce5fc 100644
--- a/meta/recipes-extended/asciidoc/asciidoc_8.6.10.bb
+++ b/meta/recipes-extended/asciidoc/asciidoc_9.0.0.bb
@@ -5,13 +5,12 @@ articles, books and UNIX man pages."
 HOMEPAGE = "http://asciidoc.org/";
 
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
-file://COPYRIGHT;md5=029ad5428ba5efa20176b396222d4069"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4e5d1baf6f20559e3bec172226a47e4e \
+file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 "
 
 SRC_URI = "git://github.com/asciidoc/asciidoc-py3;protocol=https \
file://auto-catalogs.patch"
-SRCREV = "618f6e6f6b558ed1e5f2588cd60a5a6b4f881ca0"
-PV .= "+py3-git${SRCPV}"
+SRCREV = "c44cb22b0cb110b69e4909c93c1cc6e2be5470cc"
 
 DEPENDS = "libxml2-native libxslt-native docbook-xml-dtd4-native 
docbook-xsl-stylesheets-native"
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139320): 
https://lists.openembedded.org/g/openembedded-core/message/139320
Mute This Topic: https://lists.openembedded.org/mt/74747456/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 24/42] gnutls: upgrade 3.6.13 -> 3.6.14

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../gnutls/{gnutls_3.6.13.bb => gnutls_3.6.14.bb}  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-support/gnutls/{gnutls_3.6.13.bb => gnutls_3.6.14.bb} (93%)

diff --git a/meta/recipes-support/gnutls/gnutls_3.6.13.bb 
b/meta/recipes-support/gnutls/gnutls_3.6.14.bb
similarity index 93%
rename from meta/recipes-support/gnutls/gnutls_3.6.13.bb
rename to meta/recipes-support/gnutls/gnutls_3.6.14.bb
index f56d42a613..a285e5a1f1 100644
--- a/meta/recipes-support/gnutls/gnutls_3.6.13.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.6.14.bb
@@ -21,8 +21,7 @@ SRC_URI = 
"https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar
file://arm_eabi.patch \
 "
 
-SRC_URI[md5sum] = "bb1fe696a11543433785b4fc70ca225f"
-SRC_URI[sha256sum] = 
"32041df447d9f4644570cf573c9f60358e865637d69b7e59d1159b7240b52f38"
+SRC_URI[sha256sum] = 
"5630751adec7025b8ef955af4d141d00d252a985769f51b4059e5affa3d39d63"
 
 inherit autotools texinfo pkgconfig gettext lib_package gtk-doc
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139316): 
https://lists.openembedded.org/g/openembedded-core/message/139316
Mute This Topic: https://lists.openembedded.org/mt/74747452/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 42/42] build-sysroots: add sysroot paths with native binaries to PATH

2020-06-08 Thread Alexander Kanavin
staging_populate_sysroot_dir() collects postinsts from the sysroot
and executes them. These postinsts, in turn, may call binaries that
are only available from the sysroot. This works fine with recipe-specific
sysroots, as all necessary paths are already in PATH, but breaks down
in this recipe which imitates the old global sysroot way but doesn't adjust
the PATH to include the binary paths from global sysroot.

To reproduce the failure:

$ bitbake docbook-xml-dtd4-native
$ bitbake -c build_native_sysroot build-sysroots

...

Exception: subprocess.CalledProcessError: Command 
'/home/akanavin/build/tmp/sysroots/x86_64/usr/bin/postinst-docbook-xml-dtd4-native-xmlcatalog'
 returned non-zero exit status 127.

Subprocess output:
/home/akanavin/build/tmp/sysroots/x86_64/usr/bin/postinst-docbook-xml-dtd4-native-xmlcatalog:
 5: 
/home/akanavin/build/tmp/sysroots/x86_64/usr/bin/postinst-docbook-xml-dtd4-native-xmlcatalog:
 xmlcatalog: not found
/home/akanavin/build/tmp/sysroots/x86_64/usr/bin/postinst-docbook-xml-dtd4-native-xmlcatalog:
 8: 
/home/akanavin/build/tmp/sysroots/x86_64/usr/bin/postinst-docbook-xml-dtd4-native-xmlcatalog:
 xmlcatalog: not found

Signed-off-by: Alexander Kanavin 
---
 meta/recipes-core/meta/build-sysroots.bb | 4 
 1 file changed, 4 insertions(+)

diff --git a/meta/recipes-core/meta/build-sysroots.bb 
b/meta/recipes-core/meta/build-sysroots.bb
index 7a712e2f38..ad22a75eb2 100644
--- a/meta/recipes-core/meta/build-sysroots.bb
+++ b/meta/recipes-core/meta/build-sysroots.bb
@@ -20,6 +20,8 @@ deltask populate_sysroot
 python do_build_native_sysroot () {
 targetsysroot = d.getVar("STANDALONE_SYSROOT")
 nativesysroot = d.getVar("STANDALONE_SYSROOT_NATIVE")
+import os
+os.environ['PATH'] = "%s/bin:%s/usr/bin:%s" % (nativesysroot, 
nativesysroot, os.environ['PATH'])
 staging_populate_sysroot_dir(targetsysroot, nativesysroot, True, d)
 }
 do_build_native_sysroot[cleandirs] = "${STANDALONE_SYSROOT_NATIVE}"
@@ -29,6 +31,8 @@ addtask do_build_native_sysroot before do_build
 python do_build_target_sysroot () {
 targetsysroot = d.getVar("STANDALONE_SYSROOT")
 nativesysroot = d.getVar("STANDALONE_SYSROOT_NATIVE")
+import os
+os.environ['PATH'] = "%s/bin:%s/usr/bin:%s" % (nativesysroot, 
nativesysroot, os.environ['PATH'])
 staging_populate_sysroot_dir(targetsysroot, nativesysroot, False, d)
 }
 do_build_target_sysroot[cleandirs] = "${STANDALONE_SYSROOT}"
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139334): 
https://lists.openembedded.org/g/openembedded-core/message/139334
Mute This Topic: https://lists.openembedded.org/mt/74747470/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 06/42] python3-numpy: upgrade 1.18.4 -> 1.18.5

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 meta/recipes-devtools/python-numpy/python-numpy.inc| 3 +--
 .../{python3-numpy_1.18.4.bb => python3-numpy_1.18.5.bb}   | 0
 2 files changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-devtools/python-numpy/{python3-numpy_1.18.4.bb => 
python3-numpy_1.18.5.bb} (100%)

diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc 
b/meta/recipes-devtools/python-numpy/python-numpy.inc
index 6a437e7c3c..75309e3080 100644
--- a/meta/recipes-devtools/python-numpy/python-numpy.inc
+++ b/meta/recipes-devtools/python-numpy/python-numpy.inc
@@ -9,8 +9,7 @@ SRC_URI = 
"https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${S

file://0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch \
file://0001-convert-shebang-from-python-to-python3.patch \
"
-SRC_URI[md5sum] = "70e6c294f8dffa8d630eda1b0d42ae4d"
-SRC_URI[sha256sum] = 
"e0781ec6627e85f2a618478ee278893343fb8b40577b4c74b2ec15c7a5b8f698"
+SRC_URI[sha256sum] = 
"2c095bd1c5290966cceee8b6ef5cd66f13cd0e9d6d0e8d6fc8961abd64a8e51f"
 
 UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases";
 UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)\.tar"
diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.18.4.bb 
b/meta/recipes-devtools/python-numpy/python3-numpy_1.18.5.bb
similarity index 100%
rename from meta/recipes-devtools/python-numpy/python3-numpy_1.18.4.bb
rename to meta/recipes-devtools/python-numpy/python3-numpy_1.18.5.bb
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139298): 
https://lists.openembedded.org/g/openembedded-core/message/139298
Mute This Topic: https://lists.openembedded.org/mt/74747434/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 36/42] ovmf: update to 202005

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 meta/recipes-core/ovmf/ovmf_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/ovmf/ovmf_git.bb 
b/meta/recipes-core/ovmf/ovmf_git.bb
index c089627822..91c1b6ba14 100644
--- a/meta/recipes-core/ovmf/ovmf_git.bb
+++ b/meta/recipes-core/ovmf/ovmf_git.bb
@@ -19,8 +19,8 @@ SRC_URI = 
"gitsm://github.com/tianocore/edk2.git;branch=master;protocol=https \
file://0001-ovmf-Update-to-latest.patch \
 "
 
-PV = "edk2-stable202002"
-SRCREV = "4c0f6e349d32cf27a7104ddd3e729d6ebc88ea70"
+PV = "edk2-stable202005"
+SRCREV = "ca407c7246bf405da6d9b1b9d93e5e7f17b4b1f9"
 UPSTREAM_CHECK_GITTAGREGEX = "(?Pedk2-stable.*)"
 
 inherit deploy
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139328): 
https://lists.openembedded.org/g/openembedded-core/message/139328
Mute This Topic: https://lists.openembedded.org/mt/74747464/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 03/42] createrepo-c: upgrade 0.15.10 -> 0.15.11

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../{createrepo-c_0.15.10.bb => createrepo-c_0.15.11.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/createrepo-c/{createrepo-c_0.15.10.bb => 
createrepo-c_0.15.11.bb} (95%)

diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_0.15.10.bb 
b/meta/recipes-devtools/createrepo-c/createrepo-c_0.15.11.bb
similarity index 95%
rename from meta/recipes-devtools/createrepo-c/createrepo-c_0.15.10.bb
rename to meta/recipes-devtools/createrepo-c/createrepo-c_0.15.11.bb
index 13bfa21091..969894e448 100644
--- a/meta/recipes-devtools/createrepo-c/createrepo-c_0.15.10.bb
+++ b/meta/recipes-devtools/createrepo-c/createrepo-c_0.15.11.bb
@@ -8,7 +8,7 @@ SRC_URI = 
"git://github.com/rpm-software-management/createrepo_c \
file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \
"
 
-SRCREV = "9f3f3be6359d8f9b6b269e28d9ae1f279cc5f3aa"
+SRCREV = "ea3bcf302c1a071040e1a8b6ad77861c12a2ae99"
 
 S = "${WORKDIR}/git"
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139295): 
https://lists.openembedded.org/g/openembedded-core/message/139295
Mute This Topic: https://lists.openembedded.org/mt/74747430/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 21/42] lttng-tools: upgrade 2.12.0 -> 2.12.1

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../lttng/{lttng-tools_2.12.0.bb => lttng-tools_2.12.1.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-kernel/lttng/{lttng-tools_2.12.0.bb => 
lttng-tools_2.12.1.bb} (98%)

diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.12.0.bb 
b/meta/recipes-kernel/lttng/lttng-tools_2.12.1.bb
similarity index 98%
rename from meta/recipes-kernel/lttng/lttng-tools_2.12.0.bb
rename to meta/recipes-kernel/lttng/lttng-tools_2.12.1.bb
index 148a7928d2..094e33db71 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.12.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.12.1.bb
@@ -36,8 +36,7 @@ SRC_URI = 
"https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \

file://0001-tests-gen-ust-events-ns-tp.h-Fix-build-with-musl-lib.patch \
"
 
-SRC_URI[md5sum] = "4592201ea981f0722438345fb1f009d2"
-SRC_URI[sha256sum] = 
"405661d27617dc79a42712174a051a45c7ca12d167576c0d93f2de708ed29445"
+SRC_URI[sha256sum] = 
"0de7afc1f40a5acbede933cdfd6cf47b32ff84d02e170a1321f7fc86141585b8"
 
 inherit autotools ptest pkgconfig useradd python3-dir manpages systemd
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139313): 
https://lists.openembedded.org/g/openembedded-core/message/139313
Mute This Topic: https://lists.openembedded.org/mt/74747449/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 20/42] babeltrace2: upgrade 2.0.2 -> 2.0.3

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../0001-fs.c-initialize-other_entry.patch| 33 ---
 ...eltrace2_2.0.2.bb => babeltrace2_2.0.3.bb} |  9 +++--
 2 files changed, 4 insertions(+), 38 deletions(-)
 delete mode 100644 
meta/recipes-kernel/lttng/babeltrace2/0001-fs.c-initialize-other_entry.patch
 rename meta/recipes-kernel/lttng/{babeltrace2_2.0.2.bb => 
babeltrace2_2.0.3.bb} (94%)

diff --git 
a/meta/recipes-kernel/lttng/babeltrace2/0001-fs.c-initialize-other_entry.patch 
b/meta/recipes-kernel/lttng/babeltrace2/0001-fs.c-initialize-other_entry.patch
deleted file mode 100644
index b56b3bd6e0..00
--- 
a/meta/recipes-kernel/lttng/babeltrace2/0001-fs.c-initialize-other_entry.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 42dae692b9057d03ce9a0651f061472e9dd90130 Mon Sep 17 00:00:00 2001
-From: Mingli Yu 
-Date: Wed, 11 Mar 2020 08:44:42 +
-Subject: [PATCH] fs.c: initialize the other_entry variable
-
-Initialize the pointer other_entry to fix the below error:
-| ../../../../../git/src/plugins/ctf/fs-src/fs.c: In function 
'ds_index_insert_ds_index_entry_sorted':
-| ../../../../../git/src/plugins/ctf/fs-src/fs.c:702:5: error: 'other_entry' 
may be used uninitialized in this function [-Werror=maybe-uninitialized]
-|   702 |!ds_index_entries_equal(entry, other_entry)) {
-
-Upstream-Status: Submitted 
[https://lists.lttng.org/pipermail/lttng-dev/2020-March/029549.html]
-
-Signed-off-by: Mingli Yu 

- src/plugins/ctf/fs-src/fs.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/plugins/ctf/fs-src/fs.c b/src/plugins/ctf/fs-src/fs.c
-index e87523a3..a6b5315f 100644
 a/src/plugins/ctf/fs-src/fs.c
-+++ b/src/plugins/ctf/fs-src/fs.c
-@@ -680,7 +680,7 @@ void ds_index_insert_ds_index_entry_sorted(
-   struct ctf_fs_ds_index_entry *entry)
- {
-   guint i;
--  struct ctf_fs_ds_index_entry *other_entry;
-+  struct ctf_fs_ds_index_entry *other_entry = NULL;
- 
-   /* Find the spot where to insert this index entry. */
-   for (i = 0; i < index->entries->len; i++) {
--- 
-2.24.1
-
diff --git a/meta/recipes-kernel/lttng/babeltrace2_2.0.2.bb 
b/meta/recipes-kernel/lttng/babeltrace2_2.0.3.bb
similarity index 94%
rename from meta/recipes-kernel/lttng/babeltrace2_2.0.2.bb
rename to meta/recipes-kernel/lttng/babeltrace2_2.0.3.bb
index f9b39b..c65882581d 100644
--- a/meta/recipes-kernel/lttng/babeltrace2_2.0.2.bb
+++ b/meta/recipes-kernel/lttng/babeltrace2_2.0.3.bb
@@ -8,12 +8,11 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=a6a458c13f18385b7bc5069a6d7b176e"
 DEPENDS = "glib-2.0 util-linux popt bison-native flex-native"
 
 SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-2.0 \
-  file://run-ptest \
-  file://0001-tests-do-not-run-test-applications-from-.libs.patch \
+   file://run-ptest \
+   file://0001-tests-do-not-run-test-applications-from-.libs.patch \
file://0001-Make-manpages-multilib-identical.patch \
-   file://0001-fs.c-initialize-other_entry.patch \
- "
-SRCREV = "33003c352ed56aa49e0b3df272bbab6fac36cae8"
+   "
+SRCREV = "91d154476e66735d705adda9ca5cbf5b5eea5940"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P2(\.\d+)+)$"
 
 S = "${WORKDIR}/git"
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139312): 
https://lists.openembedded.org/g/openembedded-core/message/139312
Mute This Topic: https://lists.openembedded.org/mt/74747448/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 32/42] iproute2: upgrade 5.6.0 -> 5.7.0

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../0001-devlink.c-add-missing-include.patch  | 23 +++
 .../{iproute2_5.6.0.bb => iproute2_5.7.0.bb}  |  6 ++---
 2 files changed, 26 insertions(+), 3 deletions(-)
 create mode 100644 
meta/recipes-connectivity/iproute2/iproute2/0001-devlink.c-add-missing-include.patch
 rename meta/recipes-connectivity/iproute2/{iproute2_5.6.0.bb => 
iproute2_5.7.0.bb} (61%)

diff --git 
a/meta/recipes-connectivity/iproute2/iproute2/0001-devlink.c-add-missing-include.patch
 
b/meta/recipes-connectivity/iproute2/iproute2/0001-devlink.c-add-missing-include.patch
new file mode 100644
index 00..f9580b7d44
--- /dev/null
+++ 
b/meta/recipes-connectivity/iproute2/iproute2/0001-devlink.c-add-missing-include.patch
@@ -0,0 +1,23 @@
+From 5df629d825df4ccc4283228bc0739da126326072 Mon Sep 17 00:00:00 2001
+From: Alexander Kanavin 
+Date: Sat, 6 Jun 2020 18:00:13 +
+Subject: [PATCH] devlink.c: add missing include
+
+Upstream-Status: Pending
+Signed-off-by: Alexander Kanavin 
+---
+ devlink/devlink.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/devlink/devlink.c b/devlink/devlink.c
+index 16602ab..c278e6d 100644
+--- a/devlink/devlink.c
 b/devlink/devlink.c
+@@ -26,6 +26,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include "SNAPSHOT.h"
+ #include "list.h"
diff --git a/meta/recipes-connectivity/iproute2/iproute2_5.6.0.bb 
b/meta/recipes-connectivity/iproute2/iproute2_5.7.0.bb
similarity index 61%
rename from meta/recipes-connectivity/iproute2/iproute2_5.6.0.bb
rename to meta/recipes-connectivity/iproute2/iproute2_5.7.0.bb
index 9ab9053739..276afeab11 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_5.6.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_5.7.0.bb
@@ -2,10 +2,10 @@ require iproute2.inc
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \
file://0001-libc-compat.h-add-musl-workaround.patch \
-  "
+   file://0001-devlink.c-add-missing-include.patch \
+   "
 
-SRC_URI[md5sum] = "9da0c352707c34b8b1fec3bf42fcfd09"
-SRC_URI[sha256sum] = 
"1b5b0e25ce6e23da7526ea1da044e814ad85ba761b10dd29c2b027c056b04692"
+SRC_URI[sha256sum] = 
"725dc7ba94aae54c6f8d4223ca055d9fb4fe89d6994b1c03bfb4411c4dd10f21"
 
 # CFLAGS are computed in Makefile and reference CCOPTS
 #
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139324): 
https://lists.openembedded.org/g/openembedded-core/message/139324
Mute This Topic: https://lists.openembedded.org/mt/74747460/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 27/42] bison: upgrade 3.6.2 -> 3.6.3

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 meta/recipes-devtools/bison/{bison_3.6.2.bb => bison_3.6.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/bison/{bison_3.6.2.bb => bison_3.6.3.bb} (94%)

diff --git a/meta/recipes-devtools/bison/bison_3.6.2.bb 
b/meta/recipes-devtools/bison/bison_3.6.3.bb
similarity index 94%
rename from meta/recipes-devtools/bison/bison_3.6.2.bb
rename to meta/recipes-devtools/bison/bison_3.6.3.bb
index 2ec9381231..1d0f5995c1 100644
--- a/meta/recipes-devtools/bison/bison_3.6.2.bb
+++ b/meta/recipes-devtools/bison/bison_3.6.3.bb
@@ -13,7 +13,7 @@ SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \
file://add-with-bisonlocaledir.patch \
file://0001-bison-fix-the-parallel-build.patch \
"
-SRC_URI[sha256sum] = 
"4a164b5cc971b896ce976bf4b624fab7279e0729cf983a5135df7e4df0970f6e"
+SRC_URI[sha256sum] = 
"06db793651de9dd5f0a85a6fe4bdbca413c0806bf2432377523da96ca0b4b73d"
 
 # No point in hardcoding path to m4, just use PATH
 EXTRA_OECONF += "M4=m4"
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139319): 
https://lists.openembedded.org/g/openembedded-core/message/139319
Mute This Topic: https://lists.openembedded.org/mt/74747455/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 11/42] libarchive: upgrade 3.4.2 -> 3.4.3

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../libarchive/{libarchive_3.4.2.bb => libarchive_3.4.3.bb}| 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-extended/libarchive/{libarchive_3.4.2.bb => 
libarchive_3.4.3.bb} (94%)

diff --git a/meta/recipes-extended/libarchive/libarchive_3.4.2.bb 
b/meta/recipes-extended/libarchive/libarchive_3.4.3.bb
similarity index 94%
rename from meta/recipes-extended/libarchive/libarchive_3.4.2.bb
rename to meta/recipes-extended/libarchive/libarchive_3.4.3.bb
index 0ab40fc096..dbfc067b93 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.4.2.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.4.3.bb
@@ -34,8 +34,7 @@ EXTRA_OECONF += "--enable-largefile"
 
 SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz";
 
-SRC_URI[md5sum] = "d953ed6b47694dadf0e6042f8f9ff451"
-SRC_URI[sha256sum] = 
"b60d58d12632ecf1e8fad7316dc82c6b9738a35625746b47ecdcaf4aed176176"
+SRC_URI[sha256sum] = 
"ee1e749213c108cb60d53147f18c31a73d6717d7e3d2481c157e1b34c881ea39"
 
 inherit autotools update-alternatives pkgconfig
 
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139303): 
https://lists.openembedded.org/g/openembedded-core/message/139303
Mute This Topic: https://lists.openembedded.org/mt/74747439/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[OE-core] [PATCH 34/42] lttng-modules: update to 2.12.1

2020-06-08 Thread Alexander Kanavin
Drop backports.

devupstream variant was incorrectly updated in a059fc67da4
(changed to 2.12, but without updating SRCREV), so revert it back
to 2.11.2.

Signed-off-by: Alexander Kanavin 
---
 ...l-5.7-use-vmalloc_sync_mappings-on-k.patch | 853 --
 ...per-rename-to-wrapper_vmalloc_sync_m.patch |  32 -
 ..._sync_mappings-on-kernel-5.6-as-well.patch |  88 --
 ...loc_sync_mappings-for-stable-kernels.patch |  67 --
 ...ules_2.12.0.bb => lttng-modules_2.12.1.bb} |  11 +-
 5 files changed, 3 insertions(+), 1048 deletions(-)
 delete mode 100644 
meta/recipes-kernel/lttng/lttng-modules/0001-Update-for-kernel-5.7-use-vmalloc_sync_mappings-on-k.patch
 delete mode 100644 
meta/recipes-kernel/lttng/lttng-modules/0002-Fix-missing-wrapper-rename-to-wrapper_vmalloc_sync_m.patch
 delete mode 100644 
meta/recipes-kernel/lttng/lttng-modules/0003-Fix-Use-vmalloc_sync_mappings-on-kernel-5.6-as-well.patch
 delete mode 100644 
meta/recipes-kernel/lttng/lttng-modules/0004-Update-Use-vmalloc_sync_mappings-for-stable-kernels.patch
 rename meta/recipes-kernel/lttng/{lttng-modules_2.12.0.bb => 
lttng-modules_2.12.1.bb} (75%)

diff --git 
a/meta/recipes-kernel/lttng/lttng-modules/0001-Update-for-kernel-5.7-use-vmalloc_sync_mappings-on-k.patch
 
b/meta/recipes-kernel/lttng/lttng-modules/0001-Update-for-kernel-5.7-use-vmalloc_sync_mappings-on-k.patch
deleted file mode 100644
index 58f4d29193..00
--- 
a/meta/recipes-kernel/lttng/lttng-modules/0001-Update-for-kernel-5.7-use-vmalloc_sync_mappings-on-k.patch
+++ /dev/null
@@ -1,853 +0,0 @@
-From a2cc0e06330e55eefe668f7d6370de6d3177a907 Mon Sep 17 00:00:00 2001
-From: Mathieu Desnoyers 
-Date: Tue, 5 May 2020 13:38:31 -0400
-Subject: [PATCH] Update for kernel 5.7: use vmalloc_sync_mappings on kernels
- >= 5.7
-
-Upstream-Status: Backport 
[https://github.com/lttng/lttng-modules/commit/da0fcb1497ff2437407883647a8a0bba12bd0f91]
-
-Signed-off-by: Mathieu Desnoyers 
-Signed-off-by: Ovidiu Panait 

- lib/ringbuffer/ring_buffer_backend.c |  4 +--
- lttng-abi.c  |  4 +--
- lttng-context-callstack.c|  2 +-
- lttng-context-cgroup-ns.c|  2 +-
- lttng-context-cpu-id.c   |  2 +-
- lttng-context-egid.c |  2 +-
- lttng-context-euid.c |  2 +-
- lttng-context-gid.c  |  2 +-
- lttng-context-hostname.c |  2 +-
- lttng-context-interruptible.c|  2 +-
- lttng-context-ipc-ns.c   |  2 +-
- lttng-context-migratable.c   |  2 +-
- lttng-context-mnt-ns.c   |  2 +-
- lttng-context-need-reschedule.c  |  2 +-
- lttng-context-net-ns.c   |  2 +-
- lttng-context-nice.c |  2 +-
- lttng-context-perf-counters.c|  2 +-
- lttng-context-pid-ns.c   |  2 +-
- lttng-context-pid.c  |  2 +-
- lttng-context-ppid.c |  2 +-
- lttng-context-preemptible.c  |  2 +-
- lttng-context-prio.c |  2 +-
- lttng-context-procname.c |  2 +-
- lttng-context-sgid.c |  2 +-
- lttng-context-suid.c |  2 +-
- lttng-context-tid.c  |  2 +-
- lttng-context-uid.c  |  2 +-
- lttng-context-user-ns.c  |  2 +-
- lttng-context-uts-ns.c   |  2 +-
- lttng-context-vegid.c|  2 +-
- lttng-context-veuid.c|  2 +-
- lttng-context-vgid.c |  2 +-
- lttng-context-vpid.c |  2 +-
- lttng-context-vppid.c|  2 +-
- lttng-context-vsgid.c|  2 +-
- lttng-context-vsuid.c|  2 +-
- lttng-context-vtid.c |  2 +-
- lttng-context-vuid.c |  2 +-
- lttng-context.c  |  2 +-
- lttng-events.c   | 10 +++---
- lttng-ring-buffer-client.h   |  4 +--
- lttng-ring-buffer-metadata-client.h  |  4 +--
- lttng-syscalls.c |  2 +-
- probes/lttng-kprobes.c   |  2 +-
- probes/lttng-kretprobes.c|  2 +-
- probes/lttng-tracepoint-event-impl.h |  4 +--
- probes/lttng-uprobes.c   |  2 +-
- probes/lttng.c   |  2 +-
- tests/probes/lttng-test.c|  2 +-
- wrapper/vmalloc.h| 49 ++--
- 50 files changed, 104 insertions(+), 61 deletions(-)
-
-diff --git a/lib/ringbuffer/ring_buffer_backend.c 
b/lib/ringbuffer/ring_buffer_backend.c
-index d4bec25..d232b7f 100644
 a/lib/ringbuffer/ring_buffer_backend.c
-+++ b/lib/ringbuffer/ring_buffer_backend.c
-@@ -17,7 +17,7 @@
- #include 
- 
- #include 
--#include   /* for wrapper_vmalloc_sync_all() */
-+#include   /* for wrapper_vmalloc_sync_mappings() */
- #include 
- #include 
- #include 
-@@ -156,7 +156,7 @@ int lib_ring_buffer_backend_allocate(const struct 
lib_ring_buffer_config *config
-* If kmalloc ever uses vmalloc underneath, make sure the buffer pages
-  

[OE-core] [PATCH 01/42] linux-yocto: exclude from version checks/automated version updates

2020-06-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 2 ++
 meta/recipes-kernel/linux/linux-yocto.inc | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc 
b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
index 4481aa430c..20139a8497 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
@@ -32,6 +32,8 @@ LICENSE = "GPLv2"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
 
+RECIPE_NO_UPDATE_REASON = "Recipe is updated through a separate process"
+
 python __anonymous () {
 major = d.getVar("PV").split('.')[0]
 if major == "3":
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc 
b/meta/recipes-kernel/linux/linux-yocto.inc
index f560dec589..bd37006f88 100644
--- a/meta/recipes-kernel/linux/linux-yocto.inc
+++ b/meta/recipes-kernel/linux/linux-yocto.inc
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM ?= 
"file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+\.\d+(\.\d+)*)"
 
+RECIPE_NO_UPDATE_REASON = "Recipe is updated through a separate process"
+
 # Skip processing of this recipe if it is not explicitly specified as the
 # PREFERRED_PROVIDER for virtual/kernel. This avoids network access required
 # by the use of AUTOREV SRCREVs, which are the default for this recipe.
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139293): 
https://lists.openembedded.org/g/openembedded-core/message/139293
Mute This Topic: https://lists.openembedded.org/mt/74747428/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-