<?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 Toaster is not working in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/Toaster-is-not-working/m-p/1834003#M14114</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using yocto to build an image("&lt;STRONG&gt;ls-image-main")&lt;/STRONG&gt; for&amp;nbsp;&lt;STRONG&gt;ls1012afrwy board, &lt;/STRONG&gt;normally without using toaster web interface i'm able to build this image successfully.&lt;/P&gt;&lt;P&gt;But i want to use toaster web interface in order to build this image which i'm not able to achieve.I'm facing issues as below.&lt;/P&gt;&lt;P&gt;I'll tell the steps that i follwed to build image using toaster:&lt;/P&gt;&lt;P&gt;1. first i installed toaster using following command:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $sudo apt-get install python3-pip&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $ pip3 install --user -r /opt/yocto/poky/bitbake/toaster-requirements.txt&lt;/P&gt;&lt;P&gt;2. Started the toaster:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$ source distro-setup-env -m ls1012afrwy&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$ source toaster start&lt;/P&gt;&lt;P&gt;3. Used below command to build the image for "&lt;STRONG&gt;ls101frwy board&lt;/STRONG&gt;":&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $ bitbake ls-image-main&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got error as below:&lt;/P&gt;&lt;P&gt;ERROR: Target_File matching query does not exist.&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/home/user1/distro/sources/poky/bitbake/lib/bb/ui/toasterui.py", line 408, in main&lt;BR /&gt;buildinfohelper.store_target_package_data(event)&lt;BR /&gt;File "/home/user1/distro/sources/poky/bitbake/lib/bb/ui/buildinfohelper.py", line 1364, in store_target_package_data&lt;BR /&gt;self.orm_wrapper.save_target_file_information(self.internal_state['build'], target, filedata)&lt;BR /&gt;File "/home/user1/distro/sources/poky/bitbake/lib/bb/ui/buildinfohelper.py", line 562, in save_target_file_information&lt;BR /&gt;parent_obj = Target_File.objects.get(target = target_obj, path = parent_path, inodetype = Target_File.ITYPE_DIRECTORY)&lt;BR /&gt;File "/home/user1/.local/lib/python3.10/site-packages/django/db/models/manager.py", line 85, in manager_method&lt;BR /&gt;return getattr(self.get_queryset(), name)(*args, **kwargs)&lt;BR /&gt;File "/home/user1/.local/lib/python3.10/site-packages/django/db/models/query.py", line 435, in get&lt;BR /&gt;raise self.model.DoesNotExist(&lt;BR /&gt;orm.models.Target_File.DoesNotExist: Target_File matching query does not exist.&lt;/P&gt;&lt;P&gt;NOTE: Writing buildhistory&lt;BR /&gt;NOTE: Writing buildhistory took: 4 seconds&lt;BR /&gt;ERROR: expected string or bytes-like object&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/home/user1/distro/sources/poky/bitbake/lib/bb/ui/toasterui.py", line 362, in main&lt;BR /&gt;buildinfohelper.scan_image_artifacts()&lt;BR /&gt;File "/home/user1/distro/sources/poky/bitbake/lib/bb/ui/buildinfohelper.py", line 1782, in scan_image_artifacts&lt;BR /&gt;real_image_name = re.sub(r'^defaultpkgname', image_target.target,&lt;BR /&gt;File "/usr/lib/python3.10/re.py", line 209, in sub&lt;BR /&gt;return _compile(pattern, flags).sub(repl, string, count)&lt;BR /&gt;TypeError: expected string or bytes-like object&lt;/P&gt;&lt;P&gt;WARNING: Return value is 2&lt;/P&gt;&lt;P&gt;I have executed this steps from terminal.Please do help me to resolve this issue&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;</description>
    <pubDate>Sat, 23 Mar 2024 05:32:14 GMT</pubDate>
    <dc:creator>Dhanyalakshmi</dc:creator>
    <dc:date>2024-03-23T05:32:14Z</dc:date>
    <item>
      <title>Toaster is not working</title>
      <link>https://community.nxp.com/t5/Layerscape/Toaster-is-not-working/m-p/1834003#M14114</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using yocto to build an image("&lt;STRONG&gt;ls-image-main")&lt;/STRONG&gt; for&amp;nbsp;&lt;STRONG&gt;ls1012afrwy board, &lt;/STRONG&gt;normally without using toaster web interface i'm able to build this image successfully.&lt;/P&gt;&lt;P&gt;But i want to use toaster web interface in order to build this image which i'm not able to achieve.I'm facing issues as below.&lt;/P&gt;&lt;P&gt;I'll tell the steps that i follwed to build image using toaster:&lt;/P&gt;&lt;P&gt;1. first i installed toaster using following command:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $sudo apt-get install python3-pip&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $ pip3 install --user -r /opt/yocto/poky/bitbake/toaster-requirements.txt&lt;/P&gt;&lt;P&gt;2. Started the toaster:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$ source distro-setup-env -m ls1012afrwy&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$ source toaster start&lt;/P&gt;&lt;P&gt;3. Used below command to build the image for "&lt;STRONG&gt;ls101frwy board&lt;/STRONG&gt;":&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $ bitbake ls-image-main&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got error as below:&lt;/P&gt;&lt;P&gt;ERROR: Target_File matching query does not exist.&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/home/user1/distro/sources/poky/bitbake/lib/bb/ui/toasterui.py", line 408, in main&lt;BR /&gt;buildinfohelper.store_target_package_data(event)&lt;BR /&gt;File "/home/user1/distro/sources/poky/bitbake/lib/bb/ui/buildinfohelper.py", line 1364, in store_target_package_data&lt;BR /&gt;self.orm_wrapper.save_target_file_information(self.internal_state['build'], target, filedata)&lt;BR /&gt;File "/home/user1/distro/sources/poky/bitbake/lib/bb/ui/buildinfohelper.py", line 562, in save_target_file_information&lt;BR /&gt;parent_obj = Target_File.objects.get(target = target_obj, path = parent_path, inodetype = Target_File.ITYPE_DIRECTORY)&lt;BR /&gt;File "/home/user1/.local/lib/python3.10/site-packages/django/db/models/manager.py", line 85, in manager_method&lt;BR /&gt;return getattr(self.get_queryset(), name)(*args, **kwargs)&lt;BR /&gt;File "/home/user1/.local/lib/python3.10/site-packages/django/db/models/query.py", line 435, in get&lt;BR /&gt;raise self.model.DoesNotExist(&lt;BR /&gt;orm.models.Target_File.DoesNotExist: Target_File matching query does not exist.&lt;/P&gt;&lt;P&gt;NOTE: Writing buildhistory&lt;BR /&gt;NOTE: Writing buildhistory took: 4 seconds&lt;BR /&gt;ERROR: expected string or bytes-like object&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/home/user1/distro/sources/poky/bitbake/lib/bb/ui/toasterui.py", line 362, in main&lt;BR /&gt;buildinfohelper.scan_image_artifacts()&lt;BR /&gt;File "/home/user1/distro/sources/poky/bitbake/lib/bb/ui/buildinfohelper.py", line 1782, in scan_image_artifacts&lt;BR /&gt;real_image_name = re.sub(r'^defaultpkgname', image_target.target,&lt;BR /&gt;File "/usr/lib/python3.10/re.py", line 209, in sub&lt;BR /&gt;return _compile(pattern, flags).sub(repl, string, count)&lt;BR /&gt;TypeError: expected string or bytes-like object&lt;/P&gt;&lt;P&gt;WARNING: Return value is 2&lt;/P&gt;&lt;P&gt;I have executed this steps from terminal.Please do help me to resolve this issue&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Sat, 23 Mar 2024 05:32:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Toaster-is-not-working/m-p/1834003#M14114</guid>
      <dc:creator>Dhanyalakshmi</dc:creator>
      <dc:date>2024-03-23T05:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Toaster is not working</title>
      <link>https://community.nxp.com/t5/Layerscape/Toaster-is-not-working/m-p/1840399#M14149</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like there is something missing in the configuration to use toaster for local development, more information is available in:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.yoctoproject.org/toaster-manual/setup-and-use.html" target="_self"&gt;3 Setting Up and Using Toaster&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 00:19:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Toaster-is-not-working/m-p/1840399#M14149</guid>
      <dc:creator>Oswalag</dc:creator>
      <dc:date>2024-04-04T00:19:39Z</dc:date>
    </item>
  </channel>
</rss>

