On Mon, Feb 17, 2025 at 6:09 PM Tom Geelen via lists.yoctoproject.org
<t.f.g.geelen=gmail....@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-manual/upgrading-recipes.html and
> have configured it to parse all the recipes in my layer (99% python
> based recipes).
>
> Now I have a problem. It correctly parses all recipes, however it
> finds no upgrade candidates. This is strange as I know some are in
> need of an upgrade, and a newer version is available on pypi for
> instance. Moreover I get quite some skips with the following error:
>
> Skip package meta-homeassistant/python3-hass-nabucasa (status =
> UNKNOWN_BROKEN, current version = 0.87.0, next version = 0.80.0)
>
> Where does it get the 'next version' value from as the latest version
> upstream is 0.92.0.
> I might have misconfigured something. I used the default
> upgrade-helper.conf with the following additions:
>
> layer_mode=yes
> layer_name=meta-homeassistant
> layer_dir=BUILDDIR/../sources/meta-homeassistant
> layer_machines=qemux86-64
>
> Thanks in advance,
>

You might have tripped over the same thing I did - you need to have a
RECIPE_MAINTAINER set for the recipe.

RECIPE_MAINTAINER:pn-s6 = "Alex Kiernan <alex.kier...@gmail.com>"

etc.

> Tom
>
> 
>


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

Reply via email to