<?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: Adding agetty program to p4080ds in P-Series</title>
    <link>https://community.nxp.com/t5/P-Series/Adding-agetty-program-to-p4080ds/m-p/1010306#M4769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer to IMAGE_INSTALL_append variable in sources/meta-freescale/recipes-fsl/images/fsl-image-core.bb.&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-tools-core \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-benchmark-core \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-networking-core \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; glibc-locale \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; glibc-utils \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; util-linux-agetty \&lt;BR /&gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Nov 2019 10:37:15 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2019-11-20T10:37:15Z</dc:date>
    <item>
      <title>Adding agetty program to p4080ds</title>
      <link>https://community.nxp.com/t5/P-Series/Adding-agetty-program-to-p4080ds/m-p/1010303#M4766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;My goal is to perform system auto login without any username/password prompt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently we only have the busybox getty program which not support this feature.&lt;/P&gt;&lt;P&gt;We using the yocto env with linux 4.1.8 and system v init.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to add and execute&amp;nbsp;the agetty program instead of the busybox getty I currently have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched for agetty and found some bin files across couple folders inside the QorIQ-SDK folder such as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. QorIQ-SDK.../build_p4080ds/tmp/work/ppce500ms-fsl-linux/util-linux/2.62.2-r0/package/sbin/agetty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. QorIQ-SDK.../build_p4080ds/tmp/work/ppce500ms-fsl-linux/util-linux/2.62.2-r0/package/sbin/.debug/agetty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. QorIQ-SDK.../build_p4080ds/tmp/work/ppce500ms-fsl-linux/util-linux/2.62.2-r0/packages-split/util-linux-dbg/sbin/.debug/agetty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. QorIQ-SDK.../build_p4080ds/tmp/work/ppce500ms-fsl-linux/util-linux/2.62.2-r0/packages-split/util-linux-agetty/sbin/agetty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. QorIQ-SDK.../build_p4080ds/tmp/work/x86_64-linux/util-linux-native/2.62.2-r0/sysroot-destdir/home/gripen/Public/QorIQ-SDK.../build_p4080ds/tmp/sysroots/x86_64-linux/sbin/agetty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. QorIQ-SDK.../build_p4080ds/tmp/sysroots/x86_64-linux/sbin/agetty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to copy one of these files into my own /bin folder and run it from /etc/inittab file and got the error:&lt;/P&gt;&lt;P&gt;"/bin/agetty: /bin/agetty: cannot execute binary file"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionaly, I added the following line to QorIQ.../build_p4080ds/conf/local.conf : IMAGE_INSTALL_apped = " agetty"&lt;/P&gt;&lt;P&gt;and run:&amp;nbsp;&amp;nbsp; . ./fsl-setup-env -m p4080ds&amp;nbsp;&amp;nbsp; (from QorIQ folder)&lt;/P&gt;&lt;P&gt;followed by: bitbake fsl-image-core (from build_p4080ds folder)&lt;/P&gt;&lt;P&gt;and got the error:&lt;/P&gt;&lt;P&gt;ERROR: Nothing&amp;nbsp;RPROVIDES&amp;nbsp;'agetty' (but /home/gripen/Public/QorIQ.../sources/meta-freescale/recipes-fsl/images/fsl-image-core.bb RDEPENDS on or otherwise requires it)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Required build target 'fsl-image-core' has no buildable providers.&lt;/P&gt;&lt;P&gt;Missing or unbuildable dependency chain was: ['fsl-image-core' , 'agetty']&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2019 09:02:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Adding-agetty-program-to-p4080ds/m-p/1010303#M4766</guid>
      <dc:creator>yoav_rubin2</dc:creator>
      <dc:date>2019-11-06T09:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Adding agetty program to p4080ds</title>
      <link>https://community.nxp.com/t5/P-Series/Adding-agetty-program-to-p4080ds/m-p/1010304#M4767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please add "util-linux-agetty" in IMAGE_INSTALL_append of meta-freescale/recipes-fsl/images/fsl-image-core.bb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-tools-core \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-benchmark-core \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-networking-core \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; glibc-locale \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; glibc-utils \&lt;BR /&gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2019 06:21:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Adding-agetty-program-to-p4080ds/m-p/1010304#M4767</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2019-11-08T06:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding agetty program to p4080ds</title>
      <link>https://community.nxp.com/t5/P-Series/Adding-agetty-program-to-p4080ds/m-p/1010305#M4768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left;"&gt;thanks for your reply!&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P&gt;1. I didn't had the:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;glibc-locale \&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;glibc-utils \&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;lines in my file. Are they important?, what they do?,&amp;nbsp; is there any documentation&amp;nbsp;I can read?&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;2. It still doesn't work.&lt;/P&gt;&lt;P style="text-align: left; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 22px; text-decoration: underline;"&gt;&lt;STRONG&gt;my original file:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left; padding-left: 30px;"&gt;require fsl-image-mfgtool.bb&lt;/P&gt;&lt;P style="text-align: left; padding-left: 30px;"&gt;SUMMARY = "Small image to be used for evaluating the Freescale socs"&lt;BR /&gt;DESCRIPTION = "Small image which includes some helpful tools and \&lt;BR /&gt;Freescale-specific packages. It is much more embedded-oriented \&lt;BR /&gt;than fsl-image-full to evaluate the Freescale socs."&lt;/P&gt;&lt;P style="text-align: left; padding-left: 30px;"&gt;LICENSE = "MIT"&lt;/P&gt;&lt;P style="text-align: left; padding-left: 30px;"&gt;IMAGE_INSTALL_append = " \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-tools-core \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-benchmark-core \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-networking-core \&lt;BR /&gt;"&lt;/P&gt;&lt;P style="text-align: left; padding-left: 30px;"&gt;&lt;BR /&gt;IMAGE_INSTALL_append_imx = " \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-graphics-core \&lt;BR /&gt;"&lt;/P&gt;&lt;P style="text-align: left; padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="text-align: left; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 22px; text-decoration: underline;"&gt;&lt;STRONG&gt;new file:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left; padding-left: 30px;"&gt;require fsl-image-mfgtool.bb&lt;/P&gt;&lt;P style="text-align: left; padding-left: 30px;"&gt;SUMMARY = "Small image to be used for evaluating the Freescale socs"&lt;BR /&gt;DESCRIPTION = "Small image which includes some helpful tools and \&lt;BR /&gt;Freescale-specific packages. It is much more embedded-oriented \&lt;BR /&gt;than fsl-image-full to evaluate the Freescale socs."&lt;/P&gt;&lt;P style="text-align: left; padding-left: 30px;"&gt;LICENSE = "MIT"&lt;/P&gt;&lt;P style="text-align: left; padding-left: 30px;"&gt;IMAGE_INSTALL_append = " \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-tools-core \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-benchmark-core \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-networking-core \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; glibc-locale \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; glibc-utils \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; util-linux-agetty \&lt;BR /&gt;"&lt;/P&gt;&lt;P style="text-align: left; padding-left: 30px;"&gt;&lt;BR /&gt;IMAGE_INSTALL_append_imx = " \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-graphics-core \&lt;BR /&gt;"&lt;/P&gt;&lt;P style="text-align: left; padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="text-align: left; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 22px; text-decoration: underline;"&gt;&lt;STRONG&gt;output:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;[gripen@macaw QorIQ-SDK-V2.0-20160527-yocto]$ . ./fsl-setup-env -m p4080ds&lt;BR /&gt;Configuring for p4080ds ...&lt;BR /&gt;/home/gripen/Public/QorIQ-SDK-V2.0-20160527-yocto/build_p4080ds was created before.&lt;BR /&gt;Back to build project /home/gripen/Public/QorIQ-SDK-V2.0-20160527-yocto/build_p4080ds.&lt;BR /&gt;Nothing is changed.&lt;BR /&gt;[gripen@macaw build_p4080ds]$ bitbake fsl-image-core&lt;BR /&gt;WARNING: Host distribution "CentOS-Linux-7.6.1810" 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;Loading cache: 100% |#############################################################################################################| ETA:&amp;nbsp; 00:00:00&lt;BR /&gt;Loaded 3371 entries from dependency cache.&lt;BR /&gt;Parsing recipes: 100% |###########################################################################################################| Time: 00:00:00&lt;BR /&gt;Parsing of 2682 .bb files complete (2679 cached, 3 parsed). 3370 targets, 239 skipped, 0 masked, 0 errors.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;BR /&gt;ERROR: Nothing RPROVIDES 'agetty' (but /home/gripen/Public/QorIQ-SDK-V2.0-20160527-yocto/sources/meta-freescale/recipes-fsl/images/fsl-image-core.bb RDEPENDS on or otherwise requires it)&lt;BR /&gt;NOTE: Runtime target 'agetty' is unbuildable, removing...&lt;BR /&gt;Missing or unbuildable dependency chain was: ['agetty']&lt;BR /&gt;ERROR: Required build target 'fsl-image-core' has no buildable providers.&lt;BR /&gt;Missing or unbuildable dependency chain was: ['fsl-image-core', 'agetty']&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Summary: There was 1 WARNING message shown.&lt;BR /&gt;Summary: There were 2 ERROR messages shown, returning a non-zero exit code.&lt;BR /&gt;[gripen@macaw build_p4080ds]$&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2019 08:11:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Adding-agetty-program-to-p4080ds/m-p/1010305#M4768</guid>
      <dc:creator>yoav_rubin2</dc:creator>
      <dc:date>2019-11-08T08:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding agetty program to p4080ds</title>
      <link>https://community.nxp.com/t5/P-Series/Adding-agetty-program-to-p4080ds/m-p/1010306#M4769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer to IMAGE_INSTALL_append variable in sources/meta-freescale/recipes-fsl/images/fsl-image-core.bb.&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-tools-core \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-benchmark-core \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-networking-core \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; glibc-locale \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; glibc-utils \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; util-linux-agetty \&lt;BR /&gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2019 10:37:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Adding-agetty-program-to-p4080ds/m-p/1010306#M4769</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2019-11-20T10:37:15Z</dc:date>
    </item>
  </channel>
</rss>

