Skip to content

cls_stash: Utility functions for PACKAGES_DYNAMIC#370

Merged
priv-kweihmann merged 2 commits into
priv-kweihmann:mainfrom
michalsieron:packages-dynamic
Mar 30, 2026
Merged

cls_stash: Utility functions for PACKAGES_DYNAMIC#370
priv-kweihmann merged 2 commits into
priv-kweihmann:mainfrom
michalsieron:packages-dynamic

Conversation

@michalsieron
Copy link
Copy Markdown
Contributor

There are several recipes in oe-core that utilize this feature and oelint-adv currently will throw false positives for them on checks, which expect package name at some place. Implementing those utility functions in the parser allows to use them in multiple rules without duplicating the code.

There are several recipes in oe-core that utilize this feature and
oelint-adv currently will throw false positives for them on checks,
which expect package name at some place. Implementing those utility
functions in the parser allows to use them in multiple rules without
duplicating the code.

Signed-off-by: Michal Sieron <michalwsieron@gmail.com>
Copy link
Copy Markdown
Owner

@priv-kweihmann priv-kweihmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please run the ./gendoc.sh script in the root of the repo to update the API docs.
Apart from that I'm fine with your changes

Signed-off-by: Michal Sieron <michalwsieron@gmail.com>
@michalsieron
Copy link
Copy Markdown
Contributor Author

Unfortunately pydoc-markdown traverses files in non-deterministic order, so there is a lot of unrelated movement 😕

@priv-kweihmann
Copy link
Copy Markdown
Owner

Unfortunately pydoc-markdown traverses files in non-deterministic order, so there is a lot of unrelated movement 😕

Yeah sadly that thing is a bit unpredictable - but no matter the noise, I will skim over it on a big screen and then merge it

@priv-kweihmann priv-kweihmann merged commit 50feaf7 into priv-kweihmann:main Mar 30, 2026
5 checks passed
@michalsieron michalsieron deleted the packages-dynamic branch March 30, 2026 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants