hi all,
I added tftp-hpa in local.conf :
IMAGE_INSTALL_append += " tftp-hpa"
I tried to add tftpd-hpa (tftp server), but on this package. I removed it from local.conf,and built.
after startup, I find it at here
./usr/bin/tftp-hpa
./usr/bin/tftp
it's tftp client.
it seems there is no tftpd-hpa(tftp server)
Question: how to add tftp server (tftd-hpa) in yocto image.
I find a file at here
./meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftpd-hpa.service
but after yocto image startup, I do not find it. how can make it work?
Thank you.