...
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 | ||
|---|---|---|
| ||
$ 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)
...