Skip to content

Commit

Permalink
bump to G2 to v01.10.2560
Browse files Browse the repository at this point in the history
Change-Id: I20ca7bf38b1021b493637c6f67cb5f5875a8d1f7
Signed-off-by: Doyle Huang <[email protected]>
  • Loading branch information
Doyle Huang committed Apr 13, 2018
1 parent 08522ca commit 4195be1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion meta-phosphor/classes/skeleton-rev.bbclass
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DEPENDS += "i2c-tools"
SRCREV ?= "4284d9bbe3d1fdedaad6d5745bcdd8dc4b9a1d85"
SRCREV ?= "c21411d59c4bd9105d75624c7db728f127e189a2"
SKELETON_URI ?= "git://github.com/foxconn-bmc-ks/skeleton;branch=foxconn-g2"
2 changes: 1 addition & 1 deletion meta-phosphor/common/recipes-bsp/u-boot/u-boot.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"

SRCREV = "33d6f5e30f27b4bbe779c31635c6a0c3487e824b"
SRCREV = "6eba64d43c95de96fef377a957f471b92784540f"
UBRANCH = "foxconn-v2016.07-aspeed-openbmc-g2"
SRC_URI = "git://[email protected]/foxconn-bmc-ks/u-boot.git;branch=${UBRANCH};protocol=https"

Expand Down
4 changes: 2 additions & 2 deletions meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.13.bb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
KBRANCH ?= "dev-4.13"
KBRANCH ?= "foxconn-g2-4.13 "
LINUX_VERSION ?= "4.13.16"

SRCREV="462662bc3577d0c73e30cdc96eb28d63c89528df"
SRCREV="34b742f797ab5baf9ff804b5326f019ad3a7a60c"

require linux-obmc.inc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DEPENDS += "sdbus++-native"

FOXCONN_BRANCH="foxconn-g2"
SRC_URI += "git://github.com/foxconn-bmc-ks/phosphor-dbus-interfaces;branch=${FOXCONN_BRANCH}"
SRCREV = "01fc62cef0b799815f330babfcf0de800dab9f3a"
SRCREV = "fa7e5993d12543fb4ccd433fc6e38b018607e320"

DEPENDS_remove_class-native = "sdbus++-native"
DEPENDS_remove_class-nativesdk = "sdbus++-native"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ do_install_append() {
install -d ${D}/usr/local
}

SRC_URI += "git://github.com/openbmc/phosphor-bmc-code-mgmt"
SRCREV = "7a248bc7c30ed1fdb7d6b4255eea2430852333d1"
FOXCONN_BRANCH="foxconn-g2"
SRC_URI += "git://github.com/foxconn-bmc-ks/phosphor-bmc-code-mgmt;branch=${FOXCONN_BRANCH}"
SRCREV = "6a6277517d3be761c0d1f88dcafa6fb0a0ca4d9d"

S = "${WORKDIR}/git"
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ SRC_URI += "file://70-hwmon.rules"
SRC_URI += "file://70-iio.rules"
SRC_URI += "file://start_hwmon.sh"

SRCREV = "f2dc6100fc439fa0da825ce2c81aa1834a97effc"
SRCREV = "743eba019385711da24c20c49ad7b6789a5c36b5"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit 4195be1

Please sign in to comment.