<?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>i.MX ProcessorsのトピックRe: How to change Imx8mpevk board - Yocto Project Init Manager, Systemd to Sysvinit</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-Imx8mpevk-board-Yocto-Project-Init-Manager-Systemd/m-p/1594316#M201113</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211888"&gt;@seenuEmb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can refer such link to modify the bb file of&amp;nbsp; weston&lt;/P&gt;
&lt;P&gt;&lt;A href="https://lists.openembedded.org/g/openembedded-core/topic/patch_weston_init_set/81349618?p=" target="_blank"&gt;https://lists.openembedded.org/g/openembedded-core/topic/patch_weston_init_set/81349618?p=&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Feb 2023 02:11:18 GMT</pubDate>
    <dc:creator>Zhiming_Liu</dc:creator>
    <dc:date>2023-02-07T02:11:18Z</dc:date>
    <item>
      <title>How to change Imx8mpevk board - Yocto Project Init Manager, Systemd to Sysvinit</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-Imx8mpevk-board-Yocto-Project-Init-Manager-Systemd/m-p/1589731#M200780</link>
      <description>&lt;P&gt;How to change the default Systemd - Init Manager of imx8mpevk board to Sysvinit.&lt;/P&gt;&lt;P&gt;Did changes in build/conf/local.conf file INIT_MANAGER = "sysvinit" and built the image.&lt;/P&gt;&lt;P&gt;Searched and confirmed the variable value with the following command.&lt;/P&gt;&lt;P&gt;$bitbake -e &amp;lt;image-bb-file&amp;gt; ^INIT_MANAGER=&lt;/P&gt;&lt;P&gt;But the image booted from SD card for Imx8mpevk "ps" command still shows "PID 1 systemd".&lt;/P&gt;&lt;P&gt;Please assist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 10:33:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-Imx8mpevk-board-Yocto-Project-Init-Manager-Systemd/m-p/1589731#M200780</guid>
      <dc:creator>seenuEmb</dc:creator>
      <dc:date>2023-01-30T10:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Imx8mpevk board - Yocto Project Init Manager, Systemd to Sysvinit</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-Imx8mpevk-board-Yocto-Project-Init-Manager-Systemd/m-p/1590221#M200824</link>
      <description>&lt;P&gt;Try to change files: sources/meta-fsl-bsp-release/imx/meta-sdk/conf/distro/include/fsl-imx-preferred-env.inc&lt;/P&gt;
&lt;P&gt;From:&lt;BR /&gt;# Use systemd as default init manager&lt;BR /&gt;# VIRTUAL-RUNTIME_init_manager = "systemd"&lt;BR /&gt;# PREFERRED_PROVIDER_udev = "systemd"&lt;BR /&gt;# PREFERRED_PROVIDER_udev-utils = "systemd"&lt;BR /&gt;# DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"&lt;BR /&gt;# IMX_DEFAULT_DISTRO_FEATURES += " systemd"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To:&lt;BR /&gt;VIRTUAL-RUNTIME_init_manager = "busybox"&lt;BR /&gt;# PREFERRED_PROVIDER_udev = "sysvinit"&lt;BR /&gt;# PREFERRED_PROVIDER_udev-utils = "sysvinit"&lt;BR /&gt;# DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"&lt;BR /&gt;IMX_DEFAULT_DISTRO_FEATURES += " sysvinit"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 03:10:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-Imx8mpevk-board-Yocto-Project-Init-Manager-Systemd/m-p/1590221#M200824</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2023-01-31T03:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Imx8mpevk board - Yocto Project Init Manager, Systemd to Sysvinit</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-Imx8mpevk-board-Yocto-Project-Init-Manager-Systemd/m-p/1590959#M200877</link>
      <description>&lt;P&gt;Thanks for responding.&lt;/P&gt;&lt;P&gt;Did changes mentioned above. When checked PID 1 with "PS" command - busybox as init manager.&lt;/P&gt;&lt;P&gt;With these changes - imx8mp can boot and enters into root long-in page but does not launch Weston Wayland terminal and chromium browser as these packages were added part of &amp;lt;image&amp;gt;.bb file.&lt;/P&gt;&lt;P&gt;Even tried with INIT_MANAGER = "sysvinit" and&amp;nbsp;&lt;SPAN&gt;VIRTUAL-RUNTIME_init_manager = "sysvinit" still the same behaviour.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you please assist am i missing&amp;nbsp; anthing?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 03:50:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-Imx8mpevk-board-Yocto-Project-Init-Manager-Systemd/m-p/1590959#M200877</guid>
      <dc:creator>seenuEmb</dc:creator>
      <dc:date>2023-02-01T03:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Imx8mpevk board - Yocto Project Init Manager, Systemd to Sysvinit</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-Imx8mpevk-board-Yocto-Project-Init-Manager-Systemd/m-p/1590960#M200878</link>
      <description>Thanks for responding.&lt;BR /&gt;&lt;BR /&gt;Did changes mentioned above. When checked PID 1 with "PS" command - busybox as init manager.&lt;BR /&gt;&lt;BR /&gt;With these changes - imx8mp can boot and enters into root long-in page but does not launch Weston Wayland terminal and chromium browser as these packages were added part of &amp;lt;image&amp;gt;.bb file.&lt;BR /&gt;&lt;BR /&gt;Even tried with INIT_MANAGER = "sysvinit" and VIRTUAL-RUNTIME_init_manager = "sysvinit" still the same behaviour.&lt;BR /&gt;&lt;BR /&gt;Can you please assist am i missing anthing?</description>
      <pubDate>Wed, 01 Feb 2023 03:52:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-Imx8mpevk-board-Yocto-Project-Init-Manager-Systemd/m-p/1590960#M200878</guid>
      <dc:creator>seenuEmb</dc:creator>
      <dc:date>2023-02-01T03:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Imx8mpevk board - Yocto Project Init Manager, Systemd to Sysvinit</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-Imx8mpevk-board-Yocto-Project-Init-Manager-Systemd/m-p/1594316#M201113</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211888"&gt;@seenuEmb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can refer such link to modify the bb file of&amp;nbsp; weston&lt;/P&gt;
&lt;P&gt;&lt;A href="https://lists.openembedded.org/g/openembedded-core/topic/patch_weston_init_set/81349618?p=" target="_blank"&gt;https://lists.openembedded.org/g/openembedded-core/topic/patch_weston_init_set/81349618?p=&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 02:11:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-Imx8mpevk-board-Yocto-Project-Init-Manager-Systemd/m-p/1594316#M201113</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2023-02-07T02:11:18Z</dc:date>
    </item>
  </channel>
</rss>

