From: akuster808 <akuster808@gmail.com>
To: Bruce Ashfield <bruce.ashfield@windriver.com>,
richard.purdie@linuxfoundation.org
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 10/11] linux-yocto/4.4: bump to v4.4.8
Date: Tue, 10 May 2016 08:36:35 -0700 [thread overview]
Message-ID: <57320003.40509@gmail.com> (raw)
In-Reply-To: <fe6fd22aae19a4723616d4b712c7105151315318.1462383941.git.bruce.ashfield@windriver.com>
On 05/04/2016 10:53 AM, Bruce Ashfield wrote:
> Integrating the korg -stable releases.
shouldn't LINUX_VERSION ?= "4.4.3" be LINUX_VERSION ?= "4.4.8" ??
- Armin
>
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
> meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +-
> meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 +-
> meta/recipes-kernel/linux/linux-yocto_4.4.bb | 16 ++++++++--------
> 3 files changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
> index 89c6fff5a4b6..5b509940b5ca 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
> @@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt"
>
> require recipes-kernel/linux/linux-yocto.inc
>
> -SRCREV_machine ?= "fcabc089b516e760d00a066893f9772d1535785c"
> +SRCREV_machine ?= "4da435e403bbe6dd8fbc5cdda4411cb6afe72053"
> SRCREV_meta ?= "9ab4787fe2aea2ae0fcc31a5e067eaba19ef64c8"
>
> SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \
> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
> index 345e2d577889..b094143c9c07 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
> @@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.4.3"
> KMETA = "kernel-meta"
> KCONF_BSP_AUDIT_LEVEL = "2"
>
> -SRCREV_machine ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
> +SRCREV_machine ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
> SRCREV_meta ?= "9ab4787fe2aea2ae0fcc31a5e067eaba19ef64c8"
>
> PV = "${LINUX_VERSION}+git${SRCPV}"
> diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
> index f02e0189f21f..b74903ee8aef 100644
> --- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
> @@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
> KBRANCH_qemux86-64 ?= "standard/base"
> KBRANCH_qemumips64 ?= "standard/mti-malta64"
>
> -SRCREV_machine_qemuarm ?= "1882e842bd477d8a4de02e304a13d230b597d142"
> -SRCREV_machine_qemuarm64 ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
> -SRCREV_machine_qemumips ?= "3d1402582cd48731ccfaec497dd9296a59cda386"
> -SRCREV_machine_qemuppc ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
> -SRCREV_machine_qemux86 ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
> -SRCREV_machine_qemux86-64 ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
> -SRCREV_machine_qemumips64 ?= "6519e6317cc72e380bc1b7543e614ac0032a80ae"
> -SRCREV_machine ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
> +SRCREV_machine_qemuarm ?= "1394eb1f0a1988da223dfc93304222f4543d19c3"
> +SRCREV_machine_qemuarm64 ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
> +SRCREV_machine_qemumips ?= "6a063a7239fd16e7a796ce4876e8677d5d02e8cc"
> +SRCREV_machine_qemuppc ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
> +SRCREV_machine_qemux86 ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
> +SRCREV_machine_qemux86-64 ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
> +SRCREV_machine_qemumips64 ?= "3a1c6d7576908a2dd21746b1d4ab4f43b83cd824"
> +SRCREV_machine ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
> SRCREV_meta ?= "9ab4787fe2aea2ae0fcc31a5e067eaba19ef64c8"
>
> SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \
>
next prev parent reply other threads:[~2016-05-10 15:36 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-04 17:53 [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request Bruce Ashfield
2016-05-04 17:53 ` [PATCH 01/11] linux-yocto/uvesafb: print error message when task timeout occurs Bruce Ashfield
2016-05-04 17:53 ` [PATCH 02/11] linux-yocto/4.4: sched/cgroup: Fix/cleanup cgroup teardown/init Bruce Ashfield
2016-05-04 17:53 ` [PATCH 03/11] kern-tools: handle directories with, or without, trailing / Bruce Ashfield
2016-05-04 17:53 ` [PATCH 04/11] kernel-yocto: allow branch auditing to be suspended Bruce Ashfield
2016-05-04 17:53 ` [PATCH 05/11] linux-yocto/4.1: update to v4.1.22 Bruce Ashfield
2016-05-04 17:53 ` [PATCH 06/11] linux-yocto/4.1: make ltsi content available Bruce Ashfield
2016-05-04 17:53 ` [PATCH 07/11] linux-yocto/4.4: BXT mmc fixes + PUNIT, tubropower, and telemetry backport Bruce Ashfield
2016-05-04 17:53 ` [PATCH 08/11] linux-yocto/4.4: skylake configuration Bruce Ashfield
2016-05-04 17:53 ` [PATCH 09/11] linux-yocto/4.4: broxton enablement and refactoring Bruce Ashfield
2016-05-04 17:53 ` [PATCH 10/11] linux-yocto/4.4: bump to v4.4.8 Bruce Ashfield
2016-05-10 15:36 ` akuster808 [this message]
2016-05-10 15:43 ` Bruce Ashfield
2016-05-04 17:53 ` [PATCH 11/11] linux-yocto-rt/4.1: update to rt23 Bruce Ashfield
2016-05-07 22:08 ` [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request akuster808
2016-05-09 2:08 ` Bruce Ashfield
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=57320003.40509@gmail.com \
--to=akuster808@gmail.com \
--cc=bruce.ashfield@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.