summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-x86/meta-intel
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2018-03-20 08:42:54 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-03-23 03:30:06 +0000
commit6e3195d1fda543f3e29f9facb08c1edb68dfbd55 (patch)
tree40701e457fc69b77188b786110db2aaa067f1f71 /meta-openbmc-machines/meta-x86/meta-intel
parent5fc98035caa532cf2231f751c7f49364e9addcd4 (diff)
downloadtalos-openbmc-6e3195d1fda543f3e29f9facb08c1edb68dfbd55.tar.gz
talos-openbmc-6e3195d1fda543f3e29f9facb08c1edb68dfbd55.zip
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>
Diffstat (limited to 'meta-openbmc-machines/meta-x86/meta-intel')
-rw-r--r--meta-openbmc-machines/meta-x86/meta-intel/meta-common/recipes-intel/bmcweb/bmcweb.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openbmc-machines/meta-x86/meta-intel/meta-common/recipes-intel/bmcweb/bmcweb.bb b/meta-openbmc-machines/meta-x86/meta-intel/meta-common/recipes-intel/bmcweb/bmcweb.bb
index 8d12c4b34..6a2a6d007 100644
--- a/meta-openbmc-machines/meta-x86/meta-intel/meta-common/recipes-intel/bmcweb/bmcweb.bb
+++ b/meta-openbmc-machines/meta-x86/meta-intel/meta-common/recipes-intel/bmcweb/bmcweb.bb
@@ -9,10 +9,10 @@ USERADD_PARAM_${PN} = "-r -s /usr/sbin/nologin bmcweb"
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 @@ FILES_${PN} += "${datadir}/** "
inherit cmake
-EXTRA_OECMAKE = "-DBUILD_UT=OFF -DYOCTO_DEPENDENCIES=ON"
+EXTRA_OECMAKE = "-DBMCWEB_BUILD_UT=OFF -DYOCTO_DEPENDENCIES=ON"
SYSTEMD_SERVICE_${PN} += "bmcweb.service"
OpenPOWER on IntegriCloud