commit | 60f0c3ab5356e413fa91e1d5b858255c85ab491d | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Thu Apr 28 17:10:17 2022 +0800 |
committer | developer <developer@mediatek.com> | Thu Apr 28 17:10:17 2022 +0800 |
tree | 3c4e08fca4f7c2c8e58f4a20cc899fa77f6b8d66 | |
parent | 3d38a52fb281c3f9b93c5c4889bc81fadd48341a [diff] |
[Fix wifi and tdk not working without opensync] [Description] Fix wifi and tdk not work without building opensync. 1. Hostapd init script use gawk to brung wifi interface, so add it into hostapd bb file. 2. TDK uses procps to monitor TDK agent process, so add it into image bbapend 3. As a result, build opensync, openvswitch is optional. [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