NETCONF/YANG is implemented through netopeer2/sysrepo. A Yocto project for sysrepo is available in public domain[1].
[1] is compatible only with Yocto Honister branch. So update the config with [2] which is fork of [1] for Kirkstone. [1] - https://github.com/sartura/meta-sysrepo [2] - https://github.com/ravig07/meta-sysrepo Signed-off-by: Ravi Gunasekaran <[email protected]> --- I have sent a Pull Request for [2]. Once it gets merged, then the URI in the config.txt can be replaced with it. configs/arago-kirkstone-config.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/arago-kirkstone-config.txt b/configs/arago-kirkstone-config.txt index c2524a4..e80ab80 100644 --- a/configs/arago-kirkstone-config.txt +++ b/configs/arago-kirkstone-config.txt @@ -10,6 +10,7 @@ meta-openembedded,https://git.openembedded.org/meta-openembedded,kirkstone,HEAD, meta-ti,https://git.yoctoproject.org/meta-ti,kirkstone,HEAD,layers=meta-ti-extras:meta-ti-bsp meta-arm,https://git.yoctoproject.org/meta-arm,kirkstone,HEAD,layers=meta-arm:meta-arm-toolchain oe-core,https://git.openembedded.org/openembedded-core,kirkstone,HEAD,layers=meta +meta-sysrepo,https://github.com/ravig07/meta-sysrepo,kirkstone,HEAD,layers= OECORELAYERCONF=./sample-files/bblayers.conf.sample OECORELOCALCONF=./sample-files/local-arago64-v2.conf.sample BITBAKE_INCLUSIVE_VARS=yes -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14643): https://lists.yoctoproject.org/g/meta-arago/message/14643 Mute This Topic: https://lists.yoctoproject.org/mt/99566578/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
