Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-extsrc.xml  -b  yocto-dunfell-upgrade
 
repo sync -j4 --no-clone-bundle
 
MACHINE=turris source meta-turris/setup-environment
 
bitbake corerdk-generic-broadband-image-minimal

 Error Handling


Error/Issues

Layer/Reciepe

Fix

1

ERROR: Configure error in PAM , tr069, dmcli and webui

meta-rdk-broadband

Safec version has been upgraded from 3.5 to 3.5.1

Changed LDFLAGS to libsafec-3.5.1

2

ERROR: Nothing RPROVIDES 'cpp-symlinks'

ERROR: Nothing RPROVIDES 'cpp'

meta-openembedded

meta-turris

python3-pycparser version has been upgraded from 2.19 to 2.20

renamed the bbappend to 2.20 version

3
ERROR: Mosquitto compile error, build breakage
meta-rdk-ext

patch-set In  has been provided to fix this issue with openssl
4

wan interface erouter0 did not get IP

Utopia -repo

service_wan.c code seem not proper,

Fails in dhcp_parse_vendor_info API

5lan interface brlan0  not acquiring the IP

meta-turris /utopia.bbappend

Provided the patch-set as work-around in lan_handler.sh

6

syseventd is not running on the port

Error: Address already in use (inet6 addr)

meta-turris/utopia.bbappend

Added CFLAGS += "-DNO_IPV6" as a work-around in utopia.bbapend
7
Lighttpd fails to run 
meta-turris/ccsp-webui.bbappend

Used to sed command to disable server.ipv6 in lighttpd.conf

8check.php gives the blank image, after logged on in RDKB-WebUI

webui - repo

Replaced  the suspicious line in check.php 

Features Supported

  •    All the Ccsp Services are up and running
  •    WebUI is Enabled and runs in the ipv4 port.
  •    Ensured the wireless client is connected to both 2.4Ghz and 5Ghz , acquired the IP.
  •    dmcli works well and retrieves the information through all components such as pam,wifi,etc 

...