[oe-commits] [openembedded-core] 02/06: linux-yocto/4.19: fix qemuarm KBRANCH specification

git at git.openembedded.org git at git.openembedded.org
Mon Jan 21 17:56:15 UTC 2019


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

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

commit a105af42640a1d022ba43fab37ecb27ceb800183
Author: Bruce Ashfield <bruce.ashfield at windriver.com>
AuthorDate: Mon Jan 21 12:26:51 2019 -0500

    linux-yocto/4.19: fix qemuarm KBRANCH specification
    
    The arm-tiny reference picked up a cut and paste error from 4.15.
    While the SRCREV is correct, the KBRANCH is not. We fix that by
    making it match the 4.19 reality.
    
    Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb
index 8506f7c..d3c6f12 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb
@@ -1,5 +1,5 @@
 KBRANCH ?= "v4.19/standard/tiny/base"
-KBRANCH_qemuarm  ?= "v4.15/standard/tiny/arm-versatile-926ejs"
+KBRANCH_qemuarm  ?= "v4.19/standard/tiny/arm-versatile-926ejs"
 
 LINUX_KERNEL_TYPE = "tiny"
 KCONFIG_MODE = "--allnoconfig"

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


More information about the Openembedded-commits mailing list