I have an OpenEmbedded environment using bitbake to do some builds. I wanted to get something \"interactive\" going on where bitbake would pause and ask for input then continue
you can do:
export foo="bar" export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE foo" bitbake oe-myimage