@@ -3,9 +3,9 @@ Upstream-Status: Inappropriate [arago specific]
diff --git a/scripts/setup.sh b/scripts/setup.sh
index 7bba711..4a98e66 100755
---- a/scripts/setup.sh
-+++ b/scripts/setup.sh
-@@ -41,6 +41,12 @@ MODULES=(
+--- a/scripts/common.sh
++++ b/scripts/common.sh
+@@ -12,6 +12,12 @@ NP2_MODULES=(
"ietf-network-instance@2019-01-21.yang"
"ietf-subscribed-notifications@2019-09-09.yang -e encode-xml -e replay -e subtree -e xpath"
"ietf-yang-push@2019-09-09.yang -e on-change"
@@ -16,5 +16,5 @@ index 7bba711..4a98e66 100755
+"ieee802-dot1q-sched@2022-08-18.yang"
+"ieee802-dot1q-sched-bridge@2022-08-18.yang"
)
-
- CMD_INSTALL=
+
+ LN2_MODULES=(
@@ -3,19 +3,19 @@ DESCRIPTION = "Netopeer2 is based on the new generation of the NETCONF and YANG
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=41daedff0b24958b2eba4f9086d782e1"
-SRC_URI = "git://github.com/CESNET/Netopeer2.git;protocol=https;branch=devel \
+SRC_URI = "git://github.com/CESNET/Netopeer2.git;protocol=https;branch=master \
${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', \
'file://netopeer2-server', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \
'file://netopeer2-serverd.service', '', d)} \
"
-PV = "2.1.59+git"
-SRCREV = "b81788d9a81770313a0eb7f88d4224726b3d6e15"
+PV = "2.2.35+git"
+SRCREV = "6d1cb61ef3ce2274a91dc9cbc51318bcd0b54697"
S = "${WORKDIR}/git"
-DEPENDS = "libyang libnetconf2 sysrepo curl"
+DEPENDS = "libyang libnetconf2 sysrepo systemd"
RDEPENDS:${PN} += "bash curl"
FILES:${PN} += "${datadir}/yang* ${datadir}/netopeer2/* ${libdir}/sysrepo-plugind/*"
With the update to a newer libyang, we need to move to a newer version of netopeer2-server. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- .../netopeer2-server/0001-Add-EST-Yang-Models.patch | 10 +++++----- .../netopeer2-server/netopeer2-server_git.bb | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-)