summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-bsp
diff options
context:
space:
mode:
authorLakshminarayana R. Kammath <lkammath@in.ibm.com>2019-11-08 18:03:54 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-11-22 18:16:16 +0300
commitb0867879d89e629f58303c8072297bdc0a05bf54 (patch)
tree54cb91970edbc4635e9e40fec5444b95bc421694 /meta-openpower/recipes-bsp
parent3d2621456d16f4cb961577b2d3ebef53f86085fc (diff)
downloadopenbmc-b0867879d89e629f58303c8072297bdc0a05bf54.tar.xz
Enable ecmd-pdbg for openbmc
1. Enable ecmd-pdbg to build with openbmc 2. ecmd-pdbg will use newly enabled meson build infrastructure to build 3. Enabled and tested HW access utils like getscom/putscom, getmem/putmem & getcfam/putcfam, etc. (From meta-openpower rev: cdda494596425d01a8fa5e68c428546cc12b67bc) Signed-off-by: Lakshminarayana R. Kammath <lkammath@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I54fcca0de41224c99d6ef8cd88a2a89562056597 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-openpower/recipes-bsp')
-rw-r--r--meta-openpower/recipes-bsp/ecmd-pdbg/ecmd-pdbg_1.0.bb19
1 files changed, 19 insertions, 0 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
new file mode 100644
index 000000000..21b397972
--- /dev/null
+++ b/meta-openpower/recipes-bsp/ecmd-pdbg/ecmd-pdbg_1.0.bb
@@ -0,0 +1,19 @@
+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