commit | fd3856a910c0e5a852913ff5e828629e369d7c9f | [log] [tgz] |
---|---|---|
author | Chris Austen <austenc@us.ibm.com> | Mon Jan 11 10:57:34 2016 -0600 |
committer | Chris Austen <austenc@us.ibm.com> | Mon Jan 11 10:57:34 2016 -0600 |
tree | 47c70afb85d5bf727ad5f7cc2806fb6eb4f27909 | |
parent | 239fa734ab750f40d7665df6a39c9773d0754168 [diff] |
pflash and linux updates
diff --git a/common/recipes-kernel/linux/linux-obmc_4.3.bb b/common/recipes-kernel/linux/linux-obmc_4.3.bb index 8958215..a898c78 100644 --- a/common/recipes-kernel/linux/linux-obmc_4.3.bb +++ b/common/recipes-kernel/linux/linux-obmc_4.3.bb
@@ -10,7 +10,7 @@ LINUX_VERSION ?= "4.3" LINUX_VERSION_EXTENSION ?= "-${SRCREV}" -SRCREV="openbmc-20151210-1" +SRCREV="openbmc-20151217-1" PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/common/recipes-phosphor/skeleton/skeleton.bb b/common/recipes-phosphor/skeleton/skeleton.bb index 28ed2d2..87327be 100644 --- a/common/recipes-phosphor/skeleton/skeleton.bb +++ b/common/recipes-phosphor/skeleton/skeleton.bb
@@ -16,7 +16,7 @@ RDEPENDS_${PN} += "python-subprocess python-tftpy" SRC_URI += "git://github.com/openbmc/skeleton" -SRCREV = "14caa527e0b10e0aece119693bf003ec95929370" +SRCREV = "08b2b46a6df8b5cf93fcd17453072a2ddb48b598" S = "${WORKDIR}"