[Implement RDK-B WiFi HAL]

[Description]
Specify hal-wifi-cfg80211 package to fetch from the master branch of hal-wifi-cfg80211
project. In other words, it always fetch the latest code from the open source
project https://github.com/rdkcentral/hal-wifi-cfg80211.

[Release-log]
N/A

Change-Id: Idf34fdb8c1f273df425ebcff9c6c4ef30b03ab79
1 file changed
tree: 607795a5101bb903a36dc75ad8bb0d666a5f2fee
  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