Hi mayank
bitbake-layers create-layers meta-abhjeet
bitbake-layers add-layers meta-abhijeet (i try this but unable to add then I added manually)
bitbake-layers show-layers (my layer was showing)
then inside meta-abhijeet/recipes-example i create one folder server.
inside server i create server_0.1.bb file and files directory
inside files directory i wrote my code in .c file and add this .c file in server_0.1.bb file in SRC_URI = "file://ser.c"
and add "server" BPT-yocto_nxp-bsp_34_0/sources/meta-nxp-pdcu/recipes-core/images$ vim core-image-eea.bb
IMAGE_INSTALL += " server" like that, then (bitbake server) after that build bitbake core-image-eea.
then i flash mini_sdcard image to my board but it will not shown in /usr/bin.
but when i extract core-image-eea-s32g274avtpdcu.roots.tar.bz2 file in my pc
it will show the "ser" in usr/bin
i thought in mini-sdcard not show the full feature