diff options
author | nkskjames <nkskjames@gmail.com> | 2016-05-11 21:42:14 -0500 |
---|---|---|
committer | nkskjames <nkskjames@gmail.com> | 2016-05-11 21:42:14 -0500 |
commit | 1e59d5cfe27d3121af338142928c7a4a6ba597b4 (patch) | |
tree | 746dc823557e8656abbe5c5f0c1e5479d97e5b66 | |
parent | 784c600d817b8e56aabe81568a64dae8eb18379c (diff) | |
parent | 369f4d67b37d82922828f4ce207357309890bb0d (diff) | |
download | talos-openbmc-1e59d5cfe27d3121af338142928c7a4a6ba597b4.tar.gz talos-openbmc-1e59d5cfe27d3121af338142928c7a4a6ba597b4.zip |
Merge pull request #270 from shenki/kernel-openbmc-20160511-1
meta-phosphor: Move to openbmc-20160511-1
-rw-r--r-- | meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.4.bb b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.4.bb index 525abc477..24cde9f87 100644 --- a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.4.bb +++ b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.4.bb @@ -10,7 +10,7 @@ SRC_URI = "git://github.com/openbmc/linux;protocol=git;branch=${KBRANCH}" LINUX_VERSION ?= "4.4" LINUX_VERSION_EXTENSION ?= "-${SRCREV}" -SRCREV="openbmc-20160505-1" +SRCREV="openbmc-20160511-1" PV = "${LINUX_VERSION}+git${SRCPV}" |