Skip to content

Commit 19571c2

Browse files
authored
Merge branch 'develop' into RDKBACCL-1103_ipv6_regression
2 parents 45457ec + 82095cc commit 19571c2

File tree

2 files changed

+41
-5
lines changed

2 files changed

+41
-5
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
DEVICE_TYPE=broadband
2+
BUILD_TYPE=dev
3+
MOCA_INTERFACE=eth0
4+
ETHERNET_INTERFACE=eth0
5+
BUILD_VERSION=
6+
MANUFACTURE=
7+
LOG_PATH=/rdklogs/logs/
8+
CORE_PATH=/mnt/memory/corefiles/
9+
PROCESS_RESTART_LOG=/dev/null
10+
MESH_SUPPORTED=true
11+
WAN_TYPE=DOCSIS
12+
ETH_PORT2_XFINITY_HOME=true
13+
MOCA_SUPPORTED=false
14+
DOCSIS_SUPPORTED=true
15+
BRIDGE_MODE_SUPPORTED=true
16+
DEVICE_ROUTER=false
17+
BATTERY_SUPPORTED=true
18+
WPS_SUPPORTED=true
19+
VOICE_SUPPORTED=true
20+
WAN0_IS_DUMMY=false
21+
WanFailOverSupportEnable=true
22+
BOX_TYPE=BPI
23+
ARM_INTERFACE=erouter0
24+
MODEL_NAME=BPI
25+
ATOM_INTERFACE=br0
26+
ATOM_INTERFACE_IP=192.168.101.3
27+
ATOM_PROXY_SERVER=192.168.101.3
28+
PARODUS_URL=tcp://127.0.0.1:6666
29+
WEBPA_CLIENT_URL=tcp://192.168.101.3:6667
30+
NVRAM2_SUPPORTED=yes
31+
TFTP_SERVER_IP=35.161.239.220
32+
PART_SIZE_OFFSET=4194304
33+
WEBCONFIG_INTERFACE=erouter0
34+
SERVERURL=https://webpa.rdkcentral.com:8080

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1+
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2+
13
SRC_URI_append = "${CMF_GITHUB_ROOT}/bananapi-sysint;protocol=https;nobranch=1;destsuffix=git/devicebpi;name=sysintdevicebpi"
24
SRCREV_sysintdevicebpi = "9c9644d7cdb8a50db53b69995d10729192991b21"
35
SRCREV_FORMAT = "1.0.0"
46

7+
SRC_URI += "file://bpi_custom_device.properties"
8+
59
do_install_append () {
6-
#Webpa ServerURL
7-
echo "SERVERURL=https://webpa.rdkcentral.com:8080" >> ${D}${sysconfdir}/device.properties
8-
echo "Box_Type=bpi" >> ${D}${sysconfdir}/device.properties
9-
${@bb.utils.contains('DISTRO_FEATURES', 'OneWifi', 'echo "OneWiFiEnabled=true" >> ${D}${sysconfdir}/device.properties', '', d)}
10-
${@bb.utils.contains('DISTRO_FEATURES', 'em_extender', 'sed -i "s/eth0/brlan0/g" ${D}/lib/rdk/startSSH.sh', '', d)}
10+
install -m 644 ${WORKDIR}/bpi_custom_device.properties ${D}${sysconfdir}/device.properties
11+
${@bb.utils.contains('DISTRO_FEATURES', 'OneWifi', 'echo "OneWiFiEnabled=true" >> ${D}${sysconfdir}/device.properties', '', d)}
12+
${@bb.utils.contains('DISTRO_FEATURES', 'em_extender', 'sed -i "s/eth0/brlan0/g" ${D}/lib/rdk/startSSH.sh', '', d)}
1113

1214
#self heal support
1315
rm -rf ${D}/usr/ccsp/tad

0 commit comments

Comments
 (0)