Skip to content

Commit

Permalink
upgrade to Release_3.8.0
Browse files Browse the repository at this point in the history
Change-Id: I0e9ace33b03bddaf5e3883b4ffa001c090c13430
Signed-off-by: Peter Lin <[email protected]>
  • Loading branch information
Peter Lin committed Oct 24, 2017
1 parent 6ee07e0 commit 65e1e3a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BB_NO_NETWORK = "0"
RDEPENDS_${PN} = "bash python python-mime python-pprint python-re"

SRC_URI = "git://[email protected]:22/G50/_git/redfish;protocol=ssh;"
SRCREV="a906e3422e0601f82256fe73ef73fbecb1838e3f"
SRCREV="a80a7c64df8d89b8392f4dc49d1e2c84eec181b5"


FILESEXTRAPATHS_append := "${THISDIR}/redfish:"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ DESCRIPTION = "Board wiring information for the G50 system."
HOMEPAGE = "git://[email protected]:22/G50/_git/skeleton;protocol=ssh;"
PR = "r1"

SRCREV = "2ca7791fe19d15c1b09a80e1929b896bb3682e32"
SRCREV = "33e6cfbaf57fe72d5578cd398ac2427af2968c90"
inherit config-in-skeleton
inherit obmc-phosphor-license
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LINUX_VERSION ?= "4.7"
SRCREV="71223a3860dd9f36586c3e490ea009afdb983300"
SRCREV="0679fd9e0508c513378d48abd2a041a8b165b01d"

require common/recipes-kernel/linux/linux-obmc.inc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ inherit setuptools

SRC_URI += "git://[email protected]:22/G50/_git/pyphosphor;protocol=ssh;"

SRCREV = "3c60543eb7c5dacc356f7c63ca2267debfbdda01"
SRCREV = "fe3355347e9d300322cba2bf1e2eb35f6080ed1e"

S = "${WORKDIR}/git"
2 changes: 1 addition & 1 deletion meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/*"
PACKAGECONFIG ??= "${@bb.utils.contains('MACHINE_FEATURES', 'openpower-pflash', 'openpower-pflash', '', d)}"
PACKAGECONFIG[openpower-pflash] = ",,,pflash"

SRCREV = "2ca7791fe19d15c1b09a80e1929b896bb3682e32"
SRCREV = "33e6cfbaf57fe72d5578cd398ac2427af2968c90"

S = "${WORKDIR}"

Expand Down

0 comments on commit 65e1e3a

Please sign in to comment.