[rdk-b][common][app][Fix build failed caused by rbus]

[Description]
Fix build failed caused by rbus.
RBUS repo move from rdkb repo to github, so rdkb remove some bb files.
And need to use DISTRO_FEATURES to maintain rbus support for webconfig-framework.

[Release-log]

Change-Id: Ie569162278752dac33b4bfe5393abc34e702f132
1 file changed
tree: 737c5d413733a11539d9824be33d4af9e5f3f5cf
  1. conf/
  2. mtk_scripts/
  3. recipes-ccsp/
  4. recipes-common/
  5. recipes-connectivity/
  6. recipes-core/
  7. recipes-devtools/
  8. recipes-extended/
  9. recipes-kernel/
  10. recipes-networking/
  11. recipes-rdkb/
  12. recipes-support/
  13. CONTRIBUTING.md
  14. COPYING
  15. LICENSE
  16. NOTICE
  17. README.md
  18. setup-environment
README.md

meta-turris

External layer for turris omnia

Quick Build steps

Follow this build steps to generate RDKB image and assuming that yocto environment setting is already done.

$ mkdir <workspace dir> 
$ cd <workspace dir> 

$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-extsrc.xml -b rdk-next
(or)
$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-nosrc.xml -b rdk-next

$ repo sync -j4 --no-clone-bundle 
$ MACHINE=turris source meta-turris/setup-environment
$ bitbake rdk-generic-broadband-image