summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-bsp/ecmd-pdbg
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-12-05 15:52:56 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-12-10 00:36:42 +0300
commit0a2c664330c7e06f7759e283c6e51bc610bd57de (patch)
treed47d6f578e6f7f4906bc38289de109cde3b96b54 /meta-openpower/recipes-bsp/ecmd-pdbg
parent7b274dab1f005ab7f2a107ccf5f9a7341d3285ce (diff)
downloadopenbmc-0a2c664330c7e06f7759e283c6e51bc610bd57de.tar.xz
Revert "Enable ecmd-pdbg for openbmc"
This reverts commit cdda494596425d01a8fa5e68c428546cc12b67bc. cdda494 breaks the build with errors like: meson.build:89:2: ERROR: Problem encountered: git submodule update of ecmd : FAILED in the do_configure task. A closer inspection of the build process for ecmd-pdbg shows that it does not support offline builds (it attempts to fetch source code and provides no alternative for offline builds) - this is not supported when building with yocto. To build with yocto, anything requiring network access must be done in do_fetch. (From meta-openpower rev: b8c25333b8045b1d576c2e0ef472d9e7260c32ad) Change-Id: I27464cb386e2cff75aa7374e103bef24341842b2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-openpower/recipes-bsp/ecmd-pdbg')
-rw-r--r--meta-openpower/recipes-bsp/ecmd-pdbg/ecmd-pdbg_1.0.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-openpower/recipes-bsp/ecmd-pdbg/ecmd-pdbg_1.0.bb b/meta-openpower/recipes-bsp/ecmd-pdbg/ecmd-pdbg_1.0.bb
deleted file mode 100644
index 21b397972..000000000
--- a/meta-openpower/recipes-bsp/ecmd-pdbg/ecmd-pdbg_1.0.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-SUMMARY = "eCMD plugin with pdbg backend"
-DESCRIPTION = "The glue code necessary for pdbg to be used as an eCMD plugin"
-PR = "r1"
-PV = "1.0+git${SRCPV}"
-
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
-
-inherit meson
-inherit pkgconfig
-
-SRC_URI = "git://github.com/open-power/ecmd-pdbg.git"
-SRCREV = "d955e0efe5a4e01af23448083d63cc8581a18b3e"
-
-S = "${WORKDIR}/git"
-
-DEPENDS = "pdbg zlib libyaml"
-
-FILES_${PN} += "${prefix}/help" \ No newline at end of file