Skip to content

Commit

Permalink
RDKB-55862:Create new WanManager version tag (#40)
Browse files Browse the repository at this point in the history
Reason for change: new version tags are, RdkWanManager:RC2.4.0c, RdkPppManager:RC1.1.0b,RdkGponManager:RC1.2.0a
Test Procedure:
1.)Test the list of commit between last and current version tag given above.
Risks: Medium
Priority: P2
Signed-off-by: kulvendra singh <[email protected]>
  • Loading branch information
kul2241 authored Aug 9, 2024
1 parent b146c06 commit 4b39d0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipes-ccsp/ccsp/rdk-ppp-manager.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DEPENDS = "ccsp-common-library dbus rdk-logger utopia halinterface libunpriv"

require recipes-ccsp/ccsp/ccsp_common.inc

GIT_TAG = "RC1.1.0a"
GIT_TAG = "RC1.1.0b"
SRC_URI := "git://github.com/rdkcentral/RdkPppManager.git;branch=main;protocol=https;name=PppManager;tag=${GIT_TAG}"
PV = "${GIT_TAG}+git${SRCPV}"

Expand Down
2 changes: 1 addition & 1 deletion recipes-ccsp/ccsp/rdk-wanmanager.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'rdkb_wan_manager', '

require recipes-ccsp/ccsp/ccsp_common.inc

GIT_TAG = "RC2.4.0b"
GIT_TAG = "RC2.4.0c"
SRC_URI := "git://github.com/rdkcentral/RdkWanManager.git;branch=main;protocol=https;name=WanManager;tag=${GIT_TAG}"
PV = "${GIT_TAG}+git${SRCPV}"

Expand Down
2 changes: 1 addition & 1 deletion recipes-ccsp/ccsp/rdkgponmanager.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DEPENDS = "ccsp-common-library dbus rdk-logger utopia hal-platform json-hal-lib"

require recipes-ccsp/ccsp/ccsp_common.inc

GIT_TAG = "v1.1.0"
GIT_TAG = "RC1.2.0a"
SRC_URI = "git://github.com/rdkcentral/RdkGponManager.git;branch=main;protocol=https;name=GponManager;tag=${GIT_TAG}"
PV = "${GIT_TAG}+git${SRCPV}"
EXTRA_OECONF_append = " --with-ccsp-platform=bcm --with-ccsp-arch=arm "
Expand Down

0 comments on commit 4b39d0b

Please sign in to comment.