All of lore.kernel.org
 help / color / mirror / Atom feed
* create-layers-setup Yaml support #bitbake
@ 2023-04-11 13:01 talhacali
  2023-04-11 14:01 ` [yocto] " Alexander Kanavin
  0 siblings, 1 reply; 9+ messages in thread
From: talhacali @ 2023-04-11 13:01 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 1039 bytes --]

Hi All,

In my project at work, we want to use create-layers-setup instead of git submodules. But, there is one issue that we are facing right now: We have got a CI pipeline that has Renovate bots to update, and create pull requests for repositories when a new commit is made in one of the dependencies. For it to work with Yocto layers, renovate bots require a regular expression in the Json file before ref key that create-layers-setup creates. But the problem is since Json doesn't support comments, and it is not sorted, it creates so much manual work. It is also so ugly if we add a dummy key to the json.

For that reason, would it be possible to support Yaml as an option? I know that Yaml is not part of Python standard library but it can be optional if pyyaml is installed in the system like here ( https://github.com/yoctoproject/poky/blob/e13a057812ec639544c321db0aedf9c7c203953e/documentation/sphinx/yocto-vars.py ). Either creating both json, and yaml file; or creating one of them that user chooses.

Regards,
Talha

[-- Attachment #2: Type: text/html, Size: 1112 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-04-12 16:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-11 13:01 create-layers-setup Yaml support #bitbake talhacali
2023-04-11 14:01 ` [yocto] " Alexander Kanavin
2023-04-11 14:31   ` talhacali
2023-04-11 14:47     ` [yocto] " Alexander Kanavin
2023-04-11 14:49       ` Alexander Kanavin
2023-04-12 11:12         ` talhacali
2023-04-12 11:34           ` [yocto] " Alexander Kanavin
2023-04-12 16:18             ` talhacali
2023-04-12 16:19               ` talhacali

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.