Versions Compared

Key

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

...

Note :  RdkWanManager Project will be added in RPI Manifest , Once the RdkWanManager Compilation error changes are merged in rdk-next(58500

Global CFLAGS

  • FEATURE_RDKB_WANMANAGER is the global CFLAG used in other components to use with WANMANAGER feature.

We enabled WanManager CFLAGS in below file in rpi(meta-cmf-raspberrypi) layer,

Code Block
languagebash
titleccsp_common_rpi.inc
CFLAGS_append += "${@bb.utils.contains('DISTRO_FEATURES', 'rdkb_wan_manager', ' -DFEATURE_RDKB_WAN_MANAGER ', '', d)}"


Persistent (PSM) configuration changes

...