<?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: Problems building i.MX6 image for LinuxFB with Dizzy BSP in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Problems-building-i-MX6-image-for-LinuxFB-with-Dizzy-BSP/m-p/411877#M61728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daiane,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Your first point could potentially be the problem here... Could you explain the proper way to do a clean before a rebuild?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Apr 2015 17:54:35 GMT</pubDate>
    <dc:creator>NathanJozwiak</dc:creator>
    <dc:date>2015-04-16T17:54:35Z</dc:date>
    <item>
      <title>Problems building i.MX6 image for LinuxFB with Dizzy BSP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problems-building-i-MX6-image-for-LinuxFB-with-Dizzy-BSP/m-p/411873#M61724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get a working setup going for my i.MX6 reference board (Nitrogen6x). I have the latest BSP (dizzy) and I had no problems building and running the fsl-image-multimedia-full image from &lt;SPAN style="font-family: 'courier new', courier;"&gt;sources/meta-fsl-demos/recipes-fsl/images&lt;/SPAN&gt;. I was even able to validate both gstreamer-0.10 and gstreamer1.0 that were built into the rootfs using the following commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;# gst-launch-0.10 mfw_v4lsrc ! mfw_v4lsink&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;# gst-launch-1.0 imxv4l2src ! imxg2dvideosink&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trouble came when I tried to create my own image. &lt;SPAN style="font-size: 13.3333330154419px;"&gt;In my target environment I will be running Qt 5.4.0 and displaying directly to the LinuxFB. So I have no need for any window environments. &lt;/SPAN&gt;I copied the fsl-image-multimedia recipe and created my own, but used &lt;SPAN style="font-family: 'courier new', courier;"&gt;DISTRO_FEATURES_remove&lt;/SPAN&gt; to remove X11, Wayland, and DirectFB from the image. I did a build and everything seemed to go fine. I was even able to validate GStreamer was working in that image too. So I used the rootfs that was created to cross-build Qt. The build failed with undefined references to several functions in QEglFSimx6Hooks: fbCreateWindow, fbGetDisplayByIndex, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This told me the GPU libraries were off. I did a little investigating and found that the GPU libraries built into the rootfs of my new image still appear to be the X11 versions. I can tell this by doing a byte size comparison on the one in the rootfs to the one in the build directory:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the build directory:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;user@ubuntu:../buildtmp/work/cortexa9hf-vfp-neon-mx6qdl-poky-linux-gnueabi/gpu-viv-bin-mx6q/1_3.10.17-1.0.2-hfp-r0/gpu-viv-bin-mx6q-3.10.17-1.0.2-hfp/usr/lib$ ll&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;-rwxr-xr-x 1 njozwiak njozwiak&amp;nbsp;&amp;nbsp; 619328 Aug 31&amp;nbsp; 2014 libEGL-dfb.so*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;-rwxr-xr-x 1 njozwiak njozwiak&amp;nbsp;&amp;nbsp; 381674 Aug 31&amp;nbsp; 2014 libEGL-fb.so*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;lrwxrwxrwx 1 njozwiak njozwiak&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12 Aug 31&amp;nbsp; 2014 libEGL.so -&amp;gt; libEGL-fb.so*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;lrwxrwxrwx 1 njozwiak njozwiak&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12 Aug 31&amp;nbsp; 2014 libEGL.so.1 -&amp;gt; libEGL-fb.so*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;lrwxrwxrwx 1 njozwiak njozwiak&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12 Aug 31&amp;nbsp; 2014 libEGL.so.1.0 -&amp;gt; libEGL-fb.so*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;-rwxr-xr-x 1 njozwiak njozwiak&amp;nbsp;&amp;nbsp; 394640 Aug 31&amp;nbsp; 2014 libEGL-wl.so*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;-rwxr-xr-x 1 njozwiak njozwiak&amp;nbsp;&amp;nbsp; 360435 Aug 31&amp;nbsp; 2014 libEGL-x11.so*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the contents of the rootfs&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 13.3333330154419px; font-family: 'courier new', courier;"&gt;user@ubuntu:../&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-family: 'courier new', courier;"&gt;build/tmp/deploy/images/nitrogen6x$ tar jtvf my-build-nitrogen6x-20150410213651.rootfs.tar.bz2 | grep libEGL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-family: 'courier new', courier;"&gt;lrwxrwxrwx root/root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 2015-04-10 19:09 ./usr/lib/libEGL.so -&amp;gt; libEGL.so.1.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-family: 'courier new', courier;"&gt;-rw-r--r-- root/root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 360435 2015-04-10 18:32 ./usr/lib/libEGL.so.1.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-family: 'courier new', courier;"&gt;lrwxrwxrwx root/root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 2015-04-10 19:09 ./usr/lib/libEGL.so.1 -&amp;gt; libEGL.so.1.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;The links are pointing to the LinuxFB versions of the libraries, b&lt;/SPAN&gt;ut it was the libEGL-x11 library that was installed in the rootfs. I also noted the build date on gpu-viv-bin-mx6q libraries as August 31st. That seems fishy to me as it means the libraries were pre-packaged with the BSP and not built.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my custom recipe. How do I build an image for LinuxFB and get the GPU drivers to install properly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DISTRO_FEATURES_remove = "x11 wayland directfb"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;IMAGE_FEATURES += "dev-pkgs splash ssh-server-openssh"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LICENSE = "MIT"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;inherit core-image&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CORE_IMAGE_EXTRA_INSTALL += " \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-gstreamer \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-tools-gpu \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fslc-gstreamer1.0 \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-gstreamer-full \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fslc-gstreamer1.0-full \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 15:21:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problems-building-i-MX6-image-for-LinuxFB-with-Dizzy-BSP/m-p/411873#M61724</guid>
      <dc:creator>NathanJozwiak</dc:creator>
      <dc:date>2015-04-15T15:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problems building i.MX6 image for LinuxFB with Dizzy BSP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problems-building-i-MX6-image-for-LinuxFB-with-Dizzy-BSP/m-p/411874#M61725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are building off dizzy branch then you are picking up the 3,10.17 v4 graphics not latest graphics provided in 3.10.53 and 3.14.28 which is v5.&amp;nbsp; Your gsteamer 1.0 is from community using gstreamer-imx not Freescale's Gstreamer 1.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you build on fido branch you can pick up latest graphics and Freescale gstreamer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was a name change of graphics between 3.10.17 and 3.10.53 to imx-gpu-viv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 3.10.17 build was released last year around August with the 3.10.17-1.0.2 update so that is why the dates are so old.&amp;nbsp; fido has a much more current version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For all GPU package we generate libraries for all backends and package together in one package.&amp;nbsp; If your local.conf has DISTRO_FEATURES_remove = "x11 wayland directfb"&amp;nbsp; it will copy the frame buffer graphics libraries.&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Try our fsl-image-gui image recipes we have in our release layer and see if that works better for frame buffer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Lauren&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 17:04:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problems-building-i-MX6-image-for-LinuxFB-with-Dizzy-BSP/m-p/411874#M61725</guid>
      <dc:creator>LaurenPost</dc:creator>
      <dc:date>2015-04-16T17:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problems building i.MX6 image for LinuxFB with Dizzy BSP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problems-building-i-MX6-image-for-LinuxFB-with-Dizzy-BSP/m-p/411875#M61726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only 2 additional points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;Everytime you change any piece of DISTRO_FEATURES you must clean your build dir. So your problem I think is caused by dirty build system (the mismatch between x11 and fb libs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) the sysroot you find under tmp/work is not *the* rootfs. If you are looking for a way to cross-compile for development, I recommend you to use meta-toolchain or the one for QT5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 17:36:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problems-building-i-MX6-image-for-LinuxFB-with-Dizzy-BSP/m-p/411875#M61726</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2015-04-16T17:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problems building i.MX6 image for LinuxFB with Dizzy BSP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problems-building-i-MX6-image-for-LinuxFB-with-Dizzy-BSP/m-p/411876#M61727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lauren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. Couple follow up questions though:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I thought Dizzy (v1.7) was the latest release [&lt;A href="http://freescale.github.io/#download" title="http://freescale.github.io/#download"&gt;http://freescale.github.io/#download&lt;/A&gt;]? I assume if you are pointing me to Fido it is the latest (v1.8). When will it officially be released?&lt;/P&gt;&lt;P&gt;2. So DISTRO_FEATURES_remove must be defined in local.conf and *not* in the image recipe? Could you explain?&lt;/P&gt;&lt;P&gt;3. I ran a search through the sources directory of both my dizzy pull and my fido pull using find and was unable to locate any recipes matching or close to "fsl-image-gui". Could you point me in the right direction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I downloaded Fido and am doing an image build with DISTRO_FEATURES_remove defined in local.conf instead of my image recipe. I will report when the build finishes.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;Nate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 17:41:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problems-building-i-MX6-image-for-LinuxFB-with-Dizzy-BSP/m-p/411876#M61727</guid>
      <dc:creator>NathanJozwiak</dc:creator>
      <dc:date>2015-04-16T17:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problems building i.MX6 image for LinuxFB with Dizzy BSP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problems-building-i-MX6-image-for-LinuxFB-with-Dizzy-BSP/m-p/411877#M61728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daiane,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Your first point could potentially be the problem here... Could you explain the proper way to do a clean before a rebuild?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 17:54:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problems-building-i-MX6-image-for-LinuxFB-with-Dizzy-BSP/m-p/411877#M61728</guid>
      <dc:creator>NathanJozwiak</dc:creator>
      <dc:date>2015-04-16T17:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problems building i.MX6 image for LinuxFB with Dizzy BSP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problems-building-i-MX6-image-for-LinuxFB-with-Dizzy-BSP/m-p/411878#M61729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on the details given above, you are building from the dizzy community branches not from our release layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.10.17 was released on top of dora yocto community but upstreamed into daisy&lt;/P&gt;&lt;P&gt;3.10.17-1.0.2 was upstreamed into dizzy (community chose not to take the beta for 3.10.53 which was available for dizzy)&lt;/P&gt;&lt;P&gt;3.10.53 and 3.14.28 were upstreamed into what is now fido released this month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are seeing gpu-viv-bin-mx6q you are using 3.10.17 and not using Freescale gstreamer 1.0.&lt;/P&gt;&lt;P&gt;If you are using fido, it has latest graphics and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use official releases use our release layer built on top.&amp;nbsp; The latest relaese is 3.14.28-1.0.0 released on top of dizzy.&amp;nbsp; Here is how to get it.&lt;/P&gt;&lt;P&gt;&lt;A href="http://git.freescale.com/git/cgit.cgi/imx/fsl-arm-yocto-bsp.git/tree/README?h=imx-3.14.28-1.0.0_ga" title="http://git.freescale.com/git/cgit.cgi/imx/fsl-arm-yocto-bsp.git/tree/README?h=imx-3.14.28-1.0.0_ga"&gt;fsl-arm-yocto-bsp.git - Freescale i.MX Yocto Project manifests&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes DISTRO_FEATURES must be in local.conf not image recipe otherwise it won't be picked up correctly.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fsl-image-gui is in our release layer only not in community layers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 17:58:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problems-building-i-MX6-image-for-LinuxFB-with-Dizzy-BSP/m-p/411878#M61729</guid>
      <dc:creator>LaurenPost</dc:creator>
      <dc:date>2015-04-16T17:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problems building i.MX6 image for LinuxFB with Dizzy BSP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problems-building-i-MX6-image-for-LinuxFB-with-Dizzy-BSP/m-p/411879#M61730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;inside your build folder:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rm -rf tmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:smileygrin:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tmp is temporary only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have on my day-by-day is a build-fb build-x11, only to make sure.... (but, I must work on all they, so for me it makes sense)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 19:27:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problems-building-i-MX6-image-for-LinuxFB-with-Dizzy-BSP/m-p/411879#M61730</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2015-04-16T19:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problems building i.MX6 image for LinuxFB with Dizzy BSP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problems-building-i-MX6-image-for-LinuxFB-with-Dizzy-BSP/m-p/411880#M61731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. fido is not already released, the planned day is 26th April (along with Yocto Project release). The branch is already created because we've been working on some final tests.&lt;/P&gt;&lt;P&gt;2. Long story short, DISTRO_FEATURES is not a variable to be used in image files because affect the complete distro. In fact, the presence on local.conf is only advised on very restricts tests. It's important that you undersand the concept behind this variable, so please, go to Yocto Project Reference Manual ;-)&lt;/P&gt;&lt;P&gt;3. Please, follow Lauren's directions in order to get fsl-image-gui. And make sure you have read FSL Community BSP release notes (under github.io)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 19:33:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problems-building-i-MX6-image-for-LinuxFB-with-Dizzy-BSP/m-p/411880#M61731</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2015-04-16T19:33:01Z</dc:date>
    </item>
  </channel>
</rss>

