The kernel we ship as part of product may have newer commits beyond any SRCREV captured in this recipe. Since the assignment operator used here is an early assiignment it could be argued that we could simply overwrite these in a bbappend, however, between layer order and priority and our desire to allow folks to set their own assignment it is most prudent to change these to AUTOREV here.
Signed-off-by: Mark Asselstine <[email protected]> --- Richard, Bruce, This is being sent only to conform with YP compliance and I don't expect or want this applied. No need to respond in any form. Mark meta/recipes-kernel/linux/linux-yocto_4.12.bb | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb b/meta/recipes-kernel/linux/linux-yocto_4.12.bb index a262409..919bf31 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb @@ -11,14 +11,7 @@ KBRANCH_qemux86 ?= "standard/base" KBRANCH_qemux86-64 ?= "standard/base" KBRANCH_qemumips64 ?= "standard/mti-malta64" -SRCREV_machine_qemuarm ?= "67b62d8d7bd9f19f0f4fad044787d947ebc4ec25" -SRCREV_machine_qemuarm64 ?= "16de0149674ed12d983b77a453852ac2e64584b4" -SRCREV_machine_qemumips ?= "371926551d44c140a0fb869cec34762b40bdf1a6" -SRCREV_machine_qemuppc ?= "16de0149674ed12d983b77a453852ac2e64584b4" -SRCREV_machine_qemux86 ?= "16de0149674ed12d983b77a453852ac2e64584b4" -SRCREV_machine_qemux86-64 ?= "16de0149674ed12d983b77a453852ac2e64584b4" -SRCREV_machine_qemumips64 ?= "9d63d9c11c44ceabd452d7ee49cf55a88c39383f" -SRCREV_machine ?= "16de0149674ed12d983b77a453852ac2e64584b4" +SRCREV_machine ?= "${AUTOREV}" SRCREV_meta ?= "eda4d18ce4b259c84ccd5c249c3dc5958c16928c" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \ -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
