[Fix wifi and tdk not working without opensync]

[Description]
Fix wifi and tdk not work without building opensync.
1. Hostapd init script use gawk to brung wifi interface, so add it into hostapd bb file.
2. TDK uses procps to monitor TDK agent process, so add it into image bbapend
3. As a result, build opensync, openvswitch is optional.

[Release-log]
N/A

3 files changed
tree: 3c4e08fca4f7c2c8e58f4a20cc899fa77f6b8d66
  1. conf/
  2. mtk_scripts/
  3. recipes-bsp/
  4. recipes-ccsp/
  5. recipes-common/
  6. recipes-connectivity/
  7. recipes-core/
  8. recipes-devtools/
  9. recipes-extended/
  10. recipes-kernel/
  11. recipes-networking/
  12. recipes-protocols/
  13. recipes-rdkb/
  14. recipes-support/
  15. scripts/
  16. CONTRIBUTING.md
  17. COPYING
  18. LICENSE
  19. NOTICE
  20. README.md
  21. 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