Skip to content

Commit 317cbaf

Browse files
committed
RDKBACCL-743 : Update OneWifi SRCREV with STA_MGR
Reason for change: Sta_mgrfiles stub inclusion in onewifi for demo Test Procedure: Able to compile onewifi with sta-mgr Risks: Low Signed-off-by: keerthana.p <[email protected]>
1 parent db705df commit 317cbaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meta-rdk-mtk-bpir4/recipes-ccsp/ccsp/ccsp-one-wifi-libwebconfig.bbappend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SRC_URI_remove = "${CMF_GIT_ROOT}/rdkb/components/opensource/ccsp/OneWifi;protocol=${CMF_GIT_PROTOCOL};branch=${CMF_GIT_BRANCH};name=libwebconfig"
22

33
SRC_URI = "git://github.com/rdkcentral/OneWifi.git;protocol=https;branch=develop;name=libwebconfig"
4-
SRCREV_libwebconfig = "9b113eb7af912ee25c6a87086545e16b8a59fc8d"
4+
SRCREV_libwebconfig = "e3b57bcb15b04a8c8b7d1ca7f08b79537cd844d3"
55

66
DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'EasyMesh', ' rdk-wifi-libhostap unified-wifi-mesh-header ', '', d)}"
77
EXTRA_OECONF_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'EasyMesh', ' --enable-easymesh ', '', d)}"

meta-rdk-mtk-bpir4/recipes-ccsp/ccsp/ccsp-one-wifi.bbappend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
44

55
SRC_URI_remove = "${CMF_GIT_ROOT}/rdkb/components/opensource/ccsp/OneWifi;protocol=${CMF_GIT_PROTOCOL};branch=${CMF_GIT_BRANCH};name=OneWifi"
66
SRC_URI = "git://github.com/rdkcentral/OneWifi.git;protocol=https;branch=develop;name=OneWifi"
7-
SRCREV_OneWifi = "9b113eb7af912ee25c6a87086545e16b8a59fc8d"
7+
SRCREV_OneWifi = "e3b57bcb15b04a8c8b7d1ca7f08b79537cd844d3"
88
DEPENDS_append = " mesh-agent "
99
DEPENDS_remove = " opensync "
1010
DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'EasyMesh', ' rdk-wifi-libhostap ', '', d)}"

0 commit comments

Comments
 (0)