What is the best approach for maintaining image versions in Yocto.
I mean suppose we build an image and given it to customer, in future we provided bug fixes to the customer..
How can we know which version of yocto image customer is using.. Is there any standard way to achieve this..
Thanks for your time. Appreciate your efforts..
do_compile[nostamp] = "1" do_install[nostamp] = "1"
– Bratcher