commit | 16b198bc944d1a69c1108f396fa28caa0b356bd4 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Tue Aug 02 11:14:02 2022 +0800 |
committer | developer <developer@mediatek.com> | Tue Aug 02 11:14:02 2022 +0800 |
tree | 590dd2998a13bfa68964c738062b9f8fbe72283a | |
parent | b68cb4309fb93887f601afbc343be2308d78ac21 [diff] |
[rdk-b][all][wifi][Refactor wifi sync script] [Description] Refactor wifi sync script to remove iw patches which not work for wifi-hal [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