commit | 4ff9912a22865e66a972355f4c0f9818ced59d26 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Tue Aug 23 10:13:45 2022 +0800 |
committer | developer <developer@mediatek.com> | Tue Aug 23 10:34:07 2022 +0800 |
tree | 57399587c8f95246d6f9596e1ed059ee3c18ade2 | |
parent | b72af8d83772b625fbb9294e11111f1118f8f3a5 [diff] |
[rdkb][common][app][Add mt76-vendor] [Description] Add mt76-vendor for nl80211 vendor command. The tool may be deprecated in future, so it is a temporary workaround for vendor command. [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