diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-09-29 10:31:32 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-01 07:40:22 +0100 |
commit | 5c91535baf876a3e2c4fd91be046dc3a92dc0ad2 (patch) | |
tree | 9190f2fcddf38d42b278565a202b8f6523e21b19 /meta/recipes-kernel | |
parent | 48c168334bb60937653ab782026948d139603f8e (diff) | |
download | openembedded-core-5c91535baf876a3e2c4fd91be046dc3a92dc0ad2.tar.gz openembedded-core-5c91535baf876a3e2c4fd91be046dc3a92dc0ad2.tar.bz2 openembedded-core-5c91535baf876a3e2c4fd91be046dc3a92dc0ad2.zip |
linux-yocto-rt/4.1: integrate axxia BSP
As part of the axxia preempt-rt integration, the preempt-rt
branch now becomes standard/preempt-rt/base, to allow proper
branch inheritance as: standard/preempt-rt/axxia/base.
No functional changes happen to the base -rt, just the default
KBRANCH changes.
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.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb index 352ac3ddfa..7a23e8fb20 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb @@ -1,4 +1,4 @@ -KBRANCH ?= "standard/preempt-rt" +KBRANCH ?= "standard/preempt-rt/base" require recipes-kernel/linux/linux-yocto.inc |