commit | ceb0a14f29459421ee734217c5b9d3659cceacb1 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Fri Dec 16 15:29:19 2022 +0800 |
committer | developer <developer@mediatek.com> | Fri Dec 16 15:29:19 2022 +0800 |
tree | 4d65a8a61f76d074c5a252a31905df61227706a7 | |
parent | a265b28c87bbf6f030bfaf7ba689cb2a44efc34b [diff] |
[rdkb][common][app][Add rdk-easymesh-controller support] [Description] Add rdk-easymesh-controller support 1. patch 001 fixed 64bit build error 2. patch 002 change the prefix name of interface to compatible filogic device name. The interface will add into the interface list of ieee1905a. The controller will send ieee1905a packets to the interface which are on the list. [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