commit | e5c16227b009cfc3834bf18578771ef6f2a751d8 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Thu May 05 19:52:53 2022 +0800 |
committer | developer <developer@mediatek.com> | Thu May 05 19:52:53 2022 +0800 |
tree | f03e02983b84f40b18ce7db2da7107199f4787b3 | |
parent | 3d785cda22d960e259306c56498cfb54dcb3fa73 [diff] |
[Fix TFTP put file from dut fail issue] [Description] Fix TFTP put file from dut fail issue 1. tftp request packet include tsize option, some tftp server will not accept the packet 2. align to openwrt close CONFIG_FEATURE_TFTP_BLOCKSIZE this flag [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