Navigation Menu

Skip to content

Commit

Permalink
Change U-boot and Linux SRCREV to AUTOINC
Browse files Browse the repository at this point in the history
Reviewed By: tfangit

Differential Revision: D4186885

fbshipit-source-id: 776926e
  • Loading branch information
Ted Reed authored and Facebook Github Bot committed Nov 19, 2016
1 parent 9688f3d commit 16eacd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meta-aspeed/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb
Expand Up @@ -7,8 +7,8 @@ DEPENDS = "mtd-utils"
# This revision corresponds to the tag "openbmc/fido/v2013.07"
# We use the revision in order to avoid having to fetch it from the
# repo during parse
SRCREV = "46c7a01f577118ec04ded60126dd1d46744ec1b3"
SRCBRANCH = "openbmc/fido/v2013.07"
SRCREV = "AUTOINC"

SRC_URI = "git://github.com/theopolis/u-boot.git;branch=${SRCBRANCH};protocol=https \
"
Expand Down
2 changes: 1 addition & 1 deletion meta-aspeed/recipes-bsp/u-boot/u-boot_2013.07.bb
Expand Up @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \

# This revision corresponds to the tag "openbmc/fido/v2013.07"
# We use the revision in order to avoid having to fetch it from the repo during parse
SRCREV = "46c7a01f577118ec04ded60126dd1d46744ec1b3"
SRCBRANCH = "openbmc/fido/v2013.07"
SRCREV = "AUTOINC"

SRC_URI = "git://github.com/theopolis/u-boot.git;branch=${SRCBRANCH};protocol=https \
file://fw_env.config \
Expand Down
2 changes: 1 addition & 1 deletion meta-aspeed/recipes-kernel/linux/linux-aspeed_2.6.28.9.bb
Expand Up @@ -2,8 +2,8 @@ require linux-aspeed.inc

# This revision corresponds to the tag "openbmc/fido/2.6.28"
# We use the revision in order to avoid having to fetch it from the repo during parse
SRCREV = "d12c279debd6ea67510c719d5a1db213fcb7712a"
SRCBRANCH = "openbmc/fido/2.6.28"
SRCREV = "AUTOINC"

SRC_URI = "git://github.com/theopolis/linux.git;branch=${SRCBRANCH};protocol=https \
file://patch-2.6.28.9/0001-MTD-fix-m25p80-64-bit-divisions.patch \
Expand Down

0 comments on commit 16eacd7

Please sign in to comment.