[Add sync hostapd config flow]

[Description]
Add sync hostapd config flow

[Release-log]
N/A

1 file changed
tree: 46cdc17e108eacafc6aca4e41cfc0468e5f38781
  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