commit | 8781c8e4a1b65cad900c3f98312692513563b88c | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Mon May 09 15:35:58 2022 +0800 |
committer | developer <developer@mediatek.com> | Mon May 09 15:35:58 2022 +0800 |
tree | 466571ab19e6ea25e0ca7fb002971edb56c4cc4c | |
parent | a952fda8b3e5a5cde540e3387111b189b5d7c5b8 [diff] |
[Refactor RDK-B WiFi HAL] [Description] Refactor RDK-B WiFi HAL. Repatch and add wifi status check to avoid wifiAgent call this function with non-exist wifi interfaces. [Release-log] N/A
External layer for turris omnia
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