<?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: Yocto with 3.14 kernel for IMX6 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544606#M85698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Aug 2016 01:37:40 GMT</pubDate>
    <dc:creator>danwei_luo</dc:creator>
    <dc:date>2016-08-22T01:37:40Z</dc:date>
    <item>
      <title>Yocto with 3.14 kernel for IMX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544597#M85689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;I am building images for IMX6 Sabersd using Yocto. I need 3.14 kernel on the board, followed steps for building images using yocto. &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #mkdir ~/bin (this step may not be needed if the bin folder already exists)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #curl &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fcommondatastorage.googleapis.com%2Fgit-repo-downloads%2Frepo" rel="nofollow" target="_blank"&gt;http://commondatastorage.googleapis.com/git-repo-downloads/repo&lt;/A&gt;&lt;SPAN&gt; &amp;gt; ~/bin/repo&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #chmod a+x ~/bin/repo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #export PATH=~/bin:$PATH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #mkdir fsl-release-bsp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #cd fsl-release-bsp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.14.28-1.0.0_ga&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #repo sync&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #source setup-environment build&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #bitbake core-image-minimal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; But it is building 3.10 kernel. Can you guide me how to get 3.14 kernel uImage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I thought using branch name as "imx-3.14.28-1.0.0_ga" during repo init will build the 3.14 kernel, because when I tried with the branch name as "imx-3.10.53-1.1.0_ga" using "repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.53-1.1.0_ga" command then it is building 3.10 kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Note: I am using Ubuntu 12.04 for building, I got following warning, but didn't face any issues during build time.&lt;/P&gt;&lt;P&gt;WARNING: Host distribution "Ubuntu-12.04" 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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 08:44:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544597#M85689</guid>
      <dc:creator>kravik</dc:creator>
      <dc:date>2016-07-27T08:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto with 3.14 kernel for IMX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544598#M85690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please try using full line as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ MACHINE=imx6qsabresd source fsl-setup-release.sh –b build-fb –e fb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of "#source setup-environment build"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 07:07:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544598#M85690</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2016-07-28T07:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto with 3.14 kernel for IMX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544599#M85691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. &lt;BR /&gt;There is no script named as "fsl-setup-release.sh" in the yocto source. so the command "MACHINE=imx6qsabresd source fsl-setup-release.sh –b build-fb –e fb" is giving error. &lt;/P&gt;&lt;P&gt;Can you please confirm the repo initialization commands updated in my previous comment is proper.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 07:57:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544599#M85691</guid>
      <dc:creator>kravik</dc:creator>
      <dc:date>2016-07-28T07:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto with 3.14 kernel for IMX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544600#M85692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need a 3.14 kernel, you can use this branch:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;#repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.14.52-1.1.0_ga&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;This branch will contain &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;fsl-setup-release.sh script. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I just confirmed it, and it's working fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 08:35:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544600#M85692</guid>
      <dc:creator>danwei_luo</dc:creator>
      <dc:date>2016-07-28T08:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto with 3.14 kernel for IMX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544601#M85693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like, Community BSP is used. Please try&amp;nbsp; NXP BSP Release, &lt;BR /&gt;which&amp;nbsp; are located in "meta-fsl-bsp-release" directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 08:49:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544601#M85693</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2016-07-28T08:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto with 3.14 kernel for IMX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544602#M85694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please tell me the difference between community BSP and NXP BSP. I could see both BSP releases are having IMX6 machine configurations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 13:16:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544602#M85694</guid>
      <dc:creator>kravik</dc:creator>
      <dc:date>2016-07-28T13:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto with 3.14 kernel for IMX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544603#M85695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With "imx-3.14.52-1.1.0_ga" branch it is fetching 3.14 Kernel. Can you please tell me where I can get the details about which branch is having configuration for which version of Kernel, U-boot, packages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 13:20:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544603#M85695</guid>
      <dc:creator>kravik</dc:creator>
      <dc:date>2016-07-28T13:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto with 3.14 kernel for IMX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544604#M85696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to check the versions, you can go to $your_yocto_dir/sources/meta-fsl-bsp-release/imx/meta-fsl-arm (this directory name is for branch imx-3.14.28_1.0.0_ga, for other branches, the name may be a little different)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this directory, you can find the bitbake recipes for kernel, u-boot and all other packages. And the version settings are lying in those related .bb files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, from these .bb files, it seems imx-3.14.28_1.0.0_ga branch should build a 3.14.28 kernel. But I have never tried to build this version, so I'm not sure why you got a 3.10 kernel. However, since 3.14.52_1.1.0_ga is a more stable version, I think it's also better for you to use this version. :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Danwei&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 02:45:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544604#M85696</guid>
      <dc:creator>danwei_luo</dc:creator>
      <dc:date>2016-07-29T02:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto with 3.14 kernel for IMX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544605#M85697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By using "imx-3.14.28-1.0.0_ga" branch during repo init, it is fetching 3.14.28 kernel. It seems I had used different branch during repo init, so it was fetching 3.10 Kernel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 18:02:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544605#M85697</guid>
      <dc:creator>kravik</dc:creator>
      <dc:date>2016-08-18T18:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto with 3.14 kernel for IMX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544606#M85698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 01:37:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-with-3-14-kernel-for-IMX6/m-p/544606#M85698</guid>
      <dc:creator>danwei_luo</dc:creator>
      <dc:date>2016-08-22T01:37:40Z</dc:date>
    </item>
  </channel>
</rss>

