Disable the new uninative feature in yocto

resolves openbmc/openbmc-build-scripts#11

The uninative feature does not work well with QEMU and docker
and has little value add to the OpenBMC builds so disabling
this feature.

Change-Id: Ie007517c76c1ab33313b08d0d50d56defae0f1bf
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
diff --git a/build-setup.sh b/build-setup.sh
index 5f48ae1..3aa30c6 100755
--- a/build-setup.sh
+++ b/build-setup.sh
@@ -192,6 +192,7 @@
 DL_DIR="${HOME}/bitbake_downloads"
 SSTATE_DIR="${HOME}/bitbake_sharedstatecache"
 USER_CLASSES += "buildstats"
+INHERIT_remove = "uninative"
 EOF_CONF
 
 # Kick off a build