On Tue, Oct 10, 2017 at 3:20 AM, He Zhe <[email protected]> wrote: > The CGL features now have a 4.12 port, so we can integrate them into > the reference kernel.
I already have SRCREV updates queued for the kernels, but I hold on all these patches during the stabilization phase of the release in case I need to send a fix (and exclude these features). So there's no need to send SRCREV updates like this. Anyone looking at this, please do not queue it. Cheers, Bruce > > Signed-off-by: He Zhe <[email protected]> > --- > meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 2 +- > meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 2 +- > meta/recipes-kernel/linux/linux-yocto_4.12.bb | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb > b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb > index c49a934..faf82ed 100644 > --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb > +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb > @@ -12,7 +12,7 @@ python () { > } > > SRCREV_machine ?= "16de0149674ed12d983b77a453852ac2e64584b4" > -SRCREV_meta ?= "eda4d18ce4b259c84ccd5c249c3dc5958c16928c" > +SRCREV_meta ?= "73365069d89a8423a6f9f4b5560ee6bfdfc0b3d1" > > SRC_URI = > "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine > \ > > git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" > diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb > b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb > index ba67af3..efad337 100644 > --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb > +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb > @@ -10,7 +10,7 @@ KMETA = "kernel-meta" > KCONF_BSP_AUDIT_LEVEL = "2" > > SRCREV_machine ?= "16de0149674ed12d983b77a453852ac2e64584b4" > -SRCREV_meta ?= "eda4d18ce4b259c84ccd5c249c3dc5958c16928c" > +SRCREV_meta ?= "73365069d89a8423a6f9f4b5560ee6bfdfc0b3d1" > > PV = "${LINUX_VERSION}+git${SRCPV}" > > diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb > b/meta/recipes-kernel/linux/linux-yocto_4.12.bb > index a262409..c9449e2 100644 > --- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb > +++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb > @@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= > "16de0149674ed12d983b77a453852ac2e64584b4" > SRCREV_machine_qemux86-64 ?= "16de0149674ed12d983b77a453852ac2e64584b4" > SRCREV_machine_qemumips64 ?= "9d63d9c11c44ceabd452d7ee49cf55a88c39383f" > SRCREV_machine ?= "16de0149674ed12d983b77a453852ac2e64584b4" > -SRCREV_meta ?= "eda4d18ce4b259c84ccd5c249c3dc5958c16928c" > +SRCREV_meta ?= "73365069d89a8423a6f9f4b5560ee6bfdfc0b3d1" > > SRC_URI = > "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; > \ > > git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" > -- > 2.10.2 > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
