Re: [yocto] [yocto scarthgap] do_configure failed for pth-2.0.7 package #scarthgap #yocto #autotools #bitbake

2025-02-17 Thread Gyorgy Sarvari via lists.yoctoproject.org
I'm almost sure that this is way too late, sorry if this is the case... Earlier today I already had the luck of debugging some other autoconf scripts, and this one came to my mind, and wanted to take a look at it. There seems to be a typo in the config script (slipped quotation), which was apparen

Re: [yocto] [auh] Question setting up AUH locally

2025-02-17 Thread Alex Kiernan via lists.yoctoproject.org
On Mon, Feb 17, 2025 at 6:09 PM Tom Geelen via lists.yoctoproject.org wrote: > > Hi all, > > I am currently trying to set up AUH locally in order to ease the > maintenance of the layer I'm maintaining (meta-homeassistant). > I have followed the steps given here > https://docs.yoctoproject.org/dev-

[yocto] [auh] Question setting up AUH locally

2025-02-17 Thread Tom Geelen via lists.yoctoproject.org
Hi all, I am currently trying to set up AUH locally in order to ease the maintenance of the layer I'm maintaining (meta-homeassistant). I have followed the steps given here https://docs.yoctoproject.org/dev-manual/upgrading-recipes.html and have configured it to parse all the recipes in my layer (

[yocto] Any pointers to reduce samba-python3 package in Yocto scarthgap (300% more than samba )

2025-02-17 Thread emailaddress.ashish via lists.yoctoproject.org
Hi Members , I am trying to reduce the RFS size for Yocto Scarthgap We have added samba package in RFS . The RDEPENDS of samba is   samba-python3 which is taking around 300% more space than samba itself 21231   KiB    samba-python3 6468     KiB    samba samba-python-3 as RDEPENDS of samba : htt

[yocto] Current high bug count owners for Yocto Project 5.2

2025-02-17 Thread Stephen Jolley via lists.yoctoproject.org
All, Below is the list of top 27 bug owners as of the end of WW07 who have open medium or higher bugs and enhancements against YP 5.2. There are 1 possible work days left until the final release candidates for YP 5.2 needs to be released. Who Count ross.bur...@arm.com 33 bruce.ashfi...@gmail.com 2

[yocto] Enhancements/Bugs closed WW07!

2025-02-17 Thread Stephen Jolley via lists.yoctoproject.org
All, The below were the owners of enhancements or bugs closed during the last week! Who Count ross.bur...@arm.com 6 randy.macl...@windriver.com 6 Grand Total 12 Thanks, *Stephen K. Jolley* *Yocto Project Program Manager* (*Cell*:(208) 244-4460 * *Email*:

[yocto] M+ & H bugs with Milestone Movements WW07

2025-02-17 Thread Stephen Jolley via lists.yoctoproject.org
All, YP M+ or high bugs which moved to a new milestone in WW07 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 10820 devtool: -d/--debug doesn't show bitbake debug output randy.macl...@windriver.com unas

Re: [yocto] [auh] Question setting up AUH locally

2025-02-17 Thread Alexander Kanavin via lists.yoctoproject.org
For auh to work, upstream version check needs to function properly and quite often it doesn’t because no one ensured that when writing the recipe. Can you show the recipe and the output of ‘devtool latest-version recipename’ ? Alex On Mon 17. Feb 2025 at 19.09, Tom Geelen wrote: > Hi all, > > I

Re: [yocto] [auh] Question setting up AUH locally

2025-02-17 Thread Alexander Kanavin via lists.yoctoproject.org
On Mon, 17 Feb 2025 at 21:32, Tom Geelen wrote: > If I adjust > the UPSTREAM_CHECK_REGEX to: > > UPSTREAM_CHECK_REGEX = > "${PYPI_PACKAGE}-(?P(\d+[\.\-_]*)+).(tar\.gz|tgz|zip|tar\.bz2)" > > It finds a match perfectly. There is some logic in pypi.bbclass that aim to help with such tweaks. I sugge

Re: [yocto] [auh] Question setting up AUH locally

2025-02-17 Thread Tom Geelen via lists.yoctoproject.org
Right, tried that for one of the failing recipes (python3-zwave-me-ws): UPSTREAM_CHECK_URI="https://pypi.org/simple/zwave-me-ws"; UPSTREAM_CHECK_REGEX="zwave-me-ws-(?P(\d+[\.\-_]*)+).(tar\.gz|tgz|zip|tar\.bz2)" Then the problem is clear: UPSTREAM_CHECK_REGEX takes PN as the first argument, but si

Re: [yocto] [auh] Question setting up AUH locally

2025-02-17 Thread Tom Geelen via lists.yoctoproject.org
Well I checked with python3-zwave-me-ws (https://github.com/meta-homeassistant/meta-homeassistant/blob/main/recipes-devtools/python/python3-zwave-me-ws_0.4.3.bb) with the proposed command and the latest version is empty. Adding the recipe maintainer here does not change anything. NOTE: Starting bi

Re: [yocto] [auh] Question setting up AUH locally

2025-02-17 Thread Alexander Kanavin via lists.yoctoproject.org
If upstream version check doesn't return sensible values, run 'bitbake -e recipename', and look for UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX. What do they contain, and does the regex match what is available when opening the uri? Alex On Mon, 17 Feb 2025 at 20:26, Tom Geelen wrote: > > Well I

Re: [yocto] [meta-rockchip] rk3328 loader for emmc flashing

2025-02-17 Thread Quentin Schulz via lists.yoctoproject.org
Hi Marek, On 2/12/25 1:32 PM, Belisko Marek wrote: Hi, On Fri, Jan 24, 2025 at 11:30 AM Marek Belisko via lists.yoctoproject.org wrote: Hi Quentin, On Fri, Jan 24, 2025 at 11:15 AM Quentin Schulz wrote: Hi Marek, On 1/24/25 11:04 AM, Marek Belisko via lists.yoctoproject.org wrote: Hello