commit | e3b31392958175f43310891d630b2f035bdd2793 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Fri Apr 15 16:18:43 2022 +0800 |
committer | developer <developer@mediatek.com> | Fri Apr 15 16:18:43 2022 +0800 |
tree | ff3ec5090a9e493d2a86b09cadeb4647898a64b9 | |
parent | 78c793c93dc9827a0fea995f70e8742c8ace5047 [diff] |
[Add regs and mii-mgr tools to image] [Description] Add regs and mii-mgr tools to image 1. append regs and mii-mgr to IMAGE_INSTALL [Release-log]
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