Versions Compared

Key

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

...

We are using the following distro features to enable rdkb wanmanager . Please add the following distro features into OEM in RPI machine configuration file,

  • rdkb_wan_manager : Used to enable RDK WanManager and json hal
Code Block
languagebash
titleraspberrypi-rdk-broadband.conf
DISTRO_FEATURES_append =  rdkb_wan_manager"

Also , we need to disable the GwProvapp-EthWan component in ccsp packagegroup . 

Code Block
languagebash
titlepackagegroup-ccsp-rdk-broadband.bbappend
GWPROVAPP = ""


Package Group

To enable the RDKB Wanmanager components, added those components into the final build target.  So, We have added those components into the  ccsp packagegroup(58865),

...