diff options
author | Joel Stanley <joel@jms.id.au> | 2017-07-14 15:36:33 +0930 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-07-19 13:34:02 +0000 |
commit | c932713a74a5199d2ae21d3b2c7ddd9fcb5dee2f (patch) | |
tree | 05dc8d3dfd9ebac8df1e5cb72c4d5de1714a80f1 /meta-openbmc-machines/meta-openpower/common/recipes-bsp/pdbg | |
parent | eaee2ea22cef12c954ee202e3630a748c908f61b (diff) | |
download | talos-openbmc-c932713a74a5199d2ae21d3b2c7ddd9fcb5dee2f.tar.gz talos-openbmc-c932713a74a5199d2ae21d3b2c7ddd9fcb5dee2f.zip |
pdbg: update to version 1.0
Upstream changelog:
- Move to a generic description of the hw topography using device-tree
- General build bugfixes
- Build libpdbg as a shared library
- Complete support for POWER9 including get/putmem and register operations
- Minor code clean-ups
The build now depends on dtc.
Change-Id: If49a212e4d684b72b664086e52ffc5ae4e9aa980
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/common/recipes-bsp/pdbg')
-rw-r--r-- | meta-openbmc-machines/meta-openpower/common/recipes-bsp/pdbg/pdbg_1.0.bb (renamed from meta-openbmc-machines/meta-openpower/common/recipes-bsp/pdbg/pdbg_0.5.bb) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-bsp/pdbg/pdbg_0.5.bb b/meta-openbmc-machines/meta-openpower/common/recipes-bsp/pdbg/pdbg_1.0.bb index 22bff8a5a..3ab226533 100644 --- a/meta-openbmc-machines/meta-openpower/common/recipes-bsp/pdbg/pdbg_0.5.bb +++ b/meta-openbmc-machines/meta-openpower/common/recipes-bsp/pdbg/pdbg_1.0.bb @@ -3,8 +3,10 @@ DESCRIPTION = "pdbg allows JTAG-like debugging of the host POWER processors from LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI += "git://github.com/open-power/pdbg.git;branch=pdbg-0.x" -SRCREV = "ea3d30854dbaa9aca83e2cce953169e91d2ca5f4" +SRC_URI += "git://github.com/open-power/pdbg.git;branch=master" +SRCREV = "7c56ba516efa9ad1b6827ec3a90ac76b8f66f907" + +DEPENDS += "dtc-native" S = "${WORKDIR}/git" |