[OE-core] [PATCH] e2fsprogs: upgrade 1.46.4 -> 1.46.5

2022-01-02 Thread wangmy
Remove 0001-tests-u_direct_io-expect-correct-expected-output.patch since it is included in 1.46.5 Changelog: = UI and Features --- When resizing a file system and the inode count exceeds the 2**32 maximum, if resize2fs can successfully perform the resize by dropping the last bl

[OE-core] [PATCH] resolvconf: upgrade 1.87 -> 1.90

2022-01-02 Thread wangmy
Remove fix-path-for-busybox.patch since it is included in 1.90 Changelog: = * Add basic support for ifupdown2 multiple address families (Closes: #993270). * Move the normalisation script into a separate file. * Add a build-time test to verify interface order list is correct. * S

[OE-core] [PATCH] python3-attrs: upgrade 21.2.0 -> 21.4.0

2022-01-02 Thread wangmy
Changelog: = Bugs fixed for this release (https://github.com/python-attrs/attrs/pull/) Fixed the test suite on PyPy3.8 where cloudpickle does not work. #892 Fixed coverage report for projects that use attrs and don't set a --source. #895, #896 Signed-off-by: Wang Mingyu --- .../pyth

[OE-core] [PATCH] python3-setuptools: upgrade 59.5.0 -> 60.2.0

2022-01-02 Thread wangmy
refresh 0001-conditionally-do-not-fetch-code-by-easy_install.patch Changes -- #2974: Setuptools now relies on the Python logging infrastructure to log messages. Instead of using distutils.log.*, use logging.getLogger(name).*. #2987: Sync with pypa/distutils@2def21c5d74fdd2fe7996ee4030ac145a

[OE-core] [PATCH] python3-zipp: upgrade 3.6.0 -> 3.7.0

2022-01-02 Thread wangmy
Signed-off-by: Wang Mingyu --- .../python/{python3-zipp_3.6.0.bb => python3-zipp_3.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-zipp_3.6.0.bb => python3-zipp_3.7.0.bb} (84%) diff --git a/meta/recipes-devtools/python/python3-zipp

Re: [OE-core] [PATCH 4/6] go-runtime.inc: do not make installation set dependent on host

2022-01-02 Thread Alexander Kanavin
Thanks, I have dropped the patch. Alex On Sun, 2 Jan 2022 at 17:30, Alexander Kanavin via lists.openembedded.org wrote: > Right, I'll take a closer look at this. > > Alex > > On Sun, 2 Jan 2022 at 13:40, Matt Madison wrote: > >> On Sat, Jan 1, 2022 at 3:30 AM Alexander Kanavin >> wrote: >> >

[OE-core] How to put meta-openAmp in using imx7d-pico with Hardknott

2022-01-02 Thread Neuber Sousa
Hi, I stay trying RPMsng in Yocto. In my case, I have imx7d-pico with hardknott now. I need your help to do pingpong aplication in RPMsng with or without meta-openAmp. https://github.com/OpenAMP/meta-openamp/issues/15 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to th

Re: [OE-core] [PATCH 4/6] go-runtime.inc: do not make installation set dependent on host

2022-01-02 Thread Alexander Kanavin
Right, I'll take a closer look at this. Alex On Sun, 2 Jan 2022 at 13:40, Matt Madison wrote: > On Sat, Jan 1, 2022 at 3:30 AM Alexander Kanavin > wrote: > > > > This cannot be right: what we install for the target should not > > depend on what host it's being built on. If this was fixing > >

[OE-core] OE-core CVE metrics for honister on Sun 02 Jan 2022 05:30:01 AM HST

2022-01-02 Thread Steve Sakoman
Branch: honister New this week: 1 CVEs CVE-2021-4136: vim https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-4136 * Removed this week: 0 CVEs Full list: Found 21 unpatched CVEs CVE-2016-20012: openssh https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-20012 * CVE-2019-12067: qem

[OE-core] OE-core CVE metrics for hardknott on Sun 02 Jan 2022 05:00:01 AM HST

2022-01-02 Thread Steve Sakoman
Branch: hardknott New this week: 1 CVEs CVE-2021-4136: vim https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-4136 * Removed this week: 0 CVEs Full list: Found 58 unpatched CVEs CVE-2013-0340: expat:expat-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-0340 * CVE-2016-

[OE-core] OE-core CVE metrics for dunfell on Sun 02 Jan 2022 04:30:01 AM HST

2022-01-02 Thread Steve Sakoman
Branch: dunfell New this week: 1 CVEs CVE-2021-4136: vim https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-4136 * Removed this week: 6 CVEs CVE-2016-20012: openssh https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-20012 * CVE-2020-36254: dropbear https://web.nvd.nist.gov/view/v

[OE-core] OE-core CVE metrics for master on Sun 02 Jan 2022 04:00:01 AM HST

2022-01-02 Thread Steve Sakoman
Branch: master New this week: 1 CVEs CVE-2021-4136: vim https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-4136 * Removed this week: 0 CVEs Full list: Found 10 unpatched CVEs CVE-2019-12067: qemu:qemu-native:qemu-system-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-1

Re: [OE-core] [PATCH 4/6] go-runtime.inc: do not make installation set dependent on host

2022-01-02 Thread Matt Madison
On Sat, Jan 1, 2022 at 3:30 AM Alexander Kanavin wrote: > > This cannot be right: what we install for the target should not > depend on what host it's being built on. If this was fixing > some problem, there needs to be a different solution. IIRC, I added this because the go toolchain doesn't rea