<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Other NXP ProductsのトピックRe: bitbake core-image-base -c populate_sdk_ext [FAILED]</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/bitbake-core-image-base-c-populate-sdk-ext-FAILED/m-p/1436946#M13607</link>
    <description>&lt;P&gt;There is no issue in building the SDK and core-image-base ,when i tried to populate _sdk_ext i am getiing error ,i tried all the methods and tricks that are available in onlne forums ,please do help&lt;/P&gt;</description>
    <pubDate>Thu, 31 Mar 2022 09:17:19 GMT</pubDate>
    <dc:creator>AchyuthAGNA5675</dc:creator>
    <dc:date>2022-03-31T09:17:19Z</dc:date>
    <item>
      <title>bitbake core-image-base -c populate_sdk_ext [FAILED]</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/bitbake-core-image-base-c-populate-sdk-ext-FAILED/m-p/1436051#M13597</link>
      <description>&lt;P&gt;ERROR: core-image-base-1.0-r0 do_populate_sdk_ext: Error executing a python function in exec_python_func() autogenerated:&lt;/P&gt;&lt;P&gt;The stack trace of python calls that resulted in this exception/failure was:&lt;BR /&gt;File: 'exec_python_func() autogenerated', lineno: 2, function: &amp;lt;module&amp;gt;&lt;BR /&gt;0001:&lt;BR /&gt;*** 0002:copy_buildsystem(d)&lt;BR /&gt;0003:&lt;BR /&gt;File: '/home/aaaa/bbbb/sources/openembedded-core/meta/classes/populate_sdk_ext.bbclass', lineno: 213, function: copy_buildsystem&lt;BR /&gt;0209: workspace_name = 'orig-workspace'&lt;BR /&gt;0210: else:&lt;BR /&gt;0211: workspace_name = None&lt;BR /&gt;0212:&lt;BR /&gt;*** 0213: corebase, sdkbblayers = buildsystem.copy_bitbake_and_layers(baseoutpath + '/layers', workspace_name)&lt;BR /&gt;0214: conf_bbpath = os.path.join('layers', corebase, 'bitbake')&lt;BR /&gt;0215:&lt;BR /&gt;0216: for path in os.listdir(baseoutpath + '/layers'):&lt;BR /&gt;0217: relpath = os.path.join('layers', path, oe_init_env_script)&lt;BR /&gt;File: '/home/aaaa/bbbb/sources/openembedded-core/meta/lib/oe/copy_buildsystem.py', lineno: 123, function: copy_bitbake_and_layers&lt;BR /&gt;0119: bb.utils.mkdirhier(layerdestpath)&lt;BR /&gt;0120: for f in corebase_files:&lt;BR /&gt;0121: f_basename = os.path.basename(f)&lt;BR /&gt;0122: destname = os.path.join(layerdestpath, f_basename)&lt;BR /&gt;*** 0123: _smart_copy(f, destname)&lt;BR /&gt;0124: else:&lt;BR /&gt;0125: layers_copied.append(layer_relative)&lt;BR /&gt;0126:&lt;BR /&gt;0127: if os.path.exists(os.path.join(layerdestpath, 'conf/layer.conf')):&lt;BR /&gt;File: '/home/aaaa/bbbb/sources/openembedded-core/meta/lib/oe/copy_buildsystem.py', lineno: 25, function: _smart_copy&lt;BR /&gt;0021: if stat.S_ISDIR(mode):&lt;BR /&gt;0022: bb.utils.mkdirhier(dest)&lt;BR /&gt;0023: cmd = "tar --exclude='.git' --xattrs --xattrs-include='*' -chf - -C %s -p . \&lt;BR /&gt;0024: | tar --xattrs --xattrs-include='*' -xf - -C %s" % (src, dest)&lt;BR /&gt;*** 0025: subprocess.check_output(cmd, shell=True, stderr=subprocess.STDOUT)&lt;BR /&gt;0026: else:&lt;BR /&gt;0027: shutil.copyfile(src, dest)&lt;BR /&gt;0028: shutil.copymode(src, dest)&lt;BR /&gt;0029:&lt;BR /&gt;File: '/usr/lib/python3.6/subprocess.py', lineno: 356, function: check_output&lt;BR /&gt;0352: # empty string. That is maintained here for backwards compatibility.&lt;BR /&gt;0353: kwargs['input'] = '' if kwargs.get('universal_newlines', False) else b''&lt;BR /&gt;0354:&lt;BR /&gt;0355: return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,&lt;BR /&gt;*** 0356: **kwargs).stdout&lt;BR /&gt;0357:&lt;BR /&gt;0358:&lt;BR /&gt;0359:class CompletedProcess(object):&lt;BR /&gt;0360: """A process that has finished running.&lt;BR /&gt;File: '/usr/lib/python3.6/subprocess.py', lineno: 438, function: run&lt;BR /&gt;0434: raise&lt;BR /&gt;0435: retcode = process.poll()&lt;BR /&gt;0436: if check and retcode:&lt;BR /&gt;0437: raise CalledProcessError(retcode, process.args,&lt;BR /&gt;*** 0438: output=stdout, stderr=stderr)&lt;BR /&gt;0439: return CompletedProcess(process.args, retcode, stdout, stderr)&lt;BR /&gt;0440:&lt;BR /&gt;0441:&lt;BR /&gt;0442:def list2cmdline(seq):&lt;BR /&gt;Exception: subprocess.CalledProcessError: Command 'tar --exclude='.git' --xattrs --xattrs-include='*' -chf - -C /home/aaaa/bbbb/sources/bitbake -p . | tar --xattrs --xattrs-include='*' -xf - -C /home/aaaa/bbbb/sources/build/tmp-glibc/work/riscv-oe-linux/core-image-base/1.0-r0/sdk-ext/image//usr/local/oecore-x86_64/layers/openembedded-core/bitbake' returned non-zero exit status 134.&lt;/P&gt;&lt;P&gt;Subprocess output:&lt;BR /&gt;abort()ing pseudo client by server request. See &lt;A href="https://wiki.yoctoproject.org/wiki/Pseudo_Abort" target="_blank"&gt;https://wiki.yoctoproject.org/wiki/Pseudo_Abort&lt;/A&gt; for more details on this.&lt;BR /&gt;Check logfile: /home/aaaa/bbbb/sources/build/tmp-glibc/work/riscv-oe-linux/core-image-base/1.0-r0/pseudo//pseudo.log&lt;BR /&gt;Aborted (core dumped)&lt;/P&gt;&lt;P&gt;ERROR: Logfile of failure stored in: /home/aaaa/bbbb/sources/build/tmp-glibc/work/exaleapsemi-oe-linux/core-image-base/1.0-r0/temp/log.do_populate_sdk_ext.5169&lt;BR /&gt;ERROR: Task (/home/aaaa/bbbb/sources/meta-xxxx/recipes-xxxx/images/core-image-base.bb:do_populate_sdk_ext) failed with exit code '1'&lt;BR /&gt;NOTE: Tasks Summary: Attempted 3424 tasks of which 3422 didn't need to be rerun and 1 failed.&lt;BR /&gt;NOTE: Writing buildhistory&lt;BR /&gt;NOTE: Writing buildhistory took: 1 seconds&lt;/P&gt;&lt;P&gt;Summary: 1 task failed:&lt;BR /&gt;/home/aaaa/bbbb/sources/meta-xxxx/recipes-xxxx/images/core-image-base.bb:do_populate_sdk_ext&lt;BR /&gt;Summary: There were 2 WARNING messages shown.&lt;BR /&gt;Summary: There was 1 ERROR message shown, returning a non-zero exit code.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 09:20:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/bitbake-core-image-base-c-populate-sdk-ext-FAILED/m-p/1436051#M13597</guid>
      <dc:creator>AchyuthAGNA5675</dc:creator>
      <dc:date>2022-03-30T09:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: bitbake core-image-base -c populate_sdk_ext [FAILED]</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/bitbake-core-image-base-c-populate-sdk-ext-FAILED/m-p/1436946#M13607</link>
      <description>&lt;P&gt;There is no issue in building the SDK and core-image-base ,when i tried to populate _sdk_ext i am getiing error ,i tried all the methods and tricks that are available in onlne forums ,please do help&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 09:17:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/bitbake-core-image-base-c-populate-sdk-ext-FAILED/m-p/1436946#M13607</guid>
      <dc:creator>AchyuthAGNA5675</dc:creator>
      <dc:date>2022-03-31T09:17:19Z</dc:date>
    </item>
  </channel>
</rss>

