I'm trying to make an image by using yocto.
And some packages such as gpsd, nfs, etc are added into my file system.
Additionally, I'd like to modify some source code related to gpsd in the blow path
and rebuild only gpsd and make a root file system including the modified gpsd.
gpsd source code path in yocto :
/fsl-community-bsp-daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gpsd/3.14-r0/gpsd-3.14
Actually, I modified gpsd source code and run bitbake as the following procedure.
- bitbake gpsd
- make a image and file system including gpsd by using hob.
is there any missing procedure for making image including a modified gpsd?
Could anyone give some idea for me?
Thank you.