I've sent the patch for meta-python now, but I see that I've sent it only for version 11 (not 12 from "layer.conf: Bump OE-Core layer version" which is being backported here and was merged to master just few hours ago in https://git.openembedded.org/openembedded-core/commit/?id=2d503b27e7c88cee9a37c79c4605c77b11f230b6). Sending v2 now. On Thu, Jun 4, 2020 at 2:11 AM Joshua Watt wrote: > > > On Wed, Jun 3, 2020, 6:33 PM Martin Jansa wrote: > >> I think we still need corresponding LAYERDEPENDS_meta-python update which >> isn't in master yet (and I haven't noticed it on the list). >> >> Joshua: did I overlook it somewhere or should I send it? >> > > I didn't send it because the layer version bump wasn't added to oe-core > until yesterday. If you can send the patch that would be great. > > Thanks > > >> On Wed, Jun 3, 2020 at 7:45 PM akuster wrote: >> >>> >>> >>> On 6/3/20 10:36 AM, Denys Dmytriyenko wrote: >>> > On Wed, Jun 03, 2020 at 10:33:55AM -0700, akuster wrote: >>> >> Does someone have the complementary set of patches for meta-openbedded >>> >> to remove these? >>> > >>> https://git.openembedded.org/meta-openembedded/commit/?id=a8f3c00d8d113b46a49584682e10435157d516ca >>> > >>> https://git.openembedded.org/meta-openembedded/commit/?id=7aee545a61c4f91d5e462d5b46b1b8f9a8bad1e3 >>> > >>> > Do you want me to re-submit them with [dunfell] tag? >>> nah, the commits work of me. Thanks >>> >>> - armin >>> > >>> > >>> >> - armin >>> >> >>> >> On 6/3/20 8:33 AM, Steve Sakoman wrote: >>> >>> Pending final approval for an exception to LTS policy in this case >>> please >>> >>> review this patch series and have comments back by end of day >>> Thursday. >>> >>> >>> >>> For details on the motivation for this change see: >>> >>> >>> >>> >>> https://lists.openembedded.org/g/openembedded-architecture/message/1085 >>> >>> >>> >>> The following changes since commit >>> ef5af31f406076107402694f5d6afb27b240eba6: >>> >>> >>> >>> linux-yocto/5.4: update to v5.4.43 (2020-06-01 07:19:09 -1000) >>> >>> >>> >>> are available in the Git repository at: >>> >>> >>> >>> git://git.openembedded.org/openembedded-core-contrib >>> stable/dunfell-nut >>> >>> >>> http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-nut >>> >>> >>> >>> Joshua Watt (5): >>> >>> pycryptodome: Import from meta-python >>> >>> pyelftools: Import from meta-python >>> >>> python3-pycryptodome(x): Upgrade 3.9.4 -> 3.9.7 >>> >>> python3-pyelftools: Upgrade 0.25 -> 0.26 >>> >>> layer.conf: Bump OE-Core layer version >>> >>> >>> >>> meta/conf/distro/include/maintainers.inc | 5 +++- >>> >>> meta/conf/layer.conf | 2 +- >>> >>> .../python/python-pycryptodome.inc | 26 >>> +++++++++++++++++++ >>> >>> .../python/python3-pycryptodome_3.9.7.bb | 5 ++++ >>> >>> .../python/python3-pycryptodomex_3.9.7.bb | 9 +++++++ >>> >>> .../python/python3-pyelftools_0.26.bb | 14 ++++++++++ >>> >>> 6 files changed, 59 insertions(+), 2 deletions(-) >>> >>> create mode 100644 >>> meta/recipes-devtools/python/python-pycryptodome.inc >>> >>> create mode 100644 meta/recipes-devtools/python/ >>> python3-pycryptodome_3.9.7.bb >>> >>> create mode 100644 meta/recipes-devtools/python/ >>> python3-pycryptodomex_3.9.7.bb >>> >>> create mode 100644 meta/recipes-devtools/python/ >>> python3-pyelftools_0.26.bb >>> >>> >>> >>> >>> >>> >>> >> >>> >>> >>> >>