diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-09-20 11:16:38 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-21 21:58:05 +0100 |
commit | cb169d3ada8a00ab10c39d01e62cae77483a2d71 (patch) | |
tree | 21992b022c6a14000f61a75796a25a2b3b37ae95 /meta/recipes-kernel | |
parent | 8692bed57bd0d805e1070d679c344dc218117963 (diff) | |
download | poky-cb169d3ada8a00ab10c39d01e62cae77483a2d71.tar.gz |
linux-yocto/4.8: introduce preempt-rt
Paul Gortmaker has made the preempt-rt patch available for the
4.8 kernel.
This commit merges his queue to standard/preempt-rt/rebase, which
will be kept up to date with a clean history, and it also makes
it available in standard/preempt-rt/base, which will be kept fast
forward for board support.
(From OE-Core rev: b475bb88cc5d6700b4fadff1b2bb43a376492c7b)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb index 17aae6b2c7..ab5b0bdd1a 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb | |||
@@ -11,7 +11,7 @@ python () { | |||
11 | raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 11 | raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "cde1a7d656b7fdd96f82f619e4251965a4e96489" | 14 | SRCREV_machine ?= "fcd201c964c1092e8cdc39be4ba86fb9248d7aa7" |
15 | SRCREV_meta ?= "a9240b538ce4de29ff1fc7eaf328450c51ab9e80" | 15 | SRCREV_meta ?= "a9240b538ce4de29ff1fc7eaf328450c51ab9e80" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;branch=${KBRANCH};name=machine \ |