Skip to content

Commit 5ea0508

Browse files
committed
RDKBACCL-977 : Need to add socat package support for ieee1905
Reason for change: observing below error when we run the socat bin, 2025/07/02 09:04:00 socat[433851] E unknown device/address "UDP4-RECVFROM" 2025/07/02 09:04:01 socat[434216] E unknown device/address "-" so, enabled required extra_oeconf options to resolve the observed errors. Also, this pkg is compiled whenever we enabled the EasyMesh distro Test procedure: socat command execution succeeded. Risks: None Signed-off-by: keerthana.p <[email protected]>
1 parent 9de4cff commit 5ea0508

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
EXTRA_OECONF_remove = " --disable-proxy \
2+
--disable-tun \
3+
--disable-stdio \
4+
--disable-sctp \
5+
--disable-socks4 \
6+
--disable-socks4a \
7+
--disable-udp \
8+
--disable-fdnum \
9+
--disable-creat \
10+
--disable-gopen \
11+
--disable-pipe \
12+
--disable-unix \
13+
--disable-abstract-unixsocket \
14+
--disable-rawip \
15+
--disable-genericsocket \
16+
--disable-system \
17+
--disable-readline \
18+
"
19+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ add_busybox_fixes() {
2828
}
2929

3030
IMAGE_INSTALL_remove = "${@bb.utils.contains('DISTRO_FEATURES', 'ppp-enabled', '', 'pptp-linux rp-pppoe xl2tpd', d)}"
31-
IMAGE_INSTALL_append = "${@bb.utils.contains('DISTRO_FEATURES', 'EasyMesh',' unified-wifi-mesh unified-wifi-mesh-cli','',d)}"
31+
IMAGE_INSTALL_append = "${@bb.utils.contains('DISTRO_FEATURES', 'EasyMesh',' unified-wifi-mesh unified-wifi-mesh-cli socat','',d)}"

0 commit comments

Comments
 (0)