commit | 78c793c93dc9827a0fea995f70e8742c8ace5047 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Fri Apr 15 13:49:56 2022 +0800 |
committer | developer <developer@mediatek.com> | Fri Apr 15 13:49:56 2022 +0800 |
tree | 196bb7577bd57ac30ea0f9324c0f188d70eb69f3 | |
parent | 17932315965276b3cc0fa0904517e6e1ec49cffd [diff] |
[Change mt76 firmware to maintain in linux-mt76] [Description] Change mt76 firmware to maintain in linux-mt76 1. remove linux-firmware-mt76 package 2. add linux-mt76/files/src/firmware (from OpenWRT) 3. add descrition in mt76 bb to install firmware [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