All of lore.kernel.org
 help / color / mirror / Atom feed
* devtool modify u-boot-aspeed  fail when using intel wolfpass recipe
@ 2020-03-08  9:16 zhang_cy1989
  2020-03-08  9:19 ` zhang_cy1989
  0 siblings, 1 reply; 5+ messages in thread
From: zhang_cy1989 @ 2020-03-08  9:16 UTC (permalink / raw)
  To: openbmc

[-- Attachment #1: Type: text/plain, Size: 1924 bytes --]

Dear All
    After I bitbake recipes with TEMPLATECONF=meta-openbmc-mods/meta-wolfpass/conf,
    I want to modify u-boot-aspeed with devtool.
    However,I got the following tips:
    devtool modify u-boot-aspeed
    ERROR: Error executing a python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:devtool_post_patch(d)
     0003:
File: '/intel-openbmc/openbmc/meta/classes/devtool-source.bbclass', lineno: 207, function: devtool_post_patch
     0203:            rm_patches()
     0204:            # Now we need to reconcile the dev branch with the no-overrides one
     0205:            # (otherwise we'd likely be left with identical commits that have different hashes)
     0206:            bb.process.run('git checkout %s' % devbranch, cwd=srcsubdir)
 *** 0207:            bb.process.run('git rebase devtool-no-overrides', cwd=srcsubdir)
     0208:        else:
     0209:            bb.process.run('git checkout %s -b devtool-no-overrides' % devbranch, cwd=srcsubdir)
     0210:
     0211:        for override in extra_overrides:
File: '/intel-openbmc/openbmc/poky/bitbake/lib/bb/process.py', lineno: 182, function: run
     0178:        if not stderr is None:
     0179:            stderr = stderr.decode("utf-8")
     0180:
     0181:    if pipe.returncode != 0:
 *** 0182:        raise ExecutionError(cmd, pipe.returncode, stdout, stderr)
     0183:    return stdout, stderr
Exception: bb.process.ExecutionError: Execution of 'git rebase devtool-no-overrides' failed with exit code 1:
It looks like 'git am' is in progress. Cannot rebase.


ERROR: Logfile of failure stored in: /intel-openbmc/openbmc/build/tmp/work/intel_ast2500-openbmc-linux-gnueabi/u-boot-aspeed/1_v2016.07+gitAUTOINC+59428fe010-r0/devtooltmp-8q2im08o/temp/log.do_patch.9041




[-- Attachment #2: Type: text/html, Size: 3373 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re:devtool modify u-boot-aspeed  fail when using intel wolfpass recipe
  2020-03-08  9:16 devtool modify u-boot-aspeed fail when using intel wolfpass recipe zhang_cy1989
@ 2020-03-08  9:19 ` zhang_cy1989
  2020-03-09  2:10   ` 阿桂
  0 siblings, 1 reply; 5+ messages in thread
From: zhang_cy1989 @ 2020-03-08  9:19 UTC (permalink / raw)
  To: openbmc

[-- Attachment #1: Type: text/plain, Size: 2064 bytes --]

Dear All
    Help me, Please!
   Thank you!


Felix












At 2020-03-08 17:16:53, "zhang_cy1989" <zhang_cy1989@163.com> wrote:

Dear All
    After I bitbake recipes with TEMPLATECONF=meta-openbmc-mods/meta-wolfpass/conf,
    I want to modify u-boot-aspeed with devtool.
    However,I got the following tips:
    devtool modify u-boot-aspeed
    ERROR: Error executing a python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:devtool_post_patch(d)
     0003:
File: '/intel-openbmc/openbmc/meta/classes/devtool-source.bbclass', lineno: 207, function: devtool_post_patch
     0203:            rm_patches()
     0204:            # Now we need to reconcile the dev branch with the no-overrides one
     0205:            # (otherwise we'd likely be left with identical commits that have different hashes)
     0206:            bb.process.run('git checkout %s' % devbranch, cwd=srcsubdir)
 *** 0207:            bb.process.run('git rebase devtool-no-overrides', cwd=srcsubdir)
     0208:        else:
     0209:            bb.process.run('git checkout %s -b devtool-no-overrides' % devbranch, cwd=srcsubdir)
     0210:
     0211:        for override in extra_overrides:
File: '/intel-openbmc/openbmc/poky/bitbake/lib/bb/process.py', lineno: 182, function: run
     0178:        if not stderr is None:
     0179:            stderr = stderr.decode("utf-8")
     0180:
     0181:    if pipe.returncode != 0:
 *** 0182:        raise ExecutionError(cmd, pipe.returncode, stdout, stderr)
     0183:    return stdout, stderr
Exception: bb.process.ExecutionError: Execution of 'git rebase devtool-no-overrides' failed with exit code 1:
It looks like 'git am' is in progress. Cannot rebase.


ERROR: Logfile of failure stored in: /intel-openbmc/openbmc/build/tmp/work/intel_ast2500-openbmc-linux-gnueabi/u-boot-aspeed/1_v2016.07+gitAUTOINC+59428fe010-r0/devtooltmp-8q2im08o/temp/log.do_patch.9041








 

[-- Attachment #2: Type: text/html, Size: 4007 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re:Re:devtool modify u-boot-aspeed  fail when using intel wolfpass recipe
  2020-03-08  9:19 ` zhang_cy1989
@ 2020-03-09  2:10   ` 阿桂
  2020-03-09 23:38     ` devtool " zhang_cy1989
  0 siblings, 1 reply; 5+ messages in thread
From: 阿桂 @ 2020-03-09  2:10 UTC (permalink / raw)
  To: zhang_cy1989; +Cc: openbmc

[-- Attachment #1: Type: text/plain, Size: 2174 bytes --]

devtool modify u-boot











在 2020-03-08 17:19:56,"zhang_cy1989" <zhang_cy1989@163.com> 写道:

Dear All
    Help me, Please!
   Thank you!


Felix












At 2020-03-08 17:16:53, "zhang_cy1989" <zhang_cy1989@163.com> wrote:

Dear All
    After I bitbake recipes with TEMPLATECONF=meta-openbmc-mods/meta-wolfpass/conf,
    I want to modify u-boot-aspeed with devtool.
    However,I got the following tips:
    devtool modify u-boot-aspeed
    ERROR: Error executing a python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:devtool_post_patch(d)
     0003:
File: '/intel-openbmc/openbmc/meta/classes/devtool-source.bbclass', lineno: 207, function: devtool_post_patch
     0203:            rm_patches()
     0204:            # Now we need to reconcile the dev branch with the no-overrides one
     0205:            # (otherwise we'd likely be left with identical commits that have different hashes)
     0206:            bb.process.run('git checkout %s' % devbranch, cwd=srcsubdir)
 *** 0207:            bb.process.run('git rebase devtool-no-overrides', cwd=srcsubdir)
     0208:        else:
     0209:            bb.process.run('git checkout %s -b devtool-no-overrides' % devbranch, cwd=srcsubdir)
     0210:
     0211:        for override in extra_overrides:
File: '/intel-openbmc/openbmc/poky/bitbake/lib/bb/process.py', lineno: 182, function: run
     0178:        if not stderr is None:
     0179:            stderr = stderr.decode("utf-8")
     0180:
     0181:    if pipe.returncode != 0:
 *** 0182:        raise ExecutionError(cmd, pipe.returncode, stdout, stderr)
     0183:    return stdout, stderr
Exception: bb.process.ExecutionError: Execution of 'git rebase devtool-no-overrides' failed with exit code 1:
It looks like 'git am' is in progress. Cannot rebase.


ERROR: Logfile of failure stored in: /intel-openbmc/openbmc/build/tmp/work/intel_ast2500-openbmc-linux-gnueabi/u-boot-aspeed/1_v2016.07+gitAUTOINC+59428fe010-r0/devtooltmp-8q2im08o/temp/log.do_patch.9041








 





 

[-- Attachment #2: Type: text/html, Size: 5235 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: devtool modify u-boot-aspeed fail when using intel wolfpass recipe
  2020-03-09  2:10   ` 阿桂
@ 2020-03-09 23:38     ` zhang_cy1989
  2020-03-10  0:03       ` Ren, Zhikui
  0 siblings, 1 reply; 5+ messages in thread
From: zhang_cy1989 @ 2020-03-09 23:38 UTC (permalink / raw)
  To: 阿桂; +Cc: openbmc

[-- Attachment #1: Type: text/plain, Size: 2506 bytes --]

Dear 阿桂
    Whether "devtool modify u-boot-aspeed" or "devtool modify u-boot", I have still those errors mentioned in the previous email.
   Can you have another suggestion?


Felix
| |
zhang_cy1989
|
|
zhang_cy1989@163.com
|
签名由网易邮箱大师定制
On 3/9/2020 10:10,阿桂<guilin1985@126.com> wrote:
devtool modify u-boot











在 2020-03-08 17:19:56,"zhang_cy1989" <zhang_cy1989@163.com> 写道:

Dear All
    Help me, Please!
   Thank you!


Felix












At 2020-03-08 17:16:53, "zhang_cy1989" <zhang_cy1989@163.com> wrote:

Dear All
    After I bitbake recipes with TEMPLATECONF=meta-openbmc-mods/meta-wolfpass/conf,
    I want to modify u-boot-aspeed with devtool.
    However,I got the following tips:
    devtool modify u-boot-aspeed
    ERROR: Error executing a python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:devtool_post_patch(d)
     0003:
File: '/intel-openbmc/openbmc/meta/classes/devtool-source.bbclass', lineno: 207, function: devtool_post_patch
     0203:            rm_patches()
     0204:            # Now we need to reconcile the dev branch with the no-overrides one
     0205:            # (otherwise we'd likely be left with identical commits that have different hashes)
     0206:            bb.process.run('git checkout %s' % devbranch, cwd=srcsubdir)
 *** 0207:            bb.process.run('git rebase devtool-no-overrides', cwd=srcsubdir)
     0208:        else:
     0209:            bb.process.run('git checkout %s -b devtool-no-overrides' % devbranch, cwd=srcsubdir)
     0210:
     0211:        for override in extra_overrides:
File: '/intel-openbmc/openbmc/poky/bitbake/lib/bb/process.py', lineno: 182, function: run
     0178:        if not stderr is None:
     0179:            stderr = stderr.decode("utf-8")
     0180:
     0181:    if pipe.returncode != 0:
 *** 0182:        raise ExecutionError(cmd, pipe.returncode, stdout, stderr)
     0183:    return stdout, stderr
Exception: bb.process.ExecutionError: Execution of 'git rebase devtool-no-overrides' failed with exit code 1:
It looks like 'git am' is in progress. Cannot rebase.


ERROR: Logfile of failure stored in: /intel-openbmc/openbmc/build/tmp/work/intel_ast2500-openbmc-linux-gnueabi/u-boot-aspeed/1_v2016.07+gitAUTOINC+59428fe010-r0/devtooltmp-8q2im08o/temp/log.do_patch.9041








 





 





 

[-- Attachment #2: Type: text/html, Size: 9110 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: devtool modify u-boot-aspeed fail when using intel wolfpass recipe
  2020-03-09 23:38     ` devtool " zhang_cy1989
@ 2020-03-10  0:03       ` Ren, Zhikui
  0 siblings, 0 replies; 5+ messages in thread
From: Ren, Zhikui @ 2020-03-10  0:03 UTC (permalink / raw)
  To: zhang_cy1989, 阿桂; +Cc: openbmc

[-- Attachment #1: Type: text/plain, Size: 3102 bytes --]

devtool modify u-boot-aspeed-sdk

From: openbmc <openbmc-bounces+zhikui.ren=intel.com@lists.ozlabs.org> On Behalf Of zhang_cy1989
Sent: Monday, March 9, 2020 4:38 PM
To: 阿桂 <guilin1985@126.com>
Cc: openbmc@lists.ozlabs.org
Subject: Re: devtool modify u-boot-aspeed fail when using intel wolfpass recipe

Dear 阿桂
    Whether "devtool modify u-boot-aspeed" or "devtool modify u-boot", I have still those errors mentioned in the previous email.
   Can you have another suggestion?

Felix
[https://mail-online.nosdn.127.net/qiyelogo/defaultAvatar.png]
zhang_cy1989
zhang_cy1989@163.com<mailto:zhang_cy1989@163.com>
签名由 网易邮箱大师<https://mail.163.com/dashi/dlpro.html?from=mail81> 定制
On 3/9/2020 10:10,阿桂<guilin1985@126.com><mailto:guilin1985@126.com> wrote:
devtool modify u-boot






在 2020-03-08 17:19:56,"zhang_cy1989" <zhang_cy1989@163.com<mailto:zhang_cy1989@163.com>> 写道:
Dear All
    Help me, Please!
   Thank you!

Felix






At 2020-03-08 17:16:53, "zhang_cy1989" <zhang_cy1989@163.com<mailto:zhang_cy1989@163.com>> wrote:
Dear All
    After I bitbake recipes with TEMPLATECONF=meta-openbmc-mods/meta-wolfpass/conf,
    I want to modify u-boot-aspeed with devtool.
    However,I got the following tips:
    devtool modify u-boot-aspeed
    ERROR: Error executing a python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:devtool_post_patch(d)
     0003:
File: '/intel-openbmc/openbmc/meta/classes/devtool-source.bbclass', lineno: 207, function: devtool_post_patch
     0203:            rm_patches()
     0204:            # Now we need to reconcile the dev branch with the no-overrides one
     0205:            # (otherwise we'd likely be left with identical commits that have different hashes)
     0206:            bb.process.run('git checkout %s' % devbranch, cwd=srcsubdir)
 *** 0207:            bb.process.run('git rebase devtool-no-overrides', cwd=srcsubdir)
     0208:        else:
     0209:            bb.process.run('git checkout %s -b devtool-no-overrides' % devbranch, cwd=srcsubdir)
     0210:
     0211:        for override in extra_overrides:
File: '/intel-openbmc/openbmc/poky/bitbake/lib/bb/process.py', lineno: 182, function: run
     0178:        if not stderr is None:
     0179:            stderr = stderr.decode("utf-8")
     0180:
     0181:    if pipe.returncode != 0:
 *** 0182:        raise ExecutionError(cmd, pipe.returncode, stdout, stderr)
     0183:    return stdout, stderr
Exception: bb.process.ExecutionError: Execution of 'git rebase devtool-no-overrides' failed with exit code 1:
It looks like 'git am' is in progress. Cannot rebase.


ERROR: Logfile of failure stored in: /intel-openbmc/openbmc/build/tmp/work/intel_ast2500-openbmc-linux-gnueabi/u-boot-aspeed/1_v2016.07+gitAUTOINC+59428fe010-r0/devtooltmp-8q2im08o/temp/log.do_patch.9041


















[-- Attachment #2: Type: text/html, Size: 15569 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-03-10  0:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-08  9:16 devtool modify u-boot-aspeed fail when using intel wolfpass recipe zhang_cy1989
2020-03-08  9:19 ` zhang_cy1989
2020-03-09  2:10   ` 阿桂
2020-03-09 23:38     ` devtool " zhang_cy1989
2020-03-10  0:03       ` Ren, Zhikui

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.