build-setup: default build dir to under workspace

Newer docker containers are moving to the overlay and overlay2
filesystems by default. bitbake does not work on these types of
filesystems. By default, the $WORKSPACE will always be mounted into the
container and this will have an appropriate filesystem to build upon so
make the default build location a sub-directory under this.

Tested:
Verified an image can be built with newer docker version

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I3c7a9375fb3682ddacb1a86ea25e4f1f571b7dc8
1 file changed