Bump bmcweb targets and disable submodule use

Resolves some build failures and updates the bmcweb recipe to use the
proper target names for image selection.

Change-Id: Id223dab3c4999ce083351ceee4b36836a8f46b77
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
diff --git a/meta-intel/meta-common/recipes-intel/bmcweb/bmcweb.bb b/meta-intel/meta-common/recipes-intel/bmcweb/bmcweb.bb
index 8d12c4b..6a2a6d0 100644
--- a/meta-intel/meta-common/recipes-intel/bmcweb/bmcweb.bb
+++ b/meta-intel/meta-common/recipes-intel/bmcweb/bmcweb.bb
@@ -9,10 +9,10 @@
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b"
 
-SRC_URI = "gitsm://github.com/openbmc/bmcweb.git"
+SRC_URI = "git://github.com/openbmc/bmcweb.git"
 
 PV = "1.0+git${SRCPV}"
-SRCREV = "8db6e57bbad48443eb75ba3b13a5dad0abe06aec"
+SRCREV = "b8f09e1140cfa9d34fc086ea1aa9197f3bcb0801"
 
 S = "${WORKDIR}/git"
 
@@ -22,7 +22,7 @@
 
 inherit cmake
 
-EXTRA_OECMAKE = "-DBUILD_UT=OFF -DYOCTO_DEPENDENCIES=ON"
+EXTRA_OECMAKE = "-DBMCWEB_BUILD_UT=OFF -DYOCTO_DEPENDENCIES=ON"
 
 SYSTEMD_SERVICE_${PN} += "bmcweb.service"