<?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>QorIQのトピックRe: Using Yocto/Pocky Linux SDK to build a specific kernel version?</title>
    <link>https://community.nxp.com/t5/QorIQ/Using-Yocto-Pocky-Linux-SDK-to-build-a-specific-kernel-version/m-p/166155#M34</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The difference between 2.6.32-rc5 and 2.6.32.60 should just be bugfixes with little to no impact on your custom patches.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Nov 2012 19:29:41 GMT</pubDate>
    <dc:creator>scottwood</dc:creator>
    <dc:date>2012-11-08T19:29:41Z</dc:date>
    <item>
      <title>Using Yocto/Pocky Linux SDK to build a specific kernel version?</title>
      <link>https://community.nxp.com/t5/QorIQ/Using-Yocto-Pocky-Linux-SDK-to-build-a-specific-kernel-version/m-p/166151#M30</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am relatively new to Yocto/Poky.&amp;nbsp; I have customized and built kernels and rootfs for various QorIQ targets (P1022DS, MPC8544DS, and MPC8572DS) using the Linux SDK Poky build system.&amp;nbsp; My question is: how would I go about building a specific version of the kernel for given target?&amp;nbsp; I need to build a 2.6 kernel for the MPC8572--specifically, 2.6.32-rc5.&amp;nbsp; When I build this kernel using Linux SDK 1.2, I get a 3.0 kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've considered 2 approaches for this:&lt;/P&gt;&lt;P&gt;#1.&amp;nbsp; Downloading the 2.6.32-rc5 kernel tarball to the sources directory in my build tree, and modifying the recipes to build this kernel.&lt;/P&gt;&lt;P&gt;#2.&amp;nbsp; Construct a build tree from Freescale git repositories.&amp;nbsp; At least then I could use "git checkout v2.6.32-rc5" tag for the linux repository.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using either approach I get stuck on the fact that I don't know which recipes need modifying to build the kernel and rootfs.&amp;nbsp; Approach #1 seems like it should be easy.&amp;nbsp; But, I like approach #2 as I feel like I would learn more about the build system in general.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions here are welcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 14:55:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/Using-Yocto-Pocky-Linux-SDK-to-build-a-specific-kernel-version/m-p/166151#M30</guid>
      <dc:creator>jonbrogdon</dc:creator>
      <dc:date>2012-11-06T14:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using Yocto/Pocky Linux SDK to build a specific kernel version?</title>
      <link>https://community.nxp.com/t5/QorIQ/Using-Yocto-Pocky-Linux-SDK-to-build-a-specific-kernel-version/m-p/166152#M31</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our QorIQ SDKs support only a single kernel version for all SOCs.&amp;nbsp; We call it a "unified kernel", and we do that intentionally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need an older kernel version, then you probably need to look upstream and download the specific version you want.&amp;nbsp; You'll then need to identify all the missing features that you need, and manually back-port them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.6.32 is really old.&amp;nbsp; There's no support for the P1022 in that kernel.&amp;nbsp; Some support exists in 2.6.35, but most code was added after that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 16:43:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/Using-Yocto-Pocky-Linux-SDK-to-build-a-specific-kernel-version/m-p/166152#M31</guid>
      <dc:creator>timurtabi</dc:creator>
      <dc:date>2012-11-06T16:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using Yocto/Pocky Linux SDK to build a specific kernel version?</title>
      <link>https://community.nxp.com/t5/QorIQ/Using-Yocto-Pocky-Linux-SDK-to-build-a-specific-kernel-version/m-p/166153#M32</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...and if you really, really need 2.6.32 for some reason, why a release candidate rather than the latest bugfix release 2.6.32.60?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 18:23:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/Using-Yocto-Pocky-Linux-SDK-to-build-a-specific-kernel-version/m-p/166153#M32</guid>
      <dc:creator>scottwood</dc:creator>
      <dc:date>2012-11-08T18:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using Yocto/Pocky Linux SDK to build a specific kernel version?</title>
      <link>https://community.nxp.com/t5/QorIQ/Using-Yocto-Pocky-Linux-SDK-to-build-a-specific-kernel-version/m-p/166154#M33</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have existing products based on the 2.6.32-rc5 kernel--with several custom patches for our HW.&amp;nbsp; Eventually, we would move forward with a newer kernel.&amp;nbsp; I am trying to bring up a quick prototype.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 19:26:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/Using-Yocto-Pocky-Linux-SDK-to-build-a-specific-kernel-version/m-p/166154#M33</guid>
      <dc:creator>jonbrogdon</dc:creator>
      <dc:date>2012-11-08T19:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using Yocto/Pocky Linux SDK to build a specific kernel version?</title>
      <link>https://community.nxp.com/t5/QorIQ/Using-Yocto-Pocky-Linux-SDK-to-build-a-specific-kernel-version/m-p/166155#M34</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The difference between 2.6.32-rc5 and 2.6.32.60 should just be bugfixes with little to no impact on your custom patches.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 19:29:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/Using-Yocto-Pocky-Linux-SDK-to-build-a-specific-kernel-version/m-p/166155#M34</guid>
      <dc:creator>scottwood</dc:creator>
      <dc:date>2012-11-08T19:29:41Z</dc:date>
    </item>
  </channel>
</rss>

