[oe-commits] [openembedded-core] 01/17: linux-yocto-rt/4.19: fix duplicate TIF_NEED_RESCHED_LAZY

git at git.openembedded.org git at git.openembedded.org
Wed Apr 10 12:47:17 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit d8d339afd2f0e2873a1a782c05aaaa810fff72be
Author: Bruce Ashfield <bruce.ashfield at gmail.com>
AuthorDate: Tue Apr 9 11:37:51 2019 -0400

    linux-yocto-rt/4.19: fix duplicate TIF_NEED_RESCHED_LAZY
    
    Integrating Kevin's patch that cleans up a build warning:
    
        x86: Drop the duplicate define of TIF_NEED_RESCHED_LAZY
    
        The two merge commits 107b161b1cbaf ("Merge branch 'v4.19/standard/base'
        into v4.19/standard/preempt-rt/base") and dc37b7080cd55 ("Merge tag
        'v4.19.8' into linux-4.19.y-rt") almost have the same content, but
        introduce two define of TIF_NEED_RESCHED_LAZY for x86 arch. Drop one of
        them to fix the build warning.
    
    Signed-off-by: Kevin Hao <kexin.hao at windriver.com>
    Signed-off-by: Bruce Ashfield <bruce.ashfield at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb
index 7f1640d..26c11de 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb
@@ -11,7 +11,7 @@ python () {
         raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
 }
 
-SRCREV_machine ?= "2c6e44e476bd297d65d5cb1b5f5538d303fc05a0"
+SRCREV_machine ?= "eac4b8fe170fc8745377cb37c5433db69356d6d8"
 SRCREV_meta ?= "d85f07e03c980eca5ffd5ba058985d6ed3a83801"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list