All of lore.kernel.org
 help / color / mirror / Atom feed
* [master/kirkstone 0/3] Introduce sysrepo based parser app
@ 2023-06-09 11:55 Ravi Gunasekaran
  2023-06-09 11:55 ` [master/kirkstone 1/3] meta-aragos-extras: sysrepo: Add TSN Yang models Ravi Gunasekaran
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Ravi Gunasekaran @ 2023-06-09 11:55 UTC (permalink / raw)
  To: meta-arago; +Cc: g-gupta, r-gunasekaran

NETCONF protocol defines a mechanism for device management,
retrieving configuration information and modifying device with
new configuration data.

YANG is a data modelling language used to model configuration
and state data manipulated by the NETCONF.

NETCONF/YANG is realized through netopeer and sysrepo. A yocto project
for the same exists [0].

[0] is a fork of [1] with support added for Kirstone. I have sent a
pull request for it and it is yet to be acknowledged.

NETCONF/YANG support was added in SDK 8.6 and the changeset were added
in meta-processor-sdk. But since it was concluded that it is generic
networking feature, moving this to meta-arago.

I plan to send two more patches once this series is accepted
1) A URL for the meta-sysrepo [0] in oe-layersetup/configs/arago-kirkstone-next-config.txt
2) Add the required package name in tisdk-default-image.bb in meta-arago

[0] - https://github.com/ravig07/meta-sysrepo/tree/kirkstone
[1] - https://github.com/sartura/meta-sysrepo

Ravi Gunasekaran (3):
  meta-aragos-extras: sysrepo: Add TSN Yang models
  meta-aragos-extras: sysrepo: Add .bbappend for netopeer2
  meta-aragos-extras: sysrepo: Introduce nw-configurator app

 .../0001-Add-EST-Yang-Models.patch            |  17 +
 .../netopeer2-server_git.bbappend             |   6 +
 .../nw-configurator/files/nw-configurator.c   | 409 ++++++++++++++++++
 .../nw-configurator/nw-configurator.bb        |  25 ++
 .../tsn-yang-models/tsn-yang-models_git.bb    |  25 ++
 5 files changed, 482 insertions(+)
 create mode 100644 meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server/0001-Add-EST-Yang-Models.patch
 create mode 100644 meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server_git.bbappend
 create mode 100644 meta-arago-extras/recipes-sysrepo/nw-configurator/files/nw-configurator.c
 create mode 100644 meta-arago-extras/recipes-sysrepo/nw-configurator/nw-configurator.bb
 create mode 100644 meta-arago-extras/recipes-sysrepo/tsn-yang-models/tsn-yang-models_git.bb


base-commit: d36947b9f99c4428f125e7b9b8612256e9fd87df
-- 
2.17.1



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

end of thread, other threads:[~2023-06-13 23:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-09 11:55 [master/kirkstone 0/3] Introduce sysrepo based parser app Ravi Gunasekaran
2023-06-09 11:55 ` [master/kirkstone 1/3] meta-aragos-extras: sysrepo: Add TSN Yang models Ravi Gunasekaran
2023-06-09 11:55 ` [master/kirkstone 2/3] meta-aragos-extras: sysrepo: Add .bbappend for netopeer2 Ravi Gunasekaran
2023-06-09 11:55 ` [master/kirkstone 3/3] meta-aragos-extras: sysrepo: Introduce nw-configurator app Ravi Gunasekaran
2023-06-12 20:59 ` [meta-arago] [master/kirkstone 0/3] Introduce sysrepo based parser app Denys Dmytriyenko
2023-06-13  4:32   ` [EXTERNAL] " Ravi Gunasekaran
2023-06-13 23:27     ` Denys Dmytriyenko

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.