commit | b72af8d83772b625fbb9294e11111f1118f8f3a5 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Mon Aug 22 17:27:06 2022 +0800 |
committer | developer <developer@mediatek.com> | Mon Aug 22 17:27:06 2022 +0800 |
tree | 0333e95e4622094bc16760ba2c73854ecfd9cdb4 | |
parent | 6f43820e206c17d073d9b9fd6e80ff9c5a5222ad [diff] |
[rdkb][common][app][Add telnetd and macsec build into image] [Description] Add telnetd and macsec build into image [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