New to Linux. I don't use SE to build in my normal/legacy projects. I am using bitbake to build a component. I tried putting the bitbake line into the Project Build tool but it does not work. I tried putting the command line into a .sh file and configuring SE to call that. It did not work. If I call the .sh file from the command line, it works. I tried putting quotes around the build command in the SE dialog, no luck. I tried putting quotes in the .sh file, no luck (although the command line itself did NOT like the quotes in the .sh file).
Here is the command line: bitbake mqtt-device-mgr -c compile
I set the directory: /home/pjt/idx-yocto-sumo/build/
What am I missing?