diff options
author | tom.zanussi@linux.intel.com <tom.zanussi@linux.intel.com> | 2016-05-28 14:27:18 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-29 19:34:44 +0100 |
commit | 2c11968fff42d46726028177a59662b2012bb46a (patch) | |
tree | 834c260041a0bb8434642fb7c37ab97d3595a405 | |
parent | aef455c655f610eada6899d9f59caf0bdda11795 (diff) | |
download | openembedded-core-2c11968fff42d46726028177a59662b2012bb46a.tar.gz openembedded-core-2c11968fff42d46726028177a59662b2012bb46a.tar.bz2 openembedded-core-2c11968fff42d46726028177a59662b2012bb46a.zip |
linux-yocto-rt/4.4: Update KBRANCH
standard/preempt-rt was replaced by standard/preempt-rt/base in
linux-yocto-4.4.git, so KBRANCH needs to be updated accordingly.
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb index 5e3937409b..beff9214de 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb @@ -1,4 +1,4 @@ -KBRANCH ?= "standard/preempt-rt" +KBRANCH ?= "standard/preempt-rt/base" require recipes-kernel/linux/linux-yocto.inc |