Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump skeleton, obmc-mapper versions #413

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ RDEPENDS_${PN} += " \
"
SRC_URI += "git://github.com/openbmc/phosphor-objmgr"

SRCREV = "0bdc22a259720ee3a7ca78ee3aa07ab83bb39743"
SRCREV = "067db7287a647789e7d5d5dbccc514c5c835a944"

S = "${WORKDIR}/git"
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Restart=always
Type=dbus
ExecStart=/usr/sbin/phosphor-mapper
BusName=org.openbmc.ObjectMapper
TimeoutStartSec=300

[Install]
WantedBy=multi-user.target
4 changes: 2 additions & 2 deletions meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ VIRTUAL-RUNTIME_skeleton_workbook ?= ""

DEPENDS += "glib-2.0 systemd python"
RDEPENDS_${PN} += "python-json python-subprocess python-compression libsystemd ${VIRTUAL-RUNTIME_skeleton_workbook}"
SRC_URI += "git://github.com/openbmc/skeleton"
SRC_URI += "git://github.com//skeleton"

FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/*"

# RDEPEND on pflash if the openpower-pflash machine feature is set.
PACKAGECONFIG ??= "${@bb.utils.contains('MACHINE_FEATURES', 'openpower-pflash', 'openpower-pflash', '', d)}"
PACKAGECONFIG[openpower-pflash] = ",,,pflash"

SRCREV = "cbe32133dadf0945357e2bec67aa7a86ae9f0295"
SRCREV = "fa8f6166a05410472e8a3ef6a2f2e3b9b5f8d8e4"

S = "${WORKDIR}"

Expand Down