<?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 Customizing Images in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Customizing-Images/m-p/224259#M15541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got following error while building core-image-x11&lt;/P&gt;&lt;P&gt;could someone explain me the background and cause for the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;| makedevs: No entry for root in search list&lt;/P&gt;&lt;P&gt;| WARNING: exit code 1 from a shell command.&lt;/P&gt;&lt;P&gt;| ERROR: Function failed: do_rootfs (log file is located at /home/user/work/FreescaleYP/Yocto/build/tmp/work/nitrogen6x-poky-linux-gnueabi/core-image-x11/1.0-r0/temp/log.do_rootfs.32368)&lt;/P&gt;&lt;P&gt;ERROR: Task 7 (/home/user/work/FreescaleYP/Yocto/sources/poky/meta/recipes-graphics/images/core-image-x11.bb, do_rootfs) failed with exit code '1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Nov 2013 08:07:53 GMT</pubDate>
    <dc:creator>nilwij</dc:creator>
    <dc:date>2013-11-25T08:07:53Z</dc:date>
    <item>
      <title>Customizing Images</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Customizing-Images/m-p/224259#M15541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got following error while building core-image-x11&lt;/P&gt;&lt;P&gt;could someone explain me the background and cause for the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;| makedevs: No entry for root in search list&lt;/P&gt;&lt;P&gt;| WARNING: exit code 1 from a shell command.&lt;/P&gt;&lt;P&gt;| ERROR: Function failed: do_rootfs (log file is located at /home/user/work/FreescaleYP/Yocto/build/tmp/work/nitrogen6x-poky-linux-gnueabi/core-image-x11/1.0-r0/temp/log.do_rootfs.32368)&lt;/P&gt;&lt;P&gt;ERROR: Task 7 (/home/user/work/FreescaleYP/Yocto/sources/poky/meta/recipes-graphics/images/core-image-x11.bb, do_rootfs) failed with exit code '1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 08:07:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Customizing-Images/m-p/224259#M15541</guid>
      <dc:creator>nilwij</dc:creator>
      <dc:date>2013-11-25T08:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing Images</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Customizing-Images/m-p/224260#M15542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nil, Did you change the core-image-x11.bb file? You mentioned 'Customizing' that is why I am asking.&lt;/P&gt;&lt;P&gt;Are you compiling from dora or master?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 16:12:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Customizing-Images/m-p/224260#M15542</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-11-25T16:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing Images</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Customizing-Images/m-p/224261#M15543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leo,&lt;/P&gt;&lt;P&gt;Yes you are correct i changed the core-image-x11.bb file and conf/local.conf file as follows and I'm compiling from dora branch.&lt;/P&gt;&lt;P&gt;but the problem above seems to not relate with that, because I was able to solve above makedevs: error by clean re-build.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed core-image-x11.bb file to add qt4-pkgs as i want qt support in the image.&lt;/P&gt;&lt;P&gt;IMAGE_FEATURES += "splash package-management x11-base qt4-pkgs"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i changed conf/local.conf file,&lt;/P&gt;&lt;P&gt;PACKAGE_EXCLUDE = "matchbox-wm matchbox-terminal matchbox-session-sato matchbox-session matchbox-desktop-sato matchbox-desktop matchbox-keyboard packagegroup-core-x11-base packagegroup-core-x11-base-dev"&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " twm"&lt;/P&gt;&lt;P&gt;INHERIT += "rm_work"&lt;/P&gt;&lt;P&gt;because i want to remove matchbox and install twm instead of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the image build and twm is there. But unfortunately X11 (xserver, /etc/X11/) is not there.&lt;/P&gt;&lt;P&gt;I'm really a beginner to this kind of works, could you please give me a clue how can i do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 01:12:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Customizing-Images/m-p/224261#M15543</guid>
      <dc:creator>nilwij</dc:creator>
      <dc:date>2013-11-26T01:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing Images</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Customizing-Images/m-p/224262#M15544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wonder if these two packages remove X11: packagegroup-core-x11-base packagegroup-core-x11-base-dev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try also posting this question on the meta-freescale list please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 16:49:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Customizing-Images/m-p/224262#M15544</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-11-26T16:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing Images</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Customizing-Images/m-p/224263#M15545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry for the delay, Yes it seems that packagegroup-core-x11-base removes the X11.&amp;nbsp; because, in the packagegroup-core-x11-base.bb file packagegroup-core-x11-xserver and packagegroup-core-x11-utils are mentioned as dependents.&lt;/P&gt;&lt;P&gt;RDEPENDS_${PN} = "\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-core-x11-xserver \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-core-x11-utils \&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I removed the packagegroup-core-x11-base and added only packagegroup-core-x11-xserver and packagegroup-core-x11-utils, then it worked.&lt;/P&gt;&lt;P&gt;here is the modified part of my local.conf file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PACKAGE_EXCLUDE = "matchbox-wm matchbox-terminal matchbox-session-sato matchbox-session matchbox-desktop-sato matchbox-desktop matchbox-keyboard packagegroup-core-x11-base packagegroup-core-x11-base-dev packagegroup-core-x11-sato"&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " packagegroup-core-x11-xserver"&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " packagegroup-core-x11-utils"&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " xterm"&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " xclock"&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " xprop"&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " dbus"&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " pointercal"&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " twm"&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " mini-x-session"&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " liberation-fonts"&lt;/P&gt;&lt;P&gt;INHERIT += "rm_work"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 00:24:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Customizing-Images/m-p/224263#M15545</guid>
      <dc:creator>nilwij</dc:creator>
      <dc:date>2013-12-06T00:24:11Z</dc:date>
    </item>
  </channel>
</rss>

