Re: [yocto] [yocto-kernel-tools][PATCH] tools/kconf_check: modify grep pattern

2018-12-16 Thread Bruce Ashfield
On 2018-12-12 8:36 p.m., Hongzhi, Song wrote: Thanks. So would you help to remedy the commit log while merging the patch? I've tweaked the message and added this to my queue. It will come out early this week. Bruce --Hongzhi On 12/13/2018 02:45 AM, Bruce Ashfield wrote: On 12/11/18

Re: [yocto] [yocto-kernel-tools][PATCH] tools/kconf_check: modify grep pattern

2018-12-12 Thread Hongzhi, Song
Thanks. So would you help to remedy the commit log while merging the patch? --Hongzhi On 12/13/2018 02:45 AM, Bruce Ashfield wrote: On 12/11/18 5:12 AM, Hongzhi.Song wrote: The cmd line, , can't match all expect config options. This is because that it is not always space after 'config'

Re: [yocto] [yocto-kernel-tools][PATCH] tools/kconf_check: modify grep pattern

2018-12-12 Thread Bruce Ashfield
On 12/11/18 5:12 AM, Hongzhi.Song wrote: The cmd line, , can't match all expect config options. This is because that it is not always space after 'config' This should say "not always one space". There really should always just be a single space, but typos do sneak in. I'll queue the patch

[yocto] [yocto-kernel-tools][PATCH] tools/kconf_check: modify grep pattern

2018-12-11 Thread Hongzhi.Song
The cmd line, , can't match all expect config options. This is because that it is not always space after 'config' in kernel-source/*/.../Kconfig. e.g. "config IP_VS_IPV6" in net/netfilter/ipvs/Kconfig So we should change the cmd to grep '^[ ]*\(menu\)*config\s'. Signed-off-by: Hongzhi.Song

Re: [yocto] [yocto-kernel-tools][PATCH 0/1] Rework merge of feature branches

2017-02-07 Thread Bruce Ashfield
On 2017-02-07 06:21 AM, David Vincent wrote: On vendredi 3 février 2017 13:51:34 CET Bruce Ashfield wrote: I was able to merge branches with this patch applied to Morty. Cheers, Bruce I've just successfully tested it on Morty myself. Works for me too, branches are merged just like they

Re: [yocto] [yocto-kernel-tools][PATCH 0/1] Rework merge of feature branches

2017-02-07 Thread David Vincent
On vendredi 3 février 2017 13:51:34 CET Bruce Ashfield wrote: > > I was able to merge branches with this patch applied to Morty. > > Cheers, > > Bruce > I've just successfully tested it on Morty myself. Works for me too, branches are merged just like they were before ! Thank you David --

Re: [yocto] [yocto-kernel-tools][PATCH 0/1] Rework merge of feature branches

2017-02-03 Thread Bruce Ashfield
On 2017-02-03 03:42 AM, David Vincent wrote: On dimanche 29 janvier 2017 23:31:49 CET Bruce Ashfield wrote: On Wed, Jan 25, 2017 at 1:05 PM, Bruce Ashfield wrote: I spent Friday looking into this in more detail, and to keep things consistent with how the path and

Re: [yocto] [yocto-kernel-tools][PATCH 0/1] Rework merge of feature branches

2017-02-03 Thread Bruce Ashfield
On 2017-02-03 03:42 AM, David Vincent wrote: On dimanche 29 janvier 2017 23:31:49 CET Bruce Ashfield wrote: On Wed, Jan 25, 2017 at 1:05 PM, Bruce Ashfield wrote: I spent Friday looking into this in more detail, and to keep things consistent with how the path and

Re: [yocto] [yocto-kernel-tools][PATCH 0/1] Rework merge of feature branches

2017-02-03 Thread David Vincent
On dimanche 29 janvier 2017 23:31:49 CET Bruce Ashfield wrote: > On Wed, Jan 25, 2017 at 1:05 PM, Bruce Ashfield > wrote: > > I spent Friday looking into this in more detail, and to keep things > consistent > with how the path and config queues are handled, with all the

Re: [yocto] [yocto-kernel-tools][PATCH 0/1] Rework merge of feature branches

2017-01-29 Thread Bruce Ashfield
On Wed, Jan 25, 2017 at 1:05 PM, Bruce Ashfield wrote: > > > On Wed, Jan 25, 2017 at 5:37 AM, David Vincent > wrote: > >> I've recently noticed that, on Morty, feature branches of a Yocto kernel >> are not >> merged anymore. This is due to the

Re: [yocto] [yocto-kernel-tools][PATCH 0/1] Rework merge of feature branches

2017-01-25 Thread Bruce Ashfield
On Wed, Jan 25, 2017 at 5:37 AM, David Vincent wrote: > I've recently noticed that, on Morty, feature branches of a Yocto kernel > are not > merged anymore. This is due to the fact that the meta-series file does not > process the git merge commands anymore. > Indeed. I

[yocto] [yocto-kernel-tools][PATCH 1/1] scc: Move merge command

2017-01-25 Thread David Vincent
Create a new command to merge a feature branch inside the current branch when processing meta-series. Signed-off-by: David Vincent --- tools/kgit-meta | 14 ++ tools/scc| 13 - tools/scc-cmds/merge.cmd | 10 ++ 3

[yocto] [yocto-kernel-tools][PATCH 0/1] Rework merge of feature branches

2017-01-25 Thread David Vincent
I've recently noticed that, on Morty, feature branches of a Yocto kernel are not merged anymore. This is due to the fact that the meta-series file does not process the git merge commands anymore. This commit creates a new merge command to be executed when processing the kernel metadata. To solve

Re: [yocto] yocto-kernel-tools and multiple users

2016-12-01 Thread Philip Balister
On 12/01/2016 08:34 PM, Bruce Ashfield wrote: > On 12/01/2016 06:09 PM, Trevor Woerner wrote: >> On Thu 2016-12-01 @ 05:50:21 PM, Bruce Ashfield wrote: >>> Can you just provide me the details of exactly how you are invoking >>> the build that triggers the error ? >> >> $ git clone

Re: [yocto] yocto-kernel-tools and multiple users

2016-12-01 Thread Bruce Ashfield
On 12/01/2016 06:09 PM, Trevor Woerner wrote: On Thu 2016-12-01 @ 05:50:21 PM, Bruce Ashfield wrote: Can you just provide me the details of exactly how you are invoking the build that triggers the error ? $ git clone git://git.openembedded.org/openembedded-core.git (HEAD @

Re: [yocto] yocto-kernel-tools and multiple users

2016-12-01 Thread Trevor Woerner
Awesome! Thanks :-) -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] yocto-kernel-tools and multiple users

2016-12-01 Thread Bruce Ashfield
On 12/01/2016 06:09 PM, Trevor Woerner wrote: On Thu 2016-12-01 @ 05:50:21 PM, Bruce Ashfield wrote: Can you just provide me the details of exactly how you are invoking the build that triggers the error ? $ git clone git://git.openembedded.org/openembedded-core.git (HEAD @

Re: [yocto] yocto-kernel-tools and multiple users

2016-12-01 Thread Bruce Ashfield
On 12/01/2016 05:44 PM, Trevor Woerner wrote: On Thu 2016-12-01 @ 05:28:20 PM, Bruce Ashfield wrote: Gah, that's my bad. I'm currently in transit for a trip to Europe, but I'll fix this to use mktmp and friends tomorrow and send out a patch. Great, thanks :-) I think there might be a second

Re: [yocto] yocto-kernel-tools and multiple users

2016-12-01 Thread Trevor Woerner
On Thu 2016-12-01 @ 05:28:20 PM, Bruce Ashfield wrote: > Gah, that's my bad. I'm currently in transit for a trip to Europe, but I'll > fix this > to use mktmp and friends tomorrow and send out a patch. Great, thanks :-) I think there might be a second issue too. When scc-cmds/patch.cmd is run

Re: [yocto] yocto-kernel-tools and multiple users

2016-12-01 Thread Bruce Ashfield
On Thu, Dec 1, 2016 at 3:05 PM, Trevor Woerner wrote: > I believe a recent change in the yocto-kernel-tools is causing some funny > issue I saw this morning on my overnight jenkins builds. > > commit 08463d684c1952e74c25344cddace4c3f24c739d > Date: Mon Oct

[yocto] yocto-kernel-tools and multiple users

2016-12-01 Thread Trevor Woerner
I believe a recent change in the yocto-kernel-tools is causing some funny issue I saw this morning on my overnight jenkins builds. commit 08463d684c1952e74c25344cddace4c3f24c739d Date: Mon Oct 31 14:30:12 2016 -0400 scc: exit on error If

[yocto] [yocto-kernel-tools] configme: Error out loudly if merge_configs.sh fails

2015-08-04 Thread Ioan-Adrian Ratiu
If merge_configs.sh fails, then configme should error loudly and stop the build because this usually means the build will break somewhere else down the road. Signed-off-by: Ioan-Adrian Ratiu adrian.ra...@ni.com --- tools/configme| 6 ++ tools/merge_config.sh | 4 2 files

[linux-yocto] yocto-kernel-tools

2014-08-29 Thread akuster808
Hello, I am trying to use the yocto-kernel-tools and when I run make install it errors out. install: cannot stat ‘tools/generate_cfg’: No such file or directory there is no 'generate_cfg' file in the sources. What am I missing? regards, Armin --

Re: [linux-yocto] yocto-kernel-tools

2014-08-29 Thread Bruce Ashfield
On 14-08-29 02:36 PM, akuster808 wrote: Hello, I am trying to use the yocto-kernel-tools and when I run make install it errors out. install: cannot stat ‘tools/generate_cfg’: No such file or directory there is no 'generate_cfg' file in the sources. What am I missing? only that I deleted

Re: [yocto] yocto-kernel-tools

2013-01-07 Thread Darren Hart
On 12/24/2012 08:15 AM, Bruce Ashfield wrote: On Mon, Dec 24, 2012 at 6:28 AM, Rick Yang rick.y...@enea.com mailto:rick.y...@enea.com wrote: Hi , We have a linux release base on yocto, and we want to use yocto-kernel-tools to manage kernel configuration fragments,

[yocto] yocto-kernel-tools

2012-12-24 Thread Rick Yang
Hi , We have a linux release base on yocto, and we want to use yocto-kernel-tools to manage kernel configuration fragments, instead of the old method. So we want to know, when poky will use yocto-kernel-tools to manage the kernel ? Is there a plan? Thanks! Rick

Re: [yocto] yocto-kernel-tools

2012-12-24 Thread Bruce Ashfield
On Mon, Dec 24, 2012 at 6:28 AM, Rick Yang rick.y...@enea.com wrote: Hi , We have a linux release base on yocto, and we want to use yocto-kernel-tools to manage kernel configuration fragments, instead of the old method. So we want to know, when poky will use yocto-kernel-tools to