[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]

1 file changed
tree: f03e02983b84f40b18ce7db2da7107199f4787b3
  1. conf/
  2. mtk_scripts/
  3. recipes-ccsp/
  4. recipes-connectivity/
  5. recipes-core/
  6. recipes-devtools/
  7. recipes-extended/
  8. recipes-kernel/
  9. recipes-protocols/
  10. recipes-rdkb/
  11. recipes-support/
  12. CONTRIBUTING.md
  13. COPYING
  14. LICENSE
  15. NOTICE
  16. README.md
  17. setup-environment
README.md

meta-turris

External layer for turris omnia

Quick Build steps

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