<?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: compile kernel in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/compile-kernel/m-p/718687#M2970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I had modified the &lt;SPAN style="font-size: 10.0pt;"&gt;linux-qoriq_4.1.bbappend&lt;/SPAN&gt; file, but the issue is the same, not is solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Oct 2017 07:37:23 GMT</pubDate>
    <dc:creator>shunpinglin</dc:creator>
    <dc:date>2017-10-31T07:37:23Z</dc:date>
    <item>
      <title>compile kernel</title>
      <link>https://community.nxp.com/t5/Layerscape/compile-kernel/m-p/718681#M2964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I extract the linux kenel code from The SDK2.0 and compile it, but the command "make menuconfig" error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The commands:&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:splin@splin-VirtualBox:~/linux-kernel$"&gt;splin@splin-VirtualBox:~/linux-kernel$&lt;/A&gt; make ls1021a_defconfig&lt;/P&gt;&lt;P&gt;splin@splin-VirtualBox:~/linux-kernel$ make menuconfig&lt;BR /&gt;&amp;nbsp;*** Unable to find the ncurses libraries or the&lt;BR /&gt;&amp;nbsp;*** required header files.&lt;BR /&gt;&amp;nbsp;*** 'make menuconfig' requires the ncurses libraries.&lt;BR /&gt;&amp;nbsp;*** &lt;BR /&gt;&amp;nbsp;*** Install ncurses (ncurses-devel) and try again.&lt;BR /&gt;&amp;nbsp;*** &lt;BR /&gt;scripts/kconfig/Makefile:187: recipe for target 'scripts/kconfig/dochecklxdialog' failed&lt;BR /&gt;make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1&lt;BR /&gt;Makefile:541: recipe for target 'menuconfig' failed&lt;BR /&gt;make: *** [menuconfig] Error 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my host I have install libncurses5-dev.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it use "/opt/fsl-qoriq/2.0/sysroots/cortexa7hf-vfp-neon-fsl-linux-gnueabi/usr/lib/pkgconfig"&lt;/P&gt;&lt;P&gt;-rw-r--r-- 1 root root 294 10月 24 16:19 ncurses.pc&lt;BR /&gt;-rw-r--r-- 1 root root 333 10月 24 16:19 ncurses++.pc&lt;BR /&gt;-rw-r--r-- 1 root root 339 10月 24 16:19 ncurses++w.pc&lt;BR /&gt;-rw-r--r-- 1 root root 296 10月 24 16:19 ncursesw.pc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no ncurses-dev.&lt;/P&gt;&lt;P&gt;I don't understand,why?&amp;nbsp; help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 02:36:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/compile-kernel/m-p/718681#M2964</guid>
      <dc:creator>shunpinglin</dc:creator>
      <dc:date>2017-10-25T02:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: compile kernel</title>
      <link>https://community.nxp.com/t5/Layerscape/compile-kernel/m-p/718682#M2965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Usually the following command sequence is used for SDK installing under Ubuntu 14.04:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; sudo apt-get install ubuntu-minimal ubuntu-standard patch vim-common sed wget subversion git-core coreutils libbonobo2-common unzip texi2html texinfo libsdl1.2-dev docbook-utils gawk python-pysqlite2 diffstat make gcc build-essential xz-utils g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev autoconf automake groff libtool xterm libncurses5-dev cvs tofrodos&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="2"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; a) command: ls -l /bin/sh&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Message:&amp;nbsp; /bin/sh -&amp;gt; dash&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; b) command: sudo dpkg-reconfigure dash&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Answer after password – No&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Message: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Removing 'diversion of /bin/sh to /bin/sh.distrib by dash'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Adding 'diversion of /bin/sh to /bin/sh.distrib by bash'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Removing 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Adding 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by bash'&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; c) command for checking: ls -l /bin/sh&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Message: /bin/sh -&amp;gt; bash&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="3"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; mount SDK 2.0 .iso file &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; cd &amp;lt;sdk-install-dir&amp;gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; ./sources/meta-freescale/scripts/host-prepare.sh&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Usually Linux recommends also run the following command: sudo usr/sbin/visudo&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="6"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; install SDK 2.0-1703&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; bitbake fsl-image-minimal &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Command sequence for menuconfig: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;bitbake -c cleansstate virtual/kernel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;bitbake -c patch virtual/kernel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;bitbake -c menuconfig virtual/kernel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Rebuild kernel:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;$ bitbake virtual/kernel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Is there problem for using this command sequence?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&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, 26 Oct 2017 06:32:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/compile-kernel/m-p/718682#M2965</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2017-10-26T06:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: compile kernel</title>
      <link>https://community.nxp.com/t5/Layerscape/compile-kernel/m-p/718683#M2966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; There are no problem using up command. But we think that only using toolchains and&amp;nbsp; kernel code for development members not installing SDK.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now I unset ”PKG_CONFIG_PATH” to solve the problem.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 03:52:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/compile-kernel/m-p/718683#M2966</guid>
      <dc:creator>shunpinglin</dc:creator>
      <dc:date>2017-10-27T03:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: compile kernel</title>
      <link>https://community.nxp.com/t5/Layerscape/compile-kernel/m-p/718684#M2967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I bitbake &lt;SPAN style="font-size: 10.0pt;"&gt;fsl-image-full,but failure, the following messages:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ERROR: Function failed: do_configure (log file is located at /home/splin/QorIQ-SDK-V2.0-20160527-yocto/build_ls1021atwr/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/temp/log.do_configure.25482)&lt;BR /&gt;ERROR: Logfile of failure stored in: /home/splin/QorIQ-SDK-V2.0-20160527-yocto/build_ls1021atwr/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/temp/log.do_configure.25482&lt;BR /&gt;Log data follows:&lt;BR /&gt;| DEBUG: Executing python function sysroot_cleansstate&lt;BR /&gt;| DEBUG: Python function sysroot_cleansstate finished&lt;BR /&gt;| DEBUG: Executing shell function autotools_preconfigure&lt;BR /&gt;| DEBUG: Shell function autotools_preconfigure finished&lt;BR /&gt;| DEBUG: Executing python function autotools_copy_aclocals&lt;BR /&gt;| DEBUG: Python function autotools_copy_aclocals finished&lt;BR /&gt;| DEBUG: Executing shell function do_configure&lt;BR /&gt;| &lt;BR /&gt;| ERROR: User requested feature sdl&lt;BR /&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; configure was not able to find it.&lt;BR /&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Install SDL devel&lt;BR /&gt;| &lt;BR /&gt;| WARNING: exit code 1 from a shell command.&lt;BR /&gt;| ERROR: Function failed: do_configure (log file is located at /home/splin/QorIQ-SDK-V2.0-20160527-yocto/build_ls1021atwr/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/temp/log.do_configure.25482)&lt;BR /&gt;ERROR: Task 4947 (virtual:native:/home/splin/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/meta/recipes-devtools/qemu/qemu_2.4.0.bb, do_configure) failed with exit code '1'&lt;BR /&gt;NOTE: Tasks Summary: Attempted 1688 tasks of wh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 06:32:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/compile-kernel/m-p/718684#M2967</guid>
      <dc:creator>shunpinglin</dc:creator>
      <dc:date>2017-10-27T06:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: compile kernel</title>
      <link>https://community.nxp.com/t5/Layerscape/compile-kernel/m-p/718685#M2968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bitbak &lt;SPAN style="font-size: 10.0pt;"&gt;fsl-image-minimal &lt;/SPAN&gt;is OK, but bitbake &lt;SPAN style="font-size: 10.0pt;"&gt;fsl-image-full is failure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;The following message:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;ERROR: Function failed: do_configure (log file is located at /home/splin/QorIQ-SDK-V2.0-20160527-yocto/build_ls1021atwr/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/temp/log.do_configure.12336)&lt;BR /&gt;ERROR: Logfile of failure stored in: /home/splin/QorIQ-SDK-V2.0-20160527-yocto/build_ls1021atwr/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/temp/log.do_configure.12336&lt;BR /&gt;Log data follows:&lt;BR /&gt;| DEBUG: Executing python function sysroot_cleansstate&lt;BR /&gt;| DEBUG: Python function sysroot_cleansstate finished&lt;BR /&gt;| DEBUG: Executing shell function autotools_preconfigure&lt;BR /&gt;| DEBUG: Shell function autotools_preconfigure finished&lt;BR /&gt;| DEBUG: Executing python function autotools_copy_aclocals&lt;BR /&gt;| DEBUG: Python function autotools_copy_aclocals finished&lt;BR /&gt;| DEBUG: Executing shell function do_configure&lt;BR /&gt;| &lt;BR /&gt;| ERROR: User requested feature sdl&lt;BR /&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; configure was not able to find it.&lt;BR /&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Install SDL devel&lt;BR /&gt;| &lt;BR /&gt;| WARNING: exit code 1 from a shell command.&lt;BR /&gt;| ERROR: Function failed: do_configure (log file is located at /home/splin/QorIQ-SDK-V2.0-20160527-yocto/build_ls1021atwr/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/temp/log.do_configure.12336)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;How I fix this problem? Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 07:22:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/compile-kernel/m-p/718685#M2968</guid>
      <dc:creator>shunpinglin</dc:creator>
      <dc:date>2017-10-27T07:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: compile kernel</title>
      <link>https://community.nxp.com/t5/Layerscape/compile-kernel/m-p/718686#M2969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Use Ubuntu 14 for SDK building.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Please apply the following patch to fix it:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fgit.freescale.com%2Fgit%2Fcgit.cgi%2Fyocto%2Fmeta-nxp-npi.git%2Fcommit%2F%3Fh%3Djethro-sdk-v2.0-ga-17.03" rel="nofollow" target="_blank"&gt;http://git.freescale.com/git/cgit.cgi/yocto/meta-nxp-npi.git/commit/?h=jethro-sdk-v2.0-ga-17.03&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Attached file contains corrected linux-qoriq_4.1.bbappend file. Path for this file is the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;/QorIQ-SDK-V2.0-20160527-yocto/sources/meta-nxp-npi-1703/recipes-kernel/linux$ ls&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;linux-qoriq_4.1.bbappend&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;See also the following page in NXP community abut EULA:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A class="jive-link-thread-small" data-containerid="2009" data-containertype="14" data-objectid="445051" data-objecttype="1" href="https://community.nxp.com/thread/445051"&gt;https://community.nxp.com/thread/445051&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&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>Tue, 31 Oct 2017 05:39:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/compile-kernel/m-p/718686#M2969</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2017-10-31T05:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: compile kernel</title>
      <link>https://community.nxp.com/t5/Layerscape/compile-kernel/m-p/718687#M2970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I had modified the &lt;SPAN style="font-size: 10.0pt;"&gt;linux-qoriq_4.1.bbappend&lt;/SPAN&gt; file, but the issue is the same, not is solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 07:37:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/compile-kernel/m-p/718687#M2970</guid>
      <dc:creator>shunpinglin</dc:creator>
      <dc:date>2017-10-31T07:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: compile kernel</title>
      <link>https://community.nxp.com/t5/Layerscape/compile-kernel/m-p/718688#M2971</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;unset ”PKG_CONFIG_PATH” 这个环境变量去掉了，还可以make 编译你的内核吗？我也是去掉&lt;SPAN&gt;unset ”PKG_CONFIG_PATH”后make menuconfig没问题，可以如果不把这个环境设进去，make就失败了&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2020 08:16:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/compile-kernel/m-p/718688#M2971</guid>
      <dc:creator>857849964</dc:creator>
      <dc:date>2020-08-17T08:16:02Z</dc:date>
    </item>
  </channel>
</rss>

