<?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>topic Re: Yocto Pyro Fails to build in Vybrid Processors</title>
    <link>https://community.nxp.com/t5/Vybrid-Processors/Yocto-Pyro-Fails-to-build/m-p/920509#M6014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/timesyssupport"&gt;timesyssupport&lt;/A&gt;‌, would you please help us review this case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jul 2019 19:09:44 GMT</pubDate>
    <dc:creator>gusarambula</dc:creator>
    <dc:date>2019-07-17T19:09:44Z</dc:date>
    <item>
      <title>Yocto Pyro Fails to build</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Yocto-Pyro-Fails-to-build/m-p/920508#M6013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Ubuntu 18.04.2 LTS. I have installed Yocto Pyro. I can get it to build for my iMX SabreLite OK and now I need to build an SDCard image for my Vybrid TWR-VF65GS10 system. I do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cd fsl&lt;/P&gt;&lt;P&gt;MACHINE=twr-vf65gs10 DISTRO=poky source setup-environment build&lt;/P&gt;&lt;P&gt;bitbake core-image-minimal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After many tens of minutes I get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lauterbach@ARMDEV:~/fsl/build$ bitbake core-image-minimal&lt;BR /&gt;WARNING: Host distribution "ubuntu-18.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.&lt;BR /&gt;WARNING: /home/lauterbach/fsl/sources/meta-freescale/recipes-kernel/linux/linux-fslc_4.4.bb: Unable to get checksum for linux-fslc SRC_URI entry defconfig: file could not be found&lt;BR /&gt;Parsing recipes: 100% |##########################################| Time: 0:01:27&lt;BR /&gt;Parsing of 1709 .bb files complete (0 cached, 1709 parsed). 2330 targets, 279 skipped, 0 masked, 0 errors.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION = "1.34.0"&lt;BR /&gt;BUILD_SYS = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING = "universal"&lt;BR /&gt;TARGET_SYS = "arm-poky-linux-gnueabi"&lt;BR /&gt;MACHINE = "twr-vf65gs10"&lt;BR /&gt;DISTRO = "poky"&lt;BR /&gt;DISTRO_VERSION = "2.3.4"&lt;BR /&gt;TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard cortexa5"&lt;BR /&gt;TARGET_FPU = "hard"&lt;BR /&gt;meta &lt;BR /&gt;meta-poky = "HEAD:773e56f0e55760bea9cb79390441145f7953d1a7"&lt;BR /&gt;meta-oe &lt;BR /&gt;meta-multimedia = "HEAD:9eaebc6e783f1394bb5444326cd05a976b3122e9"&lt;BR /&gt;meta-freescale = "HEAD:6a67da402526452c029bcc95548385d93f44ddd1"&lt;BR /&gt;meta-freescale-3rdparty = "HEAD:04a0a433647fe209a8fe3cf99ebad023b1d4b744"&lt;BR /&gt;meta-freescale-distro = "HEAD:cd5c7a2539f40004f74126e9fdf08254fd9a6390"&lt;/P&gt;&lt;P&gt;Initialising tasks: 100% |#######################################| Time: 0:00:03&lt;BR /&gt;NOTE: Executing SetScene Tasks&lt;BR /&gt;NOTE: Executing RunQueue Tasks&lt;BR /&gt;ERROR: core-image-minimal-1.0-r0 do_image_complete: 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:write_deploy_manifest(d)&lt;BR /&gt; 0003:&lt;BR /&gt;File: '/home/lauterbach/fsl/sources/poky/meta/classes/license.bbclass', lineno: 33, function: write_deploy_manifest&lt;BR /&gt; 0029: 'w+').write(output)&lt;BR /&gt; 0030:}&lt;BR /&gt; 0031:&lt;BR /&gt; 0032:python write_deploy_manifest() {&lt;BR /&gt; *** 0033: license_deployed_manifest(d)&lt;BR /&gt; 0034:}&lt;BR /&gt; 0035:&lt;BR /&gt; 0036:python license_create_manifest() {&lt;BR /&gt; 0037: import oe.packagedata&lt;BR /&gt;File: '/home/lauterbach/fsl/sources/poky/meta/classes/license.bbclass', lineno: 192, function: license_deployed_manifest&lt;BR /&gt; 0188: man_dic[dep]["IMAGE_MANIFEST"] = True&lt;BR /&gt; 0189: man_dic[dep]["PN"] = dep&lt;BR /&gt; 0190: man_dic[dep]["FILES"] = \&lt;BR /&gt; 0191: " ".join(get_deployed_files(dep_dic[dep]))&lt;BR /&gt; *** 0192: with open(os.path.join(lic_dir, dep, "recipeinfo"), "r") as f:&lt;BR /&gt; 0193: for line in f.readlines():&lt;BR /&gt; 0194: key,val = line.split(": ", 1)&lt;BR /&gt; 0195: man_dic[dep][key] = val[:-1]&lt;BR /&gt; 0196:&lt;BR /&gt;Exception: FileNotFoundError: [Errno 2] No such file or directory: '/home/lauterbach/fsl/build/tmp/deploy/licenses/u-boot-fslc/recipeinfo'&lt;/P&gt;&lt;P&gt;ERROR: core-image-minimal-1.0-r0 do_image_complete: Function failed: write_deploy_manifest&lt;BR /&gt;ERROR: Logfile of failure stored in: /home/lauterbach/fsl/build/tmp/work/twr_vf65gs10-poky-linux-gnueabi/core-image-minimal/1.0-r0/temp/log.do_image_complete.5451&lt;BR /&gt;ERROR: Task (/home/lauterbach/fsl/sources/poky/meta/recipes-core/images/core-image-minimal.bb:do_image_complete) failed with exit code '1'&lt;BR /&gt;NOTE: Tasks Summary: Attempted 2149 tasks of which 2146 didn't need to be rerun and 1 failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To me it looks like a couple of issues:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) A missing defconfig file (&lt;SPAN&gt;/home/lauterbach/fsl/sources/meta-freescale/recipes-kernel/linux/linux-fslc_4.4.bb: Unable to get checksum for linux-fslc SRC_URI entry defconfig: file could not be found)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2) Inability to&amp;nbsp;build the boot loader (Exception: FileNotFoundError: [Errno 2] No such file or directory: '/home/lauterbach/fsl/build/tmp/deploy/licenses/u-boot-fslc/recipeinfo')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can somebody point me at some info on how to fix these?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Am I missing any parts that should have been included when I cloned the pyro repo? The same repo&amp;nbsp;builds for my iMX6 without any issues using the same steps (just swap nitrogen6x for twr-vf65gs10).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Richard&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2019 12:53:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Yocto-Pyro-Fails-to-build/m-p/920508#M6013</guid>
      <dc:creator>richardcopeman</dc:creator>
      <dc:date>2019-07-15T12:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto Pyro Fails to build</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Yocto-Pyro-Fails-to-build/m-p/920509#M6014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/timesyssupport"&gt;timesyssupport&lt;/A&gt;‌, would you please help us review this case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2019 19:09:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Yocto-Pyro-Fails-to-build/m-p/920509#M6014</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2019-07-17T19:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto Pyro Fails to build</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Yocto-Pyro-Fails-to-build/m-p/920510#M6015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a similar issue with Ubuntu 18.04, I am trying to build for a t1040d4rdb:&amp;nbsp; If this Linux distribution is not supported where is the list of supported distributions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;viking@viking-X10DRH:~/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb$ bitbake fsl-image-full&lt;BR /&gt;WARNING: Host distribution "Ubuntu-18.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.&lt;BR /&gt;Parsing recipes: 100% |########################################| Time: 00:00:20&lt;BR /&gt;Parsing of 2698 .bb files complete (0 cached, 2698 parsed). 3387 targets, 249 skipped, 0 masked, 0 errors.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION = "1.28.0"&lt;BR /&gt;BUILD_SYS = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING = "Ubuntu-18.04"&lt;BR /&gt;TARGET_SYS = "powerpc-fsl-linux"&lt;BR /&gt;MACHINE = "t1040d4rdb"&lt;BR /&gt;DISTRO = "fsl-qoriq"&lt;BR /&gt;DISTRO_VERSION = "2.0"&lt;BR /&gt;TUNE_FEATURES = "m32 fpu-hard e5500"&lt;BR /&gt;TARGET_FPU = "hard"&lt;BR /&gt;meta &lt;BR /&gt;meta-yocto &lt;BR /&gt;meta-yocto-bsp = "HEAD:9a211a4a2c1bfcb292dc97d8dcac149bca9e3f1b"&lt;BR /&gt;meta-oe &lt;BR /&gt;meta-multimedia &lt;BR /&gt;meta-gnome &lt;BR /&gt;meta-networking &lt;BR /&gt;meta-perl &lt;BR /&gt;meta-python &lt;BR /&gt;meta-ruby &lt;BR /&gt;meta-filesystems &lt;BR /&gt;meta-webserver &lt;BR /&gt;meta-xfce = "HEAD:dc5634968b270dde250690609f0015f881db81f2"&lt;BR /&gt;meta-freescale = "HEAD:7facbdb726e2dda0515e084c2066a4b8dd99c6d2"&lt;BR /&gt;meta-freescale-internal = "HEAD:4829293f807e35a1111e79763294fc8b98b97810"&lt;BR /&gt;meta-freescale-extra = "HEAD:bee911b027e0480b034674d0ddee3fcb06d2e985"&lt;BR /&gt;meta-virtualization = "HEAD:042425c1d98bdd7e44a62789bd03b375045266f5"&lt;BR /&gt;meta-java = "HEAD:8b776ac68f9af4596be3824152bcf0bc6b67fa1d"&lt;BR /&gt;meta-openstack &lt;BR /&gt;meta-openstack-aio-deploy &lt;BR /&gt;meta-openstack-compute-deploy &lt;BR /&gt;meta-openstack-compute-test-config &lt;BR /&gt;meta-openstack-controller-deploy &lt;BR /&gt;meta-openstack-controller-test-config &lt;BR /&gt;meta-openstack-qemu &lt;BR /&gt;meta-openstack-swift-deploy &lt;BR /&gt;meta-cloud-services = "HEAD:d8bc0d92d0f741e2ea1e6d3d9bc6b7a091d03cfb"&lt;BR /&gt;meta-security = "HEAD:f9367e71f923fc7d2fb600208e2b97535ea41777"&lt;BR /&gt;meta-nxp-npi-1703 = "jethro-sdk-v2.0-ga-17.03:d8f8d3a5d3ee18f881466938b847cef9b08c4a35"&lt;/P&gt;&lt;P&gt;NOTE: Preparing RunQueue&lt;BR /&gt;NOTE: Checking sstate mirror object availability (for 2334 objects)&lt;BR /&gt;NOTE: Executing SetScene Tasks&lt;BR /&gt;NOTE: Executing RunQueue Tasks&lt;BR /&gt;ERROR: Function failed: Fetcher failure: Fetch command failed with exit code 128, output:&lt;BR /&gt;fatal: the '--set-upstream' option is no longer supported. Please use '--track' or '--set-upstream-to' instead.&lt;/P&gt;&lt;P&gt;ERROR: Logfile of failure stored in: /home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/work/x86_64-linux/gnu-config-native/20150728+gitAUTOINC+b576fa87c1-r0/temp/log.do_unpack.8179&lt;BR /&gt;Log data follows:&lt;BR /&gt;| DEBUG: Executing python function do_unpack&lt;BR /&gt;| DEBUG: Executing python function base_do_unpack&lt;BR /&gt;| DEBUG: Running export SSH_AGENT_PID="1758"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/viking/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/scripts/native-intercept:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/scripts:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/usr/bin/x86_64-linux:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/usr/bin:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/usr/sbin:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/usr/bin:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/sbin:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/bin:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/scripts:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/bitbake/bin:/home/viking/NXP/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/scripts:/home/viking/NXP/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"; export HOME="/home/viking"; git -c core.fsyncobjectfiles=0 clone -s -n /home/viking/QorIQ-SDK-V2.0-20160527-yocto/downloads/git2/git.sv.gnu.org.config.git/ /home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/work/x86_64-linux/gnu-config-native/20150728+gitAUTOINC+b576fa87c1-r0/git/&lt;BR /&gt;| DEBUG: Running export SSH_AGENT_PID="1758"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/viking/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/scripts/native-intercept:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/scripts:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/usr/bin/x86_64-linux:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/usr/bin:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/usr/sbin:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/usr/bin:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/sbin:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/bin:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/scripts:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/bitbake/bin:/home/viking/NXP/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/scripts:/home/viking/NXP/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"; export HOME="/home/viking"; git -c core.fsyncobjectfiles=0 remote set-url origin git://git.sv.gnu.org/config.git&lt;BR /&gt;| DEBUG: Running export SSH_AGENT_PID="1758"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/viking/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/scripts/native-intercept:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/scripts:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/usr/bin/x86_64-linux:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/usr/bin:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/usr/sbin:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/usr/bin:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/sbin:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/bin:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/scripts:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/bitbake/bin:/home/viking/NXP/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/scripts:/home/viking/NXP/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"; export HOME="/home/viking"; git -c core.fsyncobjectfiles=0 checkout -B master b576fa87c140b824466ef1638e945e87dc5c0343&lt;BR /&gt;| DEBUG: Running export SSH_AGENT_PID="1758"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/viking/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/scripts/native-intercept:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/scripts:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/usr/bin/x86_64-linux:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/usr/bin:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/usr/sbin:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/usr/bin:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/sbin:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/build_t1040d4rdb/tmp/sysroots/x86_64-linux/bin:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/scripts:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/bitbake/bin:/home/viking/NXP/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/scripts:/home/viking/NXP/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"; export HOME="/home/viking"; git -c core.fsyncobjectfiles=0 branch --set-upstream master origin/master&lt;BR /&gt;| DEBUG: Python function base_do_unpack finished&lt;BR /&gt;| DEBUG: Python function do_unpack finished&lt;BR /&gt;| ERROR: Function failed: Fetcher failure: Fetch command failed with exit code 128, output:&lt;BR /&gt;| fatal: the '--set-upstream' option is no longer supported. Please use '--track' or '--set-upstream-to' instead.&lt;BR /&gt;| &lt;BR /&gt;ERROR: Task 576 (virtual:native:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/meta/recipes-devtools/gnu-config/gnu-config_git.bb, do_unpack) failed with exit code '1'&lt;BR /&gt;NOTE: Tasks Summary: Attempted 11 tasks of which 0 didn't need to be rerun and 1 failed.&lt;BR /&gt;Waiting for 0 running tasks to finish:&lt;/P&gt;&lt;P&gt;Summary: 1 task failed:&lt;BR /&gt; virtual:native:/home/viking/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/meta/recipes-devtools/gnu-config/gnu-config_git.bb, do_unpack&lt;BR /&gt;Summary: There was 1 WARNING message shown.&lt;BR /&gt;Summary: There was 1 ERROR message shown, returning a non-zero exit code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2019 18:39:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Yocto-Pyro-Fails-to-build/m-p/920510#M6015</guid>
      <dc:creator>brian_stark</dc:creator>
      <dc:date>2019-08-21T18:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto Pyro Fails to build</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Yocto-Pyro-Fails-to-build/m-p/920511#M6016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Brian Stark,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The recommended Ubuntu Version for NXP Releases is Ubuntu 16.04, you can see this on the Release Notes for the BSP you are using.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In this case I would recommend reviewing the documentation for the BSP from Timesys although chances are 16.04 should be fine.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2019 20:48:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Yocto-Pyro-Fails-to-build/m-p/920511#M6016</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2019-09-02T20:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto Pyro Fails to build</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Yocto-Pyro-Fails-to-build/m-p/920512#M6017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="230691" data-username="richardcopeman" href="https://community.nxp.com/people/richardcopeman" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: underline; font-size: 11.9994px;"&gt;Richard Copeman&lt;/A&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;I have met the same problem， and have you solved the problem？&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ERROR: core-image-minimal-1.0-r0 do_image_complete: 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:write_deploy_manifest(d)&lt;BR /&gt; 0003:&lt;BR /&gt;File: '/home/maxuebin/TOP_DIR/SW_Packages/Yocto_TSN/sources/core/meta/classes/license.bbclass', lineno: 33, function: write_deploy_manifest&lt;BR /&gt; 0029: 'w+').write(output)&lt;BR /&gt; 0030:}&lt;BR /&gt; 0031:&lt;BR /&gt; 0032:python write_deploy_manifest() {&lt;BR /&gt; *** 0033: license_deployed_manifest(d)&lt;BR /&gt; 0034:}&lt;BR /&gt; 0035:&lt;BR /&gt; 0036:python license_create_manifest() {&lt;BR /&gt; 0037: import oe.packagedata&lt;BR /&gt;File: '/home/maxuebin/TOP_DIR/SW_Packages/Yocto_TSN/sources/core/meta/classes/license.bbclass', lineno: 192, function: license_deployed_manifest&lt;BR /&gt; 0188: man_dic[dep]["IMAGE_MANIFEST"] = True&lt;BR /&gt; 0189: man_dic[dep]["PN"] = dep&lt;BR /&gt; 0190: man_dic[dep]["FILES"] = \&lt;BR /&gt; 0191: " ".join(get_deployed_files(dep_dic[dep]))&lt;BR /&gt; *** 0192: with open(os.path.join(lic_dir, dep, "recipeinfo"), "r") as f:&lt;BR /&gt; 0193: for line in f.readlines():&lt;BR /&gt; 0194: key,val = line.split(": ", 1)&lt;BR /&gt; 0195: man_dic[dep][key] = val[:-1]&lt;BR /&gt; 0196:&lt;BR /&gt;Exception: FileNotFoundError: [Errno 2] No such file or directory: '/home/maxuebin/TOP_DIR/SW_Packages/Yocto_TSN/build/tmp/deploy/licenses/fsbl/recipeinfo'&lt;/P&gt;&lt;P&gt;ERROR: core-image-minimal-1.0-r0 do_image_complete: Function failed: write_deploy_manifest&lt;BR /&gt;ERROR: Logfile of failure stored in: /home/maxuebin/TOP_DIR/SW_Packages/Yocto_TSN/build/tmp/work/zcu102_zynqmp-xilinx-linux/core-image-minimal/1.0-r0/temp/log.do_image_complete.70179&lt;BR /&gt;ERROR: Task (/home/maxuebin/TOP_DIR/SW_Packages/Yocto_TSN/sources/core/meta/recipes-core/images/core-image-minimal.bb:do_image_complete) failed with exit code '1'&lt;BR /&gt;NOTE: Tasks Summary: Attempted 2905 tasks of which 2904 didn't need to be rerun and 1 failed.&lt;BR /&gt;NOTE: Writing buildhistory&lt;/P&gt;&lt;P&gt;Summary: 1 task failed:&lt;BR /&gt; /home/maxuebin/TOP_DIR/SW_Packages/Yocto_TSN/sources/core/meta/recipes-core/images/core-image-minimal.bb:do_image_complete&lt;BR /&gt;Summary: There were 2 ERROR messages shown, returning a non-zero exit code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2019 03:52:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Yocto-Pyro-Fails-to-build/m-p/920512#M6017</guid>
      <dc:creator>810019756</dc:creator>
      <dc:date>2019-11-14T03:52:11Z</dc:date>
    </item>
  </channel>
</rss>

