Yocto buid, using yocto commands

I am getting yocto via:

python3 ~/bin/repo init -u ssh://git@github.com/legatoproject/manifest -m mdm9x28/tags/SWI9X07Y_02.37.10.02/linux.xml -g default,-cache,proprietary ; repo sync

then I can build yocto by running command:

make

it works very good, I can also add meta-layers, etc…

I would like to use standard commands such as “bitbake -c <package_name>” or “bitback <package_name>” etc

but since there is no “source” command executed , bitbake commands are not available, and it makes devlopment mor complicated.

how can I resolve that?

i can use bitbake command like this: