From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Robert Yang <liezhi.yang@windriver.com>,
<richard.purdie@linuxfoundation.org>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/3] linux-yocto/4.1: update to 4.1.32
Date: Wed, 14 Sep 2016 02:32:18 -0400 [thread overview]
Message-ID: <57D8EEF2.4040200@windriver.com> (raw)
In-Reply-To: <272ec6fd-6989-bb61-a8f2-0faef9eb6fbb@windriver.com>
On 09/13/2016 10:21 PM, Robert Yang wrote:
>
> Hi Bruce,
>
> All the kernel 4.1 and 4.4 buildings are down on autobuilder:
> https://autobuilder.yoctoproject.org/main/builders/nightly-x86-lsb/builds/928/stehttps://autobuilder.yoctoproject.org/main/builders/poky-tiny/builds/947/steps/BuildImages/logs/stdiops/BuildImages/logs/stdio
>
> https://autobuilder.yoctoproject.org/main/builders/nightly-x86-lsb/builds/928/steps/BuildImages/logs/stdio
My push to the kernel-cache bounced (due to competing changes I was
working on).
It should be fixed up now, but I'm on a slow network and can't easily
test at the moment.
Bruce
>
>
> // Robert
>
> On 09/13/2016 02:16 AM, Bruce Ashfield wrote:
>> Integrating the korg stable update
>>
>> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
>> ---
>> meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 6 +++---
>> meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 6 +++---
>> meta/recipes-kernel/linux/linux-yocto_4.1.bb | 20
>> ++++++++++----------
>> 3 files changed, 16 insertions(+), 16 deletions(-)
>>
>> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
>> b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
>> index f0d6a81a9c54..4308a07a9765 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
>> @@ -11,13 +11,13 @@ python () {
>> raise bb.parse.SkipPackage("Set
>> PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
>> }
>>
>> -SRCREV_machine ?= "b88e2b5805213daeb0136fdd8c840dc0254a3d21"
>> -SRCREV_meta ?= "9d0f0db8442a5ccb3f2ce81e2e43d96b6515a45a"
>> +SRCREV_machine ?= "ee83bffe0f76032fe0a0b7fde436f0f596101df2"
>> +SRCREV_meta ?= "b30b6b9ef215433b28e8966c73ebb6b98a7f4d1f"
>>
>> SRC_URI =
>> "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine
>> \
>>
>> git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}"
>>
>>
>> -LINUX_VERSION ?= "4.1.30"
>> +LINUX_VERSION ?= "4.1.32"
>>
>> PV = "${LINUX_VERSION}+git${SRCPV}"
>>
>> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
>> b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
>> index 092a224451e1..2294a3db87da 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
>> @@ -4,13 +4,13 @@ KCONFIG_MODE = "--allnoconfig"
>>
>> require recipes-kernel/linux/linux-yocto.inc
>>
>> -LINUX_VERSION ?= "4.1.30"
>> +LINUX_VERSION ?= "4.1.32"
>>
>> KMETA = "kernel-meta"
>> KCONF_BSP_AUDIT_LEVEL = "2"
>>
>> -SRCREV_machine ?= "0847ed67f89b5a8bbaaa0a7b6cfa2a99ef34834f"
>> -SRCREV_meta ?= "9d0f0db8442a5ccb3f2ce81e2e43d96b6515a45a"
>> +SRCREV_machine ?= "93b1a6cee7d4a4437a1c0edf3e54ffe78edb4462"
>> +SRCREV_meta ?= "b30b6b9ef215433b28e8966c73ebb6b98a7f4d1f"
>>
>> PV = "${LINUX_VERSION}+git${SRCPV}"
>>
>> diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb
>> b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
>> index e23d7da58881..f4006b74d096 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
>> @@ -11,20 +11,20 @@ KBRANCH_qemux86 ?= "standard/base"
>> KBRANCH_qemux86-64 ?= "standard/base"
>> KBRANCH_qemumips64 ?= "standard/mti-malta64"
>>
>> -SRCREV_machine_qemuarm ?= "9c5e96205316d167379d101d808a6cda93adc335"
>> -SRCREV_machine_qemuarm64 ?= "0847ed67f89b5a8bbaaa0a7b6cfa2a99ef34834f"
>> -SRCREV_machine_qemumips ?= "9e531cb59dd7dfa2026637cc456a7bdcbdb50275"
>> -SRCREV_machine_qemuppc ?= "32968ddd9357f72dfd427f5b3eda62c4a49833c7"
>> -SRCREV_machine_qemux86 ?= "0847ed67f89b5a8bbaaa0a7b6cfa2a99ef34834f"
>> -SRCREV_machine_qemux86-64 ?= "0847ed67f89b5a8bbaaa0a7b6cfa2a99ef34834f"
>> -SRCREV_machine_qemumips64 ?= "106ed721d21c595dfb993a8990c3a29830dfc166"
>> -SRCREV_machine ?= "0847ed67f89b5a8bbaaa0a7b6cfa2a99ef34834f"
>> -SRCREV_meta ?= "9d0f0db8442a5ccb3f2ce81e2e43d96b6515a45a"
>> +SRCREV_machine_qemuarm ?= "4db58705727e27bea8ccf805bd5c7d04d2d029ed"
>> +SRCREV_machine_qemuarm64 ?= "93b1a6cee7d4a4437a1c0edf3e54ffe78edb4462"
>> +SRCREV_machine_qemumips ?= "d6237b3b244b894d4b3479ecf37acef041416dfa"
>> +SRCREV_machine_qemuppc ?= "8520e65497ae10e14c38c76920a3457dc64349bf"
>> +SRCREV_machine_qemux86 ?= "93b1a6cee7d4a4437a1c0edf3e54ffe78edb4462"
>> +SRCREV_machine_qemux86-64 ?= "93b1a6cee7d4a4437a1c0edf3e54ffe78edb4462"
>> +SRCREV_machine_qemumips64 ?= "d0524e144cd15a3c0edf768f68400968a4477cbe"
>> +SRCREV_machine ?= "93b1a6cee7d4a4437a1c0edf3e54ffe78edb4462"
>> +SRCREV_meta ?= "b30b6b9ef215433b28e8966c73ebb6b98a7f4d1f"
>>
>> SRC_URI =
>> "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH};
>> \
>>
>> git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}"
>>
>>
>> -LINUX_VERSION ?= "4.1.30"
>> +LINUX_VERSION ?= "4.1.32"
>>
>> PV = "${LINUX_VERSION}+git${SRCPV}"
>>
>>
next prev parent reply other threads:[~2016-09-14 6:32 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-12 18:16 [PATCH 0/3] linux-yocto: version bumps Bruce Ashfield
2016-09-12 18:16 ` [PATCH 1/3] linux-yocto/4.1: update to 4.1.32 Bruce Ashfield
2016-09-14 2:21 ` Robert Yang
2016-09-14 3:14 ` Ashfield, Bruce
2016-09-14 6:32 ` Bruce Ashfield [this message]
2016-09-14 6:56 ` Robert Yang
2016-09-14 13:22 ` Bruce Ashfield
2016-09-12 18:16 ` [PATCH 2/3] linux-yocto/4.4: update to 4.4.20 Bruce Ashfield
2016-09-12 18:16 ` [PATCH 3/3] linux-yocto/4.8: update to v4.8-rc6 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=57D8EEF2.4040200@windriver.com \
--to=bruce.ashfield@windriver.com \
--cc=liezhi.yang@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox