commit | fb6881861334fac703704127beebcadc0880ef33 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Wed Jun 08 14:48:19 2022 +0800 |
committer | developer <developer@mediatek.com> | Wed Jun 08 14:48:19 2022 +0800 |
tree | 7a18f9aaa4077c0b68fe206461a222d8d86fdfeb | |
parent | 2bf53a905c40a130acccdf89972273dfc082b600 [diff] |
[Add tdk-b platform property] [Description] Add and change tdk-b platform property when install, these values would be queried by tdk test scripts. And add two patches: 1. Fix output buffer is null. 2. Add tdk platform utility functions, these functions would be called by tdk scripts, too. [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