Solutions to your doubts are just one click away. Just select the appropriate category and ask questions. You can also reply to the answers you are already aware.
please apply the patch attached in poky folder which is placed in sources folder of yocto. to apply the patch please follow below command.$ yocto_rba5d2x/sources/poky$ git am 0001-added-support-for-kolkata-in-time-zone.patch
after booting the board with compiled images, please follow below steps:1) make sure google.com is pinging, and enter the command.$ ln -sf /usr/share/zoneinfo/Asia/Kolkata /etc/localtime2) please change the server in configuration file as below and keep remaining same and save the file.$ vi /etc/ntp.confserver 0.in.pool.ntp.org iburst2) start the ntp service as below$ /etc/init.d/ntpd start3) check the date after 10 secs like below$ date
Pl
please apply the patch attached in poky folder which is placed in sources folder of yocto. to apply the patch please follow below command. $ yocto_rba5d2x/sources/poky$ git am 0001-added-support-for-kolkata-in-time-zone.patch
Add the "tzdata" package in yocto and flash the compiled image. to add the package in yocto follow below link: https://developer.ruggedboard.com/g5-system-development-guide/how-to-add-new-package-in-yocto-root-file-system
after booting the board with compiled images, please follow below steps: 1) make sure google.com is pinging, and enter the command. $ ln -sf /usr/share/zoneinfo/Asia/Kolkata /etc/localtime 2) please change the server in configuration file as below and keep remaining same and save the file. $ vi /etc/ntp.conf server 0.in.pool.ntp.org iburst 2) start the ntp service as below $ /etc/init.d/ntpd start 3) check the date after 10 secs like below $ date