<?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>LayerscapeのトピックModifying LS1046ARDB kernel</title>
    <link>https://community.nxp.com/t5/Layerscape/Modifying-LS1046ARDB-kernel/m-p/612238#M1768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Modifying kernel for LS1046RDB&lt;/P&gt;&lt;P&gt;Hello, I am trying to modify the Kernel of this RDB to add some I2C devices for power monitoring. When I do the update, building the individual images that includes these devices fail with the attached error message.&lt;/P&gt;&lt;P&gt;Steps I am taking -&amp;nbsp;&lt;/P&gt;&lt;P&gt;bitbake -c cleanstate virtual/kernel&lt;/P&gt;&lt;P&gt;bitbake -c patch virtual/kernel&lt;/P&gt;&lt;P&gt;Edit the fsl-ls1046a-rdb.dts file to add the ina209 devices that I want hwmon to monitor.&lt;/P&gt;&lt;P&gt;bitbake -c menuconfig virtual/kernel. In the menu, I add the ina209 device under device drivers\hwmon&lt;/P&gt;&lt;P&gt;bitbake -c compile -f virtual/kernel&lt;/P&gt;&lt;P&gt;bitbake virtual/kernel&lt;/P&gt;&lt;P&gt;bitbake fsl-image-core&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At this point the bitbake fails with the attached error log. The installation is working otherwise, I can make other changes and load them onto the board OK, it is just when I modify the kernel that it errors out/&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It might be worth noting that I can successfully run bitbake fsl-image-minimal at this point, but that image does not have the hwmon drivers loaded into it.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me with this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337261"&gt;fsl-ls1046a-rdb.dts.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337261"&gt;log.do_configure.31159.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Dec 2016 17:57:28 GMT</pubDate>
    <dc:creator>jefflevie</dc:creator>
    <dc:date>2016-12-14T17:57:28Z</dc:date>
    <item>
      <title>Modifying LS1046ARDB kernel</title>
      <link>https://community.nxp.com/t5/Layerscape/Modifying-LS1046ARDB-kernel/m-p/612238#M1768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Modifying kernel for LS1046RDB&lt;/P&gt;&lt;P&gt;Hello, I am trying to modify the Kernel of this RDB to add some I2C devices for power monitoring. When I do the update, building the individual images that includes these devices fail with the attached error message.&lt;/P&gt;&lt;P&gt;Steps I am taking -&amp;nbsp;&lt;/P&gt;&lt;P&gt;bitbake -c cleanstate virtual/kernel&lt;/P&gt;&lt;P&gt;bitbake -c patch virtual/kernel&lt;/P&gt;&lt;P&gt;Edit the fsl-ls1046a-rdb.dts file to add the ina209 devices that I want hwmon to monitor.&lt;/P&gt;&lt;P&gt;bitbake -c menuconfig virtual/kernel. In the menu, I add the ina209 device under device drivers\hwmon&lt;/P&gt;&lt;P&gt;bitbake -c compile -f virtual/kernel&lt;/P&gt;&lt;P&gt;bitbake virtual/kernel&lt;/P&gt;&lt;P&gt;bitbake fsl-image-core&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At this point the bitbake fails with the attached error log. The installation is working otherwise, I can make other changes and load them onto the board OK, it is just when I modify the kernel that it errors out/&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It might be worth noting that I can successfully run bitbake fsl-image-minimal at this point, but that image does not have the hwmon drivers loaded into it.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me with this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337261"&gt;fsl-ls1046a-rdb.dts.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337261"&gt;log.do_configure.31159.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 17:57:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Modifying-LS1046ARDB-kernel/m-p/612238#M1768</guid>
      <dc:creator>jefflevie</dc:creator>
      <dc:date>2016-12-14T17:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying LS1046ARDB kernel</title>
      <link>https://community.nxp.com/t5/Layerscape/Modifying-LS1046ARDB-kernel/m-p/612239#M1769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on the attached log, it looks like a corrupt Makefile issue, &lt;BR /&gt;make attempts to execvp() a non-executable file &lt;BR /&gt;(something that ends with .o). I do not think it is related to the &lt;BR /&gt;Device Tree. Looking at the terminal log should give more information &lt;BR /&gt;on which package fails and why. Just as a sanity check, make sure you &lt;BR /&gt;followed all requirements from the document at the link below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Ffreescale.sdlproducts.com%2FLiveContent%2Fcontent%2Fen-US%2FQorIQ_SDK%2FGUID-F7DA2C52-D302-4A57-A83D-2F89F66ACDE3" rel="nofollow" target="_blank"&gt;https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK/GUID-F7DA2C52-D302-4A57-A83D-2F89F66ACDE3&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 10:34:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Modifying-LS1046ARDB-kernel/m-p/612239#M1769</guid>
      <dc:creator>bpe</dc:creator>
      <dc:date>2016-12-15T10:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying LS1046ARDB kernel</title>
      <link>https://community.nxp.com/t5/Layerscape/Modifying-LS1046ARDB-kernel/m-p/612240#M1770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All packages are up to date, and this is running on an Ubuntu 15.10 VM.&lt;/P&gt;&lt;P&gt;Below is the console output of the bitbake fsl-image-kernelitb when this fails -&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: oe_runmake failed&lt;BR /&gt;ERROR: Function failed: do_configure (log file is located at /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/work/ls1046ardb-fsl-linux/usdpaa-apps/git-r0/temp/log.do_configure.22826)&lt;BR /&gt;ERROR: Logfile of failure stored in: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/work/ls1046ardb-fsl-linux/usdpaa-apps/git-r0/temp/log.do_configure.22826&lt;BR /&gt;Log data follows:&lt;BR /&gt;| DEBUG: Executing python function sysroot_cleansstate&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libapp_rc_ip.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libfra_utils.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libapp_ipsecfwd_net.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libapp_ipsecfwd_ethernet.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libapps_ipsecfwd_arp.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libfra_fman_port.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libapp_lpm_ethernet.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libapp_ipsecfwd_ipsec.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libhash_table.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libapp_lpm_net.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libapp_ipsecfwd_refcount.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libapp_refcount.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libfra_cfg_parser.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libapp_rc_net.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libapp_rc_arp.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libapp_lpm_ip.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libfslcrypto.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libapp_rc_ethernet.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libusdpaa_ppac.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libfra_bpool.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/librman_interface.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libusdpaa_syscfg.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libapp_lpm_arp.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libfra_fq_interface.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/libapp_ipsecfwd_ip.a&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/sysroot-providers/usdpaa-apps&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/sysroot-providers/&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/lib/&lt;BR /&gt;| DEBUG: Removing manifest: /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb/usr/&lt;BR /&gt;| DEBUG: Python function sysroot_cleansstate finished&lt;BR /&gt;| DEBUG: Executing shell function do_configure&lt;BR /&gt;| NOTE: make CC=aarch64-fsl-linux-gcc --sysroot=/home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb LD=aarch64-fsl-linux-ld --sysroot=/home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/sysroots/ls1046ardb AR=aarch64-fsl-linux-ar ARCH=arm64 clean&lt;BR /&gt;| ---- clean ----&lt;BR /&gt;| make: execvp: ./lib/common/objs_arm64/app_refcount_refcount.o: Permission denied&lt;BR /&gt;| Makefile:277: recipe for target 'clean' failed&lt;BR /&gt;| make: *** [clean] Error 127&lt;BR /&gt;| WARNING: exit code 1 from a shell command.&lt;BR /&gt;| ERROR: oe_runmake failed&lt;BR /&gt;| ERROR: Function failed: do_configure (log file is located at /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb/tmp/work/ls1046ardb-fsl-linux/usdpaa-apps/git-r0/temp/log.do_configure.22826)&lt;BR /&gt;ERROR: Task 1432 (/home/jeff/QorIQ-SDK-V2.0-20160527-yocto/sources/meta-freescale/recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb, do_configure) failed with exit code '1'&lt;BR /&gt;NOTE: Tasks Summary: Attempted 3025 tasks of which 2829 didn't need to be rerun and 1 failed.&lt;BR /&gt;Waiting for 0 running tasks to finish:&lt;/P&gt;&lt;P&gt;Summary: 1 task failed:&lt;BR /&gt; /home/jeff/QorIQ-SDK-V2.0-20160527-yocto/sources/meta-freescale/recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb, do_configure&lt;BR /&gt;Summary: There was 1 WARNING message shown.&lt;BR /&gt;Summary: There were 2 ERROR messages shown, returning a non-zero exit code.&lt;BR /&gt;jeff@jeff-VirtualBox:~/QorIQ-SDK-V2.0-20160527-yocto/build_ls1046ardb$ &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 15:39:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Modifying-LS1046ARDB-kernel/m-p/612240#M1770</guid>
      <dc:creator>jefflevie</dc:creator>
      <dc:date>2016-12-20T15:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying LS1046ARDB kernel</title>
      <link>https://community.nxp.com/t5/Layerscape/Modifying-LS1046ARDB-kernel/m-p/612241#M1771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I installed QorIQ-SDK-V2.0-SOURCE-20160527-yocto.iso and then the&amp;nbsp;SDK2.0_LS1046ABSP_V0.4 on top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then build the&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;fsl-image-core&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I followed your procedure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Edit the fsl-ls1046a-rdb.dts file to add the ina209 devices that I want hwmon to monitor.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;bitbake -c menuconfig virtual/kernel. In the menu, I add the ina209 device under device drivers\hwmon&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;bitbake -c compile -f virtual/kernel&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;bitbake virtual/kernel&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;bitbake fsl-image-core&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;The image built fine.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I am using Ubuntu 14.04&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 19:20:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Modifying-LS1046ARDB-kernel/m-p/612241#M1771</guid>
      <dc:creator>nelsonyang-b507</dc:creator>
      <dc:date>2016-12-30T19:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying LS1046ARDB kernel</title>
      <link>https://community.nxp.com/t5/Layerscape/Modifying-LS1046ARDB-kernel/m-p/612242#M1772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nelson,&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks for your input. Did you also install the&amp;nbsp;QorIQ Linux SDK v2.0 AARCH64 Yocto Cache.iso after installing&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;QorIQ-SDK-V2.0-SOURCE-20160527-yocto.iso?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;I will tru a new VM based on Ubuntu 14.04 and not installing the chache iso to see if either help me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Jeff&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 20:42:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Modifying-LS1046ARDB-kernel/m-p/612242#M1772</guid>
      <dc:creator>jefflevie</dc:creator>
      <dc:date>2016-12-30T20:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying LS1046ARDB kernel</title>
      <link>https://community.nxp.com/t5/Layerscape/Modifying-LS1046ARDB-kernel/m-p/612243#M1773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if it would make any difference but I did not use did not use the cache iso. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nelson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 20:45:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Modifying-LS1046ARDB-kernel/m-p/612243#M1773</guid>
      <dc:creator>nelsonyang-b507</dc:creator>
      <dc:date>2016-12-30T20:45:36Z</dc:date>
    </item>
  </channel>
</rss>

