Skip to content

Commit d1bb1b9

Browse files
authored
Merge branch 'develop' into speedtest-changes
2 parents 8fd8f0f + b4e2ce4 commit d1bb1b9

File tree

9 files changed

+30
-13
lines changed

9 files changed

+30
-13
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 = "e3b57bcb15b04a8c8b7d1ca7f08b79537cd844d3"
4+
SRCREV_libwebconfig = "5f68e4e1d965d7ceaf378a4e0bd94f8d2dcbcccd"
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 = "e3b57bcb15b04a8c8b7d1ca7f08b79537cd844d3"
7+
SRCREV_OneWifi = "5f68e4e1d965d7ceaf378a4e0bd94f8d2dcbcccd"
88
DEPENDS_append = " mesh-agent "
99
DEPENDS_remove = " opensync "
1010
DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'EasyMesh', ' rdk-wifi-libhostap ', '', d)}"

meta-rdk-mtk-bpir4/recipes-ccsp/hal/files/hal_interface.patch

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#Signed-off-by:[email protected]
77
################################################
88
diff --git a/wifi_hal_ap.h b/wifi_hal_ap.h
9-
index f5c37db..7daf939 100644
9+
index f5c37db..9f3f732 100644
1010
--- a/wifi_hal_ap.h
1111
+++ b/wifi_hal_ap.h
1212
@@ -349,7 +349,8 @@ typedef enum
@@ -19,7 +19,17 @@ index f5c37db..7daf939 100644
1919
} wifi_neighborScanMode_t;
2020

2121
/**
22-
@@ -2736,6 +2737,14 @@ typedef struct {
22+
@@ -2711,7 +2712,9 @@ typedef struct {
23+
typedef struct {
24+
BOOL mld_enable;
25+
UINT mld_id;
26+
+ UINT mld_link_id;
27+
mac_address_t mld_addr;
28+
+ BOOL mld_apply;
29+
} __attribute__((packed)) wifi_mld_common_info_t;
30+
31+
typedef struct {
32+
@@ -2736,6 +2739,14 @@ typedef struct {
2333
} __attribute__((packed)) wifi_back_haul_sta_t;
2434

2535
#define WIFI_AP_MAX_SSID_LEN 33
@@ -30,20 +40,20 @@ index f5c37db..7daf939 100644
3040
+ * Computed by taking Max MPDU size - ~ MAX 802.11 header size - 802.11 FCS size - ~Size of required IEs
3141
+ * 2,310 is divisible by the typical Vendor IE size (7 = IE Type[1] + IE Length[1] + OUI[3] + VIE Type[1] + VIE Subtype [1])
3242
+ */
33-
+#define WIFI_AP_MAX_VENDOR_IE_LEN 2310
43+
+#define WIFI_AP_MAX_VENDOR_IE_LEN 2310
3444
typedef struct {
3545
CHAR ssid[WIFI_AP_MAX_SSID_LEN];
3646
BOOL enabled;
37-
@@ -2763,6 +2772,8 @@ typedef struct {
47+
@@ -2762,6 +2773,8 @@ typedef struct {
48+
mac_address_t bssid; /**< The BSSID. This variable should only be used in the get API. It can't used to change the interface MAC */
3849
UINT wmmNoAck;
3950
UINT wepKeyLength;
40-
BOOL bssHotspot;
4151
+ UINT vendor_elements_len;
4252
+ UCHAR vendor_elements[WIFI_AP_MAX_VENDOR_IE_LEN];
53+
BOOL bssHotspot;
4354
UINT wpsPushButton;
4455
char beaconRateCtl[32];
45-
BOOL network_initiated_greylist;
46-
@@ -2919,4 +2930,4 @@ INT wifi_hal_analytics_callback_register(wifi_analytics_callback callback);
56+
@@ -2919,4 +2932,4 @@ INT wifi_hal_analytics_callback_register(wifi_analytics_callback callback);
4757
}
4858
#endif
4959

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SRC_URI_remove = "git://github.com/rdkcentral/rdk-wifi-hal.git;protocol=https;branch=main;name=rdk-wifi-hal"
22

33
SRC_URI += "git://github.com/rdkcentral/rdk-wifi-hal.git;protocol=https;branch=develop;name=rdk-wifi-hal"
4-
SRCREV_rdk-wifi-hal = "c24ac486aaed208c4deb4df1a040864c0712f487"
4+
SRCREV_rdk-wifi-hal = "384def11912712f0184740f10607d60be0064743"
55

66
CFLAGS_append = " -D_PLATFORM_BANANAPI_R4_ -DBANANA_PI_PORT -DFEATURE_SINGLE_PHY "
77
CFLAGS_append_kirkstone = " -fcommon"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SRC_URI_remove = "git://github.com/rdkcentral/rdk-wifi-hal.git;protocol=https;branch=main;name=rdk-wifi-util"
22

33
SRC_URI = "git://github.com/rdkcentral/rdk-wifi-hal.git;protocol=https;branch=develop;name=rdk-wifi-util"
4-
SRCREV_rdk-wifi-util = "c24ac486aaed208c4deb4df1a040864c0712f487"
4+
SRCREV_rdk-wifi-util = "384def11912712f0184740f10607d60be0064743"

meta-rdk-mtk-bpir4/recipes-ccsp/util/utopia.bbappend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131
#Defaults for Telemetry T2 Enable
3232
\$T2Enable=true
3333
\$T2Version=2.0.1
34-
\$T2ConfigURL=https://xconf.rdkcentral.com:19092/loguploader/getT2Settings" >> ${D}${sysconfdir}/utopia/system_defaults
34+
\$T2ConfigURL=https://xconf.rdkcentral.com/loguploader/getT2Settings" >> ${D}${sysconfdir}/utopia/system_defaults
3535

3636
#lan0 used for WAN Connectivity
3737
sed -i "s/\$\$lan_ethernet_physical_ifnames=lan0 lan1 lan2 lan3 lan4/\$\$lan_ethernet_physical_ifnames=lan1 lan2 lan3 lan4/g" ${D}${sysconfdir}/utopia/system_defaults
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
do_install_append() {
22
#Set the RFC_CONFIG_SERVER_URL by sed
3-
sed -i -e 's/RFC_CONFIG_SERVER_URL=.*$/RFC_CONFIG_SERVER_URL=https:\/\/xconf.rdkcentral.com:19092\/featureControl\/getSettings/' ${D}${sysconfdir}/rfc.properties
3+
sed -i -e 's/RFC_CONFIG_SERVER_URL=.*$/RFC_CONFIG_SERVER_URL=https:\/\/xconf.rdkcentral.com\/featureControl\/getSettings/' ${D}${sysconfdir}/rfc.properties
44
}

meta-rdk-mtk-bpir4/recipes-core/images/rdk-generic-broadband-image.bbappend

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ IMAGE_INSTALL_append = " ccsp-tr069-pa"
66
IMAGE_INSTALL_append = " bpi-serialnumber"
77
IMAGE_INSTALL_append = " bpi-macaddress"
88

9+
910
IMAGE_INSTALL_append = " rdk-speedtest-cli"
11+
#Enable required linux utils for Fwupgrade
12+
IMAGE_INSTALL_append = " gptfdisk e2fsprogs-mke2fs"
1013

1114
ROOTFS_POSTPROCESS_COMMAND_append = "add_busybox_fixes; "
1215

meta-rdk-mtk-bpir4/recipes-rdkb/sysint-broadband/sysint-broadband.bbappend

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ do_install_append () {
1818
install -m 0755 ${S}/devicebpi/scripts/self_heal_connectivity_test.sh ${D}/usr/ccsp/tad
1919
install -m 0755 ${S}/devicebpi/scripts/resource_monitor.sh ${D}/usr/ccsp/tad
2020
install -m 0755 ${S}/devicebpi/scripts/task_health_monitor.sh ${D}/usr/ccsp/tad
21+
22+
# Changing CLOUDURL and DCM_LOG_SERVER_URL values with migrated server
23+
sed -i -e 's|^CLOUDURL=.*$|CLOUDURL="https://xconf.rdkcentral.com/xconf/swu/stb?eStbMac="|' ${D}${sysconfdir}/include.properties
24+
sed -i -e 's|^DCM_LOG_SERVER_URL=.*$|DCM_LOG_SERVER_URL=https://xconf.rdkcentral.com/loguploader/getSettings|' ${D}${sysconfdir}/dcm.properties
2125
}

0 commit comments

Comments
 (0)