Versions Compared

Key

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

...

The default ARM build have been updated to include additional features such as  erouter0, Captive Portal and WebUI   , WebUI and  multi-config support.

The required PRs to be cherry-picked

...

Code Block
titleMulticonfig (rdk-next)
$ MACHINE="all" source meta-rdk-bsp-arm/setup-environment
$ bitbake mc:generic:rdk-generic-broadband-image && \
  bitbake mc:raspberrypi:rdk-generic-broadband-image && \
  bitbake mc:armqemu:rdk-generic-broadband-image
(Due to the way RDK-B components are built, it is not possible to do a "parallel" build for two targets at once, however, you will 
still save a significant amount of time and disk space by using multiconfig builds sequentially)

...