commit | d497c1872cf1864730ae90b9ffae40b8d1103b44 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Mon Dec 19 15:08:00 2022 +0800 |
committer | developer <developer@mediatek.com> | Mon Dec 19 15:08:00 2022 +0800 |
tree | c9b944239ac52e91eac81aed6cb455180fba43c2 | |
parent | ceb0a14f29459421ee734217c5b9d3659cceacb1 [diff] |
[rdkb][common][app][Fix miniupnpd service start fail] [Description] Fix miniupnpd service start fail 1. the config of miniupnpd didn't compatible with filogic on rdkb [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