<?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: How to build Yocto project image in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623903#M94657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;In my target bb file i have like&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;EM&gt;inherit core-image&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CORE_IMAGE_EXTRA_INSTALL += " \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; packagegroup-fsl-gstreamer \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; packagegroup-fsl-tools-gpu \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; packagegroup-fslc-gstreamer1.0 \&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;this will not contain the x11 or wayland. please take a look at the&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;meta-fsl-demos/recipes-fsl/images/fsl-image-multimedia.bb&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Nov 2016 05:59:48 GMT</pubDate>
    <dc:creator>anjojohn</dc:creator>
    <dc:date>2016-11-02T05:59:48Z</dc:date>
    <item>
      <title>How to build Yocto project image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623900#M94654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hi i.MX Community,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I download &amp;nbsp;Freescale Yocto Project:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;$ mkdir fsl-release-bsp&lt;BR /&gt;$ cd fsl-release-bsp&lt;BR /&gt;$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1.15-1.0.0_ga&lt;BR /&gt;$ repo sync&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I need to build an image that does not used GUI or QT5.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;But the document (Freescale_Yocto_Project_User's_Guide.pdf) only provides how to build X11 and QT5 image.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;How to build a sample image?&amp;nbsp;&amp;nbsp;(like core-image-minimal or core-image-base)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;Hope for your help!&lt;/P&gt;&lt;P style="border: 0px;"&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 02:55:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623900#M94654</guid>
      <dc:creator>petertseng</dc:creator>
      <dc:date>2016-11-02T02:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Yocto project image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623901#M94655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;Please see the .bb files for core-image-minimal and fsl-image-multimedia.&lt;/P&gt;&lt;P&gt;make a new target image with your name project name. Inherit the core-image-minimal bb file and add your additional packages through "CORE_IMAGE_EXTRA_INSTALL" or adding those to the local.conf file in your build directory.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 05:25:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623901#M94655</guid>
      <dc:creator>anjojohn</dc:creator>
      <dc:date>2016-11-02T05:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Yocto project image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623902#M94656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please provide a detailed method of operation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 05:54:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623902#M94656</guid>
      <dc:creator>petertseng</dc:creator>
      <dc:date>2016-11-02T05:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Yocto project image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623903#M94657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;In my target bb file i have like&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;EM&gt;inherit core-image&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CORE_IMAGE_EXTRA_INSTALL += " \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; packagegroup-fsl-gstreamer \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; packagegroup-fsl-tools-gpu \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; packagegroup-fslc-gstreamer1.0 \&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;this will not contain the x11 or wayland. please take a look at the&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;meta-fsl-demos/recipes-fsl/images/fsl-image-multimedia.bb&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 05:59:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623903#M94657</guid>
      <dc:creator>anjojohn</dc:creator>
      <dc:date>2016-11-02T05:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Yocto project image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623904#M94658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is the .bb files&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;for core-image-minimal and fsl-image-multimedia?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 07:40:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623904#M94658</guid>
      <dc:creator>petertseng</dc:creator>
      <dc:date>2016-11-02T07:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Yocto project image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623905#M94659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;sources/meta-fsl-demos/recipes-fsl/images/fsl-image-multimedia.bb&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;sources/poky/meta/recipes-core/images/core-image-minimal.bb&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 07:47:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623905#M94659</guid>
      <dc:creator>anjojohn</dc:creator>
      <dc:date>2016-11-02T07:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Yocto project image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623906#M94660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the following error after execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ source setup-environment build&lt;BR /&gt;$ bitbake core-image-minimal&lt;BR /&gt;WARNING: Unable to get checksum for linux-toradex SRC_URI entry defconfig: file could not be found00:00:00&lt;BR /&gt;Parsing recipes: 100% |###################################################################| Time: 00:00:58&lt;BR /&gt;Parsing of 1689 .bb files complete (0 cached, 1689 parsed). 2214 targets, 163 skipped, 0 masked, 0 errors.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION = "1.28.0"&lt;BR /&gt;BUILD_SYS = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING = "Ubuntu-14.04"&lt;BR /&gt;TARGET_SYS = "arm-poky-linux-gnueabi"&lt;BR /&gt;MACHINE = "imx6qsabresd"&lt;BR /&gt;DISTRO = "poky"&lt;BR /&gt;DISTRO_VERSION = "2.0.1"&lt;BR /&gt;TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard cortexa9"&lt;BR /&gt;TARGET_FPU = "vfp-neon"&lt;BR /&gt;meta &lt;BR /&gt;meta-yocto = "HEAD:dd0ba9ea4a11ab15348d4fe3574e4b28784db82f"&lt;BR /&gt;meta-oe &lt;BR /&gt;meta-multimedia = "HEAD:ad6133a2e95f4b83b6b3ea413598e2cd5fb3fd90"&lt;BR /&gt;meta-fsl-arm = "HEAD:35b8b9bd9863de208ab60e33b55f10ee43e2619b"&lt;BR /&gt;meta-fsl-arm-extra = "HEAD:e200df91b70da254461c59082ddd5db0a3c415a2"&lt;BR /&gt;meta-fsl-demos = "HEAD:2231e946e7a94d096394f2b2477e8184c9bbde7b"&lt;/P&gt;&lt;P&gt;NOTE: Preparing RunQueue&lt;BR /&gt;NOTE: Executing SetScene Tasks&lt;BR /&gt;NOTE: Executing RunQueue Tasks&lt;BR /&gt;&lt;SPAN&gt;WARNING: Failed to fetch URL &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=ftp%3A%2F%2Finvisible-island.net%2Fncurses%2Fcurrent%2Fncurses-5.9-20150329.tgz" rel="nofollow" target="_blank"&gt;ftp://invisible-island.net/ncurses/current/ncurses-5.9-20150329.tgz&lt;/A&gt;&lt;SPAN&gt;, attempting MIRRORS if available&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WARNING: Failed to fetch URL &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fzlib.net%2Fpigz%2Fpigz-2.3.3.tar.gz" rel="nofollow" target="_blank"&gt;http://zlib.net/pigz/pigz-2.3.3.tar.gz&lt;/A&gt;&lt;SPAN&gt;, attempting MIRRORS if available&lt;/SPAN&gt;&lt;BR /&gt;ERROR: Error: The image creation script '/home/peter/workspace/fsl-release-bsp/build/tmp/work/imx6qsabresd-poky-linux-gnueabi/core-image-minimal/1.0-r0/temp/create_image.sdcard' returned 1:&lt;BR /&gt;0+0 records in&lt;BR /&gt;0+0 records out&lt;BR /&gt;0 bytes (0 B) copied, 6.3969e-05 s, 0.0 kB/s&lt;BR /&gt;Model: (file)&lt;BR /&gt;Disk /home/peter/workspace/fsl-release-bsp/build/tmp/deploy/images/imx6qsabresd/core-image-minimal-imx6qsabresd-20161102062918.rootfs.sdcard: 25.2MB&lt;BR /&gt;Sector size (logical/physical): 512B/512B&lt;BR /&gt;Partition Table: msdos&lt;BR /&gt;Disk Flags:&lt;/P&gt;&lt;P&gt;Number Start End Size Type File system Flags&lt;BR /&gt; 1 4194kB 12.6MB 8389kB primary lba&lt;BR /&gt; 2 12.6MB 21.0MB 8389kB primary&lt;/P&gt;&lt;P&gt;dd: failed to open '/home/peter/workspace/fsl-release-bsp/build/tmp/deploy/images/imx6qsabresd/u-boot-imx6qsabresd.imx': No such file or directory&lt;BR /&gt;WARNING: exit code 1 from a shell command.&lt;/P&gt;&lt;P&gt;ERROR: Function failed: do_rootfs&lt;BR /&gt;ERROR: Logfile of failure stored in: /home/peter/workspace/fsl-release-bsp/build/tmp/work/imx6qsabresd-poky-linux-gnueabi/core-image-minimal/1.0-r0/temp/log.do_rootfs.41335&lt;BR /&gt;ERROR: Task 7 (/home/peter/workspace/fsl-release-bsp/sources/poky/meta/recipes-core/images/core-image-minimal.bb, do_rootfs) failed with exit code '1'&lt;BR /&gt;NOTE: Tasks Summary: Attempted 1882 tasks of which 9 didn't need to be rerun and 1 failed.&lt;BR /&gt;No currently running tasks (1882 of 1883)&lt;/P&gt;&lt;P&gt;Summary: 1 task failed:&lt;BR /&gt; /home/peter/workspace/fsl-release-bsp/sources/poky/meta/recipes-core/images/core-image-minimal.bb, do_rootfs&lt;BR /&gt;Summary: There were 3 WARNING messages shown.&lt;BR /&gt;Summary: There were 2 ERROR messages shown, returning a non-zero exit code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Peter Tseng&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 08:56:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623906#M94660</guid>
      <dc:creator>petertseng</dc:creator>
      <dc:date>2016-11-02T08:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Yocto project image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623907#M94661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please check if the u-boot image has been build under the directory&lt;/P&gt;&lt;P&gt;build/tmp/deploy/images/&lt;/P&gt;&lt;P&gt;Have you modified the core-image-minimal.bb file ? please list the modification if had done any&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 09:11:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623907#M94661</guid>
      <dc:creator>anjojohn</dc:creator>
      <dc:date>2016-11-02T09:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Yocto project image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623908#M94662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The UBOOT is not in this directory (&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;build/tmp/deploy/images/&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;I have added in local.conf file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UBOOT_CONFIG = "emmc"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 09:19:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623908#M94662</guid>
      <dc:creator>petertseng</dc:creator>
      <dc:date>2016-11-02T09:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Yocto project image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623909#M94663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please build the u-boot, "bitbake u-boot".&lt;/P&gt;&lt;P&gt;has the "emmc" configuration for uboot is present ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 09:52:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623909#M94663</guid>
      <dc:creator>anjojohn</dc:creator>
      <dc:date>2016-11-02T09:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Yocto project image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623910#M94664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are still some errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ bitbake u-boot&lt;BR /&gt;Loading cache: 100% |#####################################################################| ETA: 00:00:00&lt;BR /&gt;Loaded 2215 entries from dependency cache.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION = "1.28.0"&lt;BR /&gt;BUILD_SYS = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING = "Ubuntu-14.04"&lt;BR /&gt;TARGET_SYS = "arm-poky-linux-gnueabi"&lt;BR /&gt;MACHINE = "imx6qsabresd"&lt;BR /&gt;DISTRO = "poky"&lt;BR /&gt;DISTRO_VERSION = "2.0.1"&lt;BR /&gt;TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard cortexa9"&lt;BR /&gt;TARGET_FPU = "vfp-neon"&lt;BR /&gt;meta &lt;BR /&gt;meta-yocto = "HEAD:dd0ba9ea4a11ab15348d4fe3574e4b28784db82f"&lt;BR /&gt;meta-oe &lt;BR /&gt;meta-multimedia = "HEAD:ad6133a2e95f4b83b6b3ea413598e2cd5fb3fd90"&lt;BR /&gt;meta-fsl-arm = "HEAD:35b8b9bd9863de208ab60e33b55f10ee43e2619b"&lt;BR /&gt;meta-fsl-arm-extra = "HEAD:e200df91b70da254461c59082ddd5db0a3c415a2"&lt;BR /&gt;meta-fsl-demos = "HEAD:2231e946e7a94d096394f2b2477e8184c9bbde7b"&lt;/P&gt;&lt;P&gt;NOTE: Preparing RunQueue&lt;BR /&gt;NOTE: Executing SetScene Tasks&lt;BR /&gt;NOTE: Executing RunQueue Tasks&lt;BR /&gt;NOTE: Tasks Summary: Attempted 372 tasks of which 372 didn't need to be rerun and all succeeded.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$ bitbake core-image-minimal&lt;BR /&gt;Loading cache: 100% |#####################################################################| ETA: 00:00:00&lt;BR /&gt;Loaded 2215 entries from dependency cache.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION = "1.28.0"&lt;BR /&gt;BUILD_SYS = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING = "Ubuntu-14.04"&lt;BR /&gt;TARGET_SYS = "arm-poky-linux-gnueabi"&lt;BR /&gt;MACHINE = "imx6qsabresd"&lt;BR /&gt;DISTRO = "poky"&lt;BR /&gt;DISTRO_VERSION = "2.0.1"&lt;BR /&gt;TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard cortexa9"&lt;BR /&gt;TARGET_FPU = "vfp-neon"&lt;BR /&gt;meta &lt;BR /&gt;meta-yocto = "HEAD:dd0ba9ea4a11ab15348d4fe3574e4b28784db82f"&lt;BR /&gt;meta-oe &lt;BR /&gt;meta-multimedia = "HEAD:ad6133a2e95f4b83b6b3ea413598e2cd5fb3fd90"&lt;BR /&gt;meta-fsl-arm = "HEAD:35b8b9bd9863de208ab60e33b55f10ee43e2619b"&lt;BR /&gt;meta-fsl-arm-extra = "HEAD:e200df91b70da254461c59082ddd5db0a3c415a2"&lt;BR /&gt;meta-fsl-demos = "HEAD:2231e946e7a94d096394f2b2477e8184c9bbde7b"&lt;/P&gt;&lt;P&gt;NOTE: Preparing RunQueue&lt;BR /&gt;NOTE: Executing SetScene Tasks&lt;BR /&gt;NOTE: Executing RunQueue Tasks&lt;BR /&gt;ERROR: Error: The image creation script '/home/peter/workspace/fsl-release-bsp/build/tmp/work/imx6qsabresd-poky-linux-gnueabi/core-image-minimal/1.0-r0/temp/create_image.sdcard' returned 1:&lt;BR /&gt;0+0 records in&lt;BR /&gt;0+0 records out&lt;BR /&gt;0 bytes (0 B) copied, 5.5098e-05 s, 0.0 kB/s&lt;BR /&gt;Model: (file)&lt;BR /&gt;Disk /home/peter/workspace/fsl-release-bsp/build/tmp/deploy/images/imx6qsabresd/core-image-minimal-imx6qsabresd-20161103015104.rootfs.sdcard: 25.2MB&lt;BR /&gt;Sector size (logical/physical): 512B/512B&lt;BR /&gt;Partition Table: msdos&lt;BR /&gt;Disk Flags:&lt;/P&gt;&lt;P&gt;Number Start End Size Type File system Flags&lt;BR /&gt; 1 4194kB 12.6MB 8389kB primary lba&lt;BR /&gt; 2 12.6MB 21.0MB 8389kB primary&lt;/P&gt;&lt;P&gt;dd: failed to open '/home/peter/workspace/fsl-release-bsp/build/tmp/deploy/images/imx6qsabresd/u-boot-imx6qsabresd.imx': No such file or directory&lt;BR /&gt;WARNING: exit code 1 from a shell command.&lt;/P&gt;&lt;P&gt;ERROR: Function failed: do_rootfs&lt;BR /&gt;ERROR: Logfile of failure stored in: /home/peter/workspace/fsl-release-bsp/build/tmp/work/imx6qsabresd-poky-linux-gnueabi/core-image-minimal/1.0-r0/temp/log.do_rootfs.3106&lt;BR /&gt;ERROR: Task 7 (/home/peter/workspace/fsl-release-bsp/sources/poky/meta/recipes-core/images/core-image-minimal.bb, do_rootfs) failed with exit code '1'&lt;BR /&gt;NOTE: Tasks Summary: Attempted 1882 tasks of which 1881 didn't need to be rerun and 1 failed.&lt;BR /&gt;No currently running tasks (1881 of 1883)&lt;/P&gt;&lt;P&gt;Summary: 1 task failed:&lt;BR /&gt; /home/peter/workspace/fsl-release-bsp/sources/poky/meta/recipes-core/images/core-image-minimal.bb, do_rootfs&lt;BR /&gt;Summary: There were 2 ERROR messages shown, returning a non-zero exit code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 01:57:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623910#M94664</guid>
      <dc:creator>petertseng</dc:creator>
      <dc:date>2016-11-03T01:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Yocto project image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623911#M94665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;After "bitbake u-boot" command, Is the u-boot binary&lt;/P&gt;&lt;P&gt;(u-boot-imx6qsabresd.imx) present in build/tmp/deploy//images ?&lt;/P&gt;&lt;P&gt;And the emmc configuration for u-boot is it present ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 02:59:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623911#M94665</guid>
      <dc:creator>anjojohn</dc:creator>
      <dc:date>2016-11-03T02:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Yocto project image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623912#M94666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After I removed &lt;BR /&gt;UBOOT_CONFIG = "emmc"&lt;BR /&gt;get the following results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ bitbake u-boot&lt;BR /&gt;WARNING: Unable to get checksum for linux-toradex SRC_URI entry defconfig: file could not be found00:00:00&lt;BR /&gt;Parsing recipes: 100% |###################################################################| Time: 00:00:37&lt;BR /&gt;Parsing of 1689 .bb files complete (0 cached, 1689 parsed). 2214 targets, 163 skipped, 0 masked, 0 errors.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION = "1.28.0"&lt;BR /&gt;BUILD_SYS = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING = "Ubuntu-14.04"&lt;BR /&gt;TARGET_SYS = "arm-poky-linux-gnueabi"&lt;BR /&gt;MACHINE = "imx6qsabresd"&lt;BR /&gt;DISTRO = "poky"&lt;BR /&gt;DISTRO_VERSION = "2.0.1"&lt;BR /&gt;TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard cortexa9"&lt;BR /&gt;TARGET_FPU = "vfp-neon"&lt;BR /&gt;meta &lt;BR /&gt;meta-yocto = "HEAD:dd0ba9ea4a11ab15348d4fe3574e4b28784db82f"&lt;BR /&gt;meta-oe &lt;BR /&gt;meta-multimedia = "HEAD:ad6133a2e95f4b83b6b3ea413598e2cd5fb3fd90"&lt;BR /&gt;meta-fsl-arm = "HEAD:35b8b9bd9863de208ab60e33b55f10ee43e2619b"&lt;BR /&gt;meta-fsl-arm-extra = "HEAD:e200df91b70da254461c59082ddd5db0a3c415a2"&lt;BR /&gt;meta-fsl-demos = "HEAD:2231e946e7a94d096394f2b2477e8184c9bbde7b"&lt;/P&gt;&lt;P&gt;NOTE: Preparing RunQueue&lt;BR /&gt;NOTE: Executing SetScene Tasks&lt;BR /&gt;NOTE: Executing RunQueue Tasks&lt;BR /&gt;NOTE: Tasks Summary: Attempted 372 tasks of which 363 didn't need to be rerun and all succeeded.&lt;/P&gt;&lt;P&gt;Summary: There was 1 WARNING message shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ bitbake core-image-minimal&lt;BR /&gt;Loading cache: 100% |#####################################################################| ETA: 00:00:00&lt;BR /&gt;Loaded 2215 entries from dependency cache.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION = "1.28.0"&lt;BR /&gt;BUILD_SYS = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING = "Ubuntu-14.04"&lt;BR /&gt;TARGET_SYS = "arm-poky-linux-gnueabi"&lt;BR /&gt;MACHINE = "imx6qsabresd"&lt;BR /&gt;DISTRO = "poky"&lt;BR /&gt;DISTRO_VERSION = "2.0.1"&lt;BR /&gt;TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard cortexa9"&lt;BR /&gt;TARGET_FPU = "vfp-neon"&lt;BR /&gt;meta &lt;BR /&gt;meta-yocto = "HEAD:dd0ba9ea4a11ab15348d4fe3574e4b28784db82f"&lt;BR /&gt;meta-oe &lt;BR /&gt;meta-multimedia = "HEAD:ad6133a2e95f4b83b6b3ea413598e2cd5fb3fd90"&lt;BR /&gt;meta-fsl-arm = "HEAD:35b8b9bd9863de208ab60e33b55f10ee43e2619b"&lt;BR /&gt;meta-fsl-arm-extra = "HEAD:e200df91b70da254461c59082ddd5db0a3c415a2"&lt;BR /&gt;meta-fsl-demos = "HEAD:2231e946e7a94d096394f2b2477e8184c9bbde7b"&lt;/P&gt;&lt;P&gt;NOTE: Preparing RunQueue&lt;BR /&gt;NOTE: Executing SetScene Tasks&lt;BR /&gt;NOTE: Executing RunQueue Tasks&lt;BR /&gt;NOTE: Tasks Summary: Attempted 1883 tasks of which 1881 didn't need to be rerun and all succeeded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the "build/tmp/deploy/images/" directory does not UBOOT image.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 03:24:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623912#M94666</guid>
      <dc:creator>petertseng</dc:creator>
      <dc:date>2016-11-03T03:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Yocto project image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623913#M94667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your build is complete. I guess the u-boot configuration for emmc is not&lt;/P&gt;&lt;P&gt;present.&lt;/P&gt;&lt;P&gt;u-boot binary is in your "build/tmp/deploy/&amp;lt;&lt;STRONG&gt;machine-name&lt;/STRONG&gt;&amp;gt;/images"&lt;/P&gt;&lt;P&gt;directory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 03:30:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623913#M94667</guid>
      <dc:creator>anjojohn</dc:creator>
      <dc:date>2016-11-03T03:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Yocto project image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623914#M94668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;I found the U-BOOT image link file in this path:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;build/tmp/deploy/images/&lt;/SPAN&gt;imx6qsabresd/u-boot.imx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I want to recompile it also need to download from the Internet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 03:48:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623914#M94668</guid>
      <dc:creator>petertseng</dc:creator>
      <dc:date>2016-11-03T03:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Yocto project image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623915#M94669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need to download again. The downloaded source will be in your download/ directory. No internet will be needed after first compilation.&lt;/P&gt;&lt;P&gt;For cleaning&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;nbsp;bitbake -c clean u-boot&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;or&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;bitbake-c cleansstate uboot &amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Then make the u-boot again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 03:53:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623915#M94669</guid>
      <dc:creator>anjojohn</dc:creator>
      <dc:date>2016-11-03T03:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Yocto project image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623916#M94670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I successfully build the image file in the ubuntu 14.04.1 &amp;nbsp;machine needs to execute command:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; $ bitbake u-boot&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I can successfully build the image file in the ubuntu 14.04.4 machine.&lt;/P&gt;&lt;P&gt;But I do not need additional execute this command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between these two ubuntu versions?&lt;/P&gt;&lt;P&gt;Which version do you recommend to build?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 05:20:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623916#M94670</guid>
      <dc:creator>petertseng</dc:creator>
      <dc:date>2016-11-04T05:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Yocto project image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623917#M94671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;There is no difference, the first command&lt;/P&gt;&lt;P&gt;bitbake u-boot&lt;/P&gt;&lt;P&gt;tells bitbake to make only u-boot, no other packages. This command is used&lt;/P&gt;&lt;P&gt;when you want to recompile u-boot after some modification.&lt;/P&gt;&lt;P&gt;On the other hand bitbkake core-image-minimal tells bitbake to make a&lt;/P&gt;&lt;P&gt;target which is an entire working build including u-boot, kernel and rootfs&lt;/P&gt;&lt;P&gt;with programs.&lt;/P&gt;&lt;P&gt;u-boot is a recipe and core-image-minimal is a target name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 05:27:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623917#M94671</guid>
      <dc:creator>anjojohn</dc:creator>
      <dc:date>2016-11-04T05:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Yocto project image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623918#M94672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hi i.MX Community,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;I build yocto image ,below erro!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;bitbake core-image-minimal&lt;BR /&gt;Loading cache: 100% |############################################| Time: 0:00:02&lt;BR /&gt;Loaded 3049 entries from dependency cache.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION = "1.32.0"&lt;BR /&gt;BUILD_SYS = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING = "Ubuntu-14.04"&lt;BR /&gt;TARGET_SYS = "arm-poky-linux-gnueabi"&lt;BR /&gt;MACHINE = "imx6ull14x14evk"&lt;BR /&gt;DISTRO = "fsl-imx-x11"&lt;BR /&gt;DISTRO_VERSION = "4.9.11-1.0.0"&lt;BR /&gt;TUNE_FEATURES = "arm armv7ve vfp thumb neon callconvention-hard cortexa7"&lt;BR /&gt;TARGET_FPU = "hard"&lt;BR /&gt;meta &lt;BR /&gt;meta-poky = "HEAD:78890ea22750804e3e9113e76f7ca3d7234c8342"&lt;BR /&gt;meta-oe &lt;BR /&gt;meta-multimedia = "HEAD:fe5c83312de11e80b85680ef237f8acb04b4b26e"&lt;BR /&gt;meta-freescale = "HEAD:a398b50b7fc084a9e68cc3000c218d5028522a25"&lt;BR /&gt;meta-freescale-3rdparty = "HEAD:68314612e236cab1da82d72a0da62635a3523f84"&lt;BR /&gt;meta-freescale-distro = "HEAD:cd5c7a2539f40004f74126e9fdf08254fd9a6390"&lt;BR /&gt;meta-bsp &lt;BR /&gt;meta-sdk = "HEAD:daba3340ecd8b358e0c6c415baeee0fcae95c525"&lt;BR /&gt;meta-browser = "HEAD:10f6e3778d823ee1be106c126216c6f941088fbf"&lt;BR /&gt;meta-gnome &lt;BR /&gt;meta-networking &lt;BR /&gt;meta-python &lt;BR /&gt;meta-filesystems = "HEAD:fe5c83312de11e80b85680ef237f8acb04b4b26e"&lt;BR /&gt;meta-qt5 = "HEAD:ff073f04109900fc07bf81e2f1df63c626caf342"&lt;/P&gt;&lt;P&gt;Initialising tasks: 100% |#######################################| Time: 0:00:04&lt;BR /&gt;NOTE: Executing SetScene Tasks&lt;BR /&gt;NOTE: Executing RunQueue Tasks&lt;BR /&gt;ERROR: util-linux-native-2.28.1-r0 do_compile: oe_runmake failed&lt;BR /&gt;ERROR: util-linux-native-2.28.1-r0 do_compile: Function failed: do_compile (log file is located at /home/fsl/fsl-release-bsp/fsl-release-bsp/build-gateway/tmp/work/x86_64-linux/util-linux-native/2.28.1-r0/temp/log.do_compile.7660)&lt;BR /&gt;ERROR: Logfile of failure stored in: /home/fsl/fsl-release-bsp/fsl-release-bsp/build-gateway/tmp/work/x86_64-linux/util-linux-native/2.28.1-r0/temp/log.do_compile.7660&lt;BR /&gt;Log data follows:&lt;BR /&gt;| DEBUG: Executing shell function do_compile&lt;BR /&gt;| NOTE: make -j 1 ARCH=x86_64 CPU= CPUOPT= OPT=-isystem/home/fsl/fsl-release-bsp/fsl-release-bsp/build-gateway/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe&lt;BR /&gt;| ERROR: oe_runmake failed&lt;BR /&gt;| make all-recursive&lt;BR /&gt;| make[1]: Entering directory `/home/fsl/fsl-release-bsp/fsl-release-bsp/build-gateway/tmp/work/x86_64-linux/util-linux-native/2.28.1-r0/build'&lt;BR /&gt;| Making all in po&lt;BR /&gt;| make[2]: Entering directory `/home/fsl/fsl-release-bsp/fsl-release-bsp/build-gateway/tmp/work/x86_64-linux/util-linux-native/2.28.1-r0/build/po'&lt;BR /&gt;| make[2]: Nothing to be done for `all'.&lt;BR /&gt;| make[2]: Leaving directory `/home/fsl/fsl-release-bsp/fsl-release-bsp/build-gateway/tmp/work/x86_64-linux/util-linux-native/2.28.1-r0/build/po'&lt;BR /&gt;| make[2]: Entering directory `/home/fsl/fsl-release-bsp/fsl-release-bsp/build-gateway/tmp/work/x86_64-linux/util-linux-native/2.28.1-r0/build'&lt;BR /&gt;| gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../util-linux-2.28.1 -include config.h -I../util-linux-2.28.1/include -DLOCALEDIR=\"/home/fsl/fsl-release-bsp/fsl-release-bsp/build-gateway/tmp/sysroots/x86_64-linux/usr/share/locale\" -D_PATH_LOCALSTATEDIR=\"/home/fsl/fsl-release-bsp/fsl-release-bsp/build-gateway/tmp/sysroots/x86_64-linux/var\" -isystem/home/fsl/fsl-release-bsp/fsl-release-bsp/build-gateway/tmp/sysroots/x86_64-linux/usr/include -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wformat-security -Wimplicit-function-declaration -isystem/home/fsl/fsl-release-bsp/fsl-release-bsp/build-gateway/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c -o schedutils/chrt.o ../util-linux-2.28.1/schedutils/chrt.c&lt;BR /&gt;| In file included from /usr/include/x86_64-linux-gnu/sys/syscall.h:31:0,&lt;BR /&gt;| from ../util-linux-2.28.1/schedutils/chrt.c:63:&lt;BR /&gt;| ../util-linux-2.28.1/schedutils/chrt.c: In function ‘sched_setattr’:&lt;BR /&gt;| ../util-linux-2.28.1/schedutils/chrt.c:88:17: error: ‘__NR_sched_setattr’ undeclared (first use in this function)&lt;BR /&gt;| return syscall(SYS_sched_setattr, pid, attr, flags);&lt;BR /&gt;| ^&lt;BR /&gt;| ../util-linux-2.28.1/schedutils/chrt.c:88:17: note: each undeclared identifier is reported only once for each function it appears in&lt;BR /&gt;| ../util-linux-2.28.1/schedutils/chrt.c: In function ‘sched_getattr’:&lt;BR /&gt;| ../util-linux-2.28.1/schedutils/chrt.c:93:17: error: ‘__NR_sched_getattr’ undeclared (first use in this function)&lt;BR /&gt;| return syscall(SYS_sched_getattr, pid, attr, size, flags);&lt;BR /&gt;| ^&lt;BR /&gt;| ../util-linux-2.28.1/schedutils/chrt.c: In function ‘sched_setattr’:&lt;BR /&gt;| ../util-linux-2.28.1/schedutils/chrt.c:89:1: warning: control reaches end of non-void function [-Wreturn-type]&lt;BR /&gt;| }&lt;BR /&gt;| ^&lt;BR /&gt;| ../util-linux-2.28.1/schedutils/chrt.c: In function ‘sched_getattr’:&lt;BR /&gt;| ../util-linux-2.28.1/schedutils/chrt.c:94:1: warning: control reaches end of non-void function [-Wreturn-type]&lt;BR /&gt;| }&lt;BR /&gt;| ^&lt;BR /&gt;| make[2]: *** [schedutils/chrt.o] Error 1&lt;BR /&gt;| make[2]: Leaving directory `/home/fsl/fsl-release-bsp/fsl-release-bsp/build-gateway/tmp/work/x86_64-linux/util-linux-native/2.28.1-r0/build'&lt;BR /&gt;| make[1]: *** [all-recursive] Error 1&lt;BR /&gt;| make[1]: Leaving directory `/home/fsl/fsl-release-bsp/fsl-release-bsp/build-gateway/tmp/work/x86_64-linux/util-linux-native/2.28.1-r0/build'&lt;BR /&gt;| make: *** [all] Error 2&lt;BR /&gt;| WARNING: exit code 1 from a shell command.&lt;BR /&gt;| ERROR: Function failed: do_compile (log file is located at /home/fsl/fsl-release-bsp/fsl-release-bsp/build-gateway/tmp/work/x86_64-linux/util-linux-native/2.28.1-r0/temp/log.do_compile.7660)&lt;BR /&gt;ERROR: Task (virtual:native:/home/fsl/fsl-release-bsp/fsl-release-bsp/sources/poky/meta/recipes-core/util-linux/util-linux_2.28.1.bb:do_compile) failed with exit code '1'&lt;BR /&gt;NOTE: Tasks Summary: Attempted 621 tasks of which 606 didn't need to be rerun and 1 failed.&lt;/P&gt;&lt;P&gt;Summary: 1 task failed:&lt;BR /&gt; virtual:native:/home/fsl/fsl-release-bsp/fsl-release-bsp/sources/poky/meta/recipes-core/util-linux/util-linux_2.28.1.bb:do_compile&lt;BR /&gt;Summary: There were 2 ERROR messages shown, returning a non-zero exit code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 08:22:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-Yocto-project-image/m-p/623918#M94672</guid>
      <dc:creator>lilleli</dc:creator>
      <dc:date>2018-04-18T08:22:09Z</dc:date>
    </item>
  </channel>
</rss>

