From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Martin Jansa <martin.jansa@gmail.com>,
<openembedded-core@lists.openembedded.org>
Cc: openembedded-commits@lists.openembedded.org
Subject: Re: [oe-commits] Bruce Ashfield : kern-tools: improve patch application performance
Date: Tue, 3 Mar 2015 21:26:13 -0500 [thread overview]
Message-ID: <54F66D45.8030702@windriver.com> (raw)
In-Reply-To: <20150304022312.GF2337@jama>
On 2015-03-03 9:23 PM, Martin Jansa wrote:
> On Mon, Mar 02, 2015 at 10:05:50PM +0000, git@git.openembedded.org wrote:
>> Module: openembedded-core.git
>> Branch: master
>> Commit: 148c78e0f5de2689de3ad9beaa9f6de618d87758
>> URL: http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=148c78e0f5de2689de3ad9beaa9f6de618d87758
>>
>> Author: Bruce Ashfield <bruce.ashfield@windriver.com>
>> Date: Mon Mar 2 16:36:41 2015 -0500
>>
>> kern-tools: improve patch application performance
>>
>> Update the SRCREV for the following incremental improvement in patch
>> processing time:
>>
>> kgit-meta: skip patches on non-leaf nodes
>>
>> In a similar way as commit 0768d697 [kgit-meta: dont run kgit-s2q
>> for
>> non-leaf nodes], we can save even more processing time by not even
>> analysing and linking patches if we aren't on the leaf node of the
>> tree.
>>
>> This early exit can save nearly 95% of the time required to "patch"
>> a tree when no changes are actually applied.
>>
>> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
>> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>
> Not sure if it's related to this, but today's world build is failing
> with:
>
Shouldn't be related, but I'll have a look. If you get past the patch
phase, that change doesn't come into play, and you are breaking on the
configuration gathering in this error.
Bruce
> ERROR: Function failed: do_kernel_configme (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/qemux86-oe-linux/linux-yocto/3.19+gitAUTOINC+f7a81274b4_43b9eced9b-r0/temp/log.do_kernel_configme.29401)
> ERROR: Logfile of failure stored in: /home/jenkins/oe/world/shr-core/tmp-glibc/work/qemux86-oe-linux/linux-yocto/3.19+gitAUTOINC+f7a81274b4_43b9eced9b-r0/temp/log.do_kernel_configme.29401
> Log data follows:
> | DEBUG: Executing shell function do_kernel_configme
> | NOTE: kernel configme
> | [INFO] Configuring target/machine combo: "standard/qemux86"
> | [INFO] collecting configs in .meta/meta-series
> | mv: cannot move `/home/jenkins/oe/world/shr-core/tmp-glibc/work/qemux86-oe-linux/linux-yocto/3.19+gitAUTOINC+f7a81274b4_43b9eced9b-r0/linux-qemux86-standard-build/.tmp.config.PKIfLNkSVj' to `.meta/cfg/standard/common-pc/qemux86-standard-config-3.19': No such file or directory
> | creation of pre-processed config data failed
> | config of "standard/qemux86" failed
> | WARNING: exit code 1 from a shell command.
> | ERROR: Function failed: do_kernel_configme (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/qemux86-oe-linux/linux-yocto/3.19+gitAUTOINC+f7a81274b4_43b9eced9b-r0/temp/log.do_kernel_configme.29401)
> NOTE: recipe linux-yocto-3.19+gitAUTOINC+f7a81274b4_43b9eced9b-r0: task do_kernel_configme: Failed
> ERROR: Task 30091 (/home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-kernel/linux/linux-yocto_3.19.bb, do_kernel_configme) failed with exit code '1'
>
>>
>> ---
>>
>> meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
>> index 80d26f9..131c5e9 100644
>> --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
>> +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
>> @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=d8d1d729a70c
>>
>> DEPENDS = "git-native"
>>
>> -SRCREV = "cab17f884998b43692244a863dea6f505c7f67af"
>> +SRCREV = "0c51a3d02fa54726141f32824b11d0676960e0a5"
>> PR = "r12"
>> PV = "0.2+git${SRCPV}"
>>
>>
>> --
>> _______________________________________________
>> Openembedded-commits mailing list
>> Openembedded-commits@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-commits
>
next prev parent reply other threads:[~2015-03-04 2:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20150302220550.8A2F450367@opal.openembedded.org>
2015-03-04 2:23 ` [oe-commits] Bruce Ashfield : kern-tools: improve patch application performance Martin Jansa
2015-03-04 2:26 ` Bruce Ashfield [this message]
2015-03-04 3:40 ` Bruce Ashfield
2015-03-04 8:45 ` Martin Jansa
2015-03-04 12:58 ` Martin Jansa
2015-03-04 13:04 ` Richard Purdie
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=54F66D45.8030702@windriver.com \
--to=bruce.ashfield@windriver.com \
--cc=martin.jansa@gmail.com \
--cc=openembedded-commits@lists.openembedded.org \
--cc=openembedded-core@lists.openembedded.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.