Questions about some functions


wangmy <wangmy@...>
 

I see the following two items on the page of 2022 Yocto Project Weekly Status Archive:
1. A tool, used for collaboration on the creation of release notes, git-refinery-web has been made publicly available by Intel, thanks! We may not be able to use it for 4.1 due to the timescales but the hope is to use it in the future for collaboratively creating the release notes.
2. Thinking about the idea of variable “filter” functions to help implementation of recipe class extensions (like native and nativesdk).

Where can I find relevant content about "variable filter function" and "git-refinery-web"?

  --
Best Regards
---------------------------------------------------
Wang Mingyu
Development Dept.I
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, Nanjing, 210012, China
TEL: +86+25-86630566-8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@...
http://www.fujitsu.com/cn/fnst/


Richard Purdie
 

On Thu, 2023-02-02 at 06:57 +0000, wangmy wrote:
I see the following two items on the page of 2022 Yocto Project Weekly Status Archive:
1. A tool, used for collaboration on the creation of release notes,
git-refinery-web has been made publicly available by Intel, thanks!
We may not be able to use it for 4.1 due to the timescales but the
hope is to use it in the future for collaboratively creating the
release notes.
You can find the code here:

https://git.yoctoproject.org/git-refinery-web/

We've had a few issues deploying an instance of it unfortunately.

2. Thinking about the idea of variable “filter” functions to help
implementation of recipe class extensions (like native and
nativesdk).

Where can I find relevant content about "variable filter function" and "git-refinery-web"?
There are some examples of filter functions here:

https://git.yoctoproject.org/poky-contrib/log/?h=jpew/bb-filters

It is very much a work in progress idea.

Cheers,

Richard