<?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: Configuring kernel for LX2160 using Yocto SDK in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/Configuring-kernel-for-LX2160-using-Yocto-SDK/m-p/1023249#M5542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Brian,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Please refer to the following.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;In sources folder create&amp;nbsp;meta-custom folder,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Define file meta-custom/conf/layer.conf as the following.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;BBPATH .= ":${LAYERDIR}"&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;BBFILE_COLLECTIONS += "custom-layer"&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;LAYERSERIES_COMPAT_custom-layer = "warrior zeus"&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;BBFILE_PATTERN_custom-layer := "^${LAYERDIR}/"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt; ${LAYERDIR}/recipes-*/*/*.bbappend"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define&amp;nbsp;meta-custom/recipes-kernel/linux/linux-qoriq_4.19.bbappend as the following.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;SRC_URI += "file://defconfig_cus \&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;do_configure_append() {&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;cp ${WORKDIR}/defconfig_cus ${WORKDIR}/build/.config&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please put&amp;nbsp;defconfig_cus in &amp;lt;yocto_install&amp;gt;/downloads/ folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In file build_&amp;lt;platform&amp;gt;/conf/bblayers.conf, please add layer&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;meta-custom.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;EM&gt;BBLAYERS ?= " \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/poky/meta \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/poky/meta-poky \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/poky/meta-yocto-bsp \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-openembedded/meta-oe \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-openembedded/meta-multimedia \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-openembedded/meta-python \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-openembedded/meta-networking \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-openembedded/meta-gnome \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-openembedded/meta-filesystems \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-openembedded/meta-webserver \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-openembedded/meta-perl \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-virtualization \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-cloud-services \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-security \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-selinux \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-freescale \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-freescale-distro \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-qoriq-demos \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &lt;STRONG&gt;/home/yiping/yocto-sdk/sources/meta-custom \&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; "&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Then run command&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;$ source build_t2080rdb/SOURCE_THIS&lt;/P&gt;&lt;P&gt;$ bitbake virtual/kernel -c cleansstate&lt;/P&gt;&lt;P&gt;$&amp;nbsp;&lt;SPAN&gt;bitbake virtual/kernel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Yiping&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2020 09:46:03 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2020-03-30T09:46:03Z</dc:date>
    <item>
      <title>Configuring kernel for LX2160 using Yocto SDK</title>
      <link>https://community.nxp.com/t5/Layerscape/Configuring-kernel-for-LX2160-using-Yocto-SDK/m-p/1023246#M5539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm developing a distro for the LX2160ardb board using the Yocto SDK from NXP (per the thread &lt;A href="https://community.nxp.com/thread/518882"&gt;Are there instructions to build images from Yocto for LX2160A RDB?&lt;/A&gt; ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to customize the kernel for this distro. I have attempted to modify the kernel configuration using the the methods in the Yocto documentation. Specifically, I have created a bbappend to supply a defconfig file, as well as creating a cfg (from the bitbake diffconfig command). Neither approach works when starting a kernel build from a clean (bitbake virtual/kernel -c cleanall followed by bitbake virtual/kernel).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The kernel configuration works if I build an image (bitbake fsl-image-networking -&amp;gt; bitbake virtual/kernel -c menuconfig -&amp;gt; bitbake fsl-image-networking). However, I need to have the Yocto build fully automated from first principles, aka. checking out all layers from scratch and doing an image build.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upon further investigation, the recipe linux-qoriq_4.14.bb or linux-qoriq_4.19.bb in the meta-freescale/recipes-kernel/linux layer seems to intercept the kernel config process. Within these two recipes, there is a function &lt;EM&gt;do_merge_delta_config&lt;/EM&gt; that assembles a defconfig. This task is then inserted into the Yocto task stack via &lt;EM&gt;addtask merge_delta_config before do_preconfigure after do_patch&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still have the need to modify the kernel, however since the freescale layer deviates from the Yocto norm, I don't know the best way to patch my kernel customizations into the build process. Commenting out the addtask line in the recipe works, but again I need to build a distro from a fresh clone of all layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the recommended approach to modify the kernel configuration when using the freescale layers for the QorIQ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2020 02:07:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Configuring-kernel-for-LX2160-using-Yocto-SDK/m-p/1023246#M5539</guid>
      <dc:creator>brian_vajda</dc:creator>
      <dc:date>2020-03-27T02:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring kernel for LX2160 using Yocto SDK</title>
      <link>https://community.nxp.com/t5/Layerscape/Configuring-kernel-for-LX2160-using-Yocto-SDK/m-p/1023247#M5540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="356781" data-username="brian.vajda@seakr.com" href="https://community.nxp.com/people/brian.vajda@seakr.com" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: none; font-size: 11.9994px;"&gt;Brian Vajda&lt;/A&gt;&lt;SPAN style="background-color: #ffffff; color: #646464; "&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #646464; "&gt;Please go to&amp;nbsp;sources/meta-freescale/recipes-kernel/linux,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #646464; "&gt;please create folder&amp;nbsp;&lt;STRONG&gt;linux-qoriq-4.19&lt;/STRONG&gt;, then rename your Linux Kernel configuration file as&amp;nbsp;defconfig_cus and put it in this folder.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #646464; "&gt;Please define&amp;nbsp;&lt;STRONG&gt;linux-qoriq_4.19.bbappend&lt;/STRONG&gt;&amp;nbsp;file the content is as the following.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;SRC_URI += "file://defconfig_cus \&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt; "&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;do_configure_append() {&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;cp ${WORKDIR}/defconfig_cus&amp;nbsp; ${WORKDIR}/build/.config&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then rebuild Linux Kernel&lt;/P&gt;&lt;P&gt;&lt;EM&gt;$bitbake virtual/kernel -c cleansstate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;$bitbake virtual/kernel&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yiping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2020 10:28:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Configuring-kernel-for-LX2160-using-Yocto-SDK/m-p/1023247#M5540</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-03-27T10:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring kernel for LX2160 using Yocto SDK</title>
      <link>https://community.nxp.com/t5/Layerscape/Configuring-kernel-for-LX2160-using-Yocto-SDK/m-p/1023248#M5541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Yiping. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to configure the kernel from my custom layer? We are building several Yocto distros for different QorIQ boards, and each project share the common layers (meta-openembedded, meta-freescale, etc.), so putting project specific files in a shared layer is problematic. &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;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2020 14:59:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Configuring-kernel-for-LX2160-using-Yocto-SDK/m-p/1023248#M5541</guid>
      <dc:creator>brian_vajda</dc:creator>
      <dc:date>2020-03-27T14:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring kernel for LX2160 using Yocto SDK</title>
      <link>https://community.nxp.com/t5/Layerscape/Configuring-kernel-for-LX2160-using-Yocto-SDK/m-p/1023249#M5542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Brian,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Please refer to the following.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;In sources folder create&amp;nbsp;meta-custom folder,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Define file meta-custom/conf/layer.conf as the following.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;BBPATH .= ":${LAYERDIR}"&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;BBFILE_COLLECTIONS += "custom-layer"&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;LAYERSERIES_COMPAT_custom-layer = "warrior zeus"&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;BBFILE_PATTERN_custom-layer := "^${LAYERDIR}/"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt; ${LAYERDIR}/recipes-*/*/*.bbappend"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define&amp;nbsp;meta-custom/recipes-kernel/linux/linux-qoriq_4.19.bbappend as the following.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;SRC_URI += "file://defconfig_cus \&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;do_configure_append() {&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;cp ${WORKDIR}/defconfig_cus ${WORKDIR}/build/.config&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please put&amp;nbsp;defconfig_cus in &amp;lt;yocto_install&amp;gt;/downloads/ folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In file build_&amp;lt;platform&amp;gt;/conf/bblayers.conf, please add layer&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;meta-custom.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;EM&gt;BBLAYERS ?= " \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/poky/meta \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/poky/meta-poky \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/poky/meta-yocto-bsp \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-openembedded/meta-oe \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-openembedded/meta-multimedia \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-openembedded/meta-python \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-openembedded/meta-networking \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-openembedded/meta-gnome \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-openembedded/meta-filesystems \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-openembedded/meta-webserver \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-openembedded/meta-perl \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-virtualization \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-cloud-services \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-security \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-selinux \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-freescale \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-freescale-distro \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /home/yiping/yocto-sdk/sources/meta-qoriq-demos \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &lt;STRONG&gt;/home/yiping/yocto-sdk/sources/meta-custom \&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; "&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Then run command&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;$ source build_t2080rdb/SOURCE_THIS&lt;/P&gt;&lt;P&gt;$ bitbake virtual/kernel -c cleansstate&lt;/P&gt;&lt;P&gt;$&amp;nbsp;&lt;SPAN&gt;bitbake virtual/kernel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Yiping&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 09:46:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Configuring-kernel-for-LX2160-using-Yocto-SDK/m-p/1023249#M5542</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-03-30T09:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring kernel for LX2160 using Yocto SDK</title>
      <link>https://community.nxp.com/t5/Layerscape/Configuring-kernel-for-LX2160-using-Yocto-SDK/m-p/1023250#M5543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Yiping, that worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For future reference, I modified the recipe slightly to use a defconfig in the same directory as the recipe by using:&lt;/P&gt;&lt;P&gt;FILESEXTRAPATHS_prepend := "${THISDIR}:"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2020 16:27:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Configuring-kernel-for-LX2160-using-Yocto-SDK/m-p/1023250#M5543</guid>
      <dc:creator>brian_vajda</dc:creator>
      <dc:date>2020-04-02T16:27:53Z</dc:date>
    </item>
  </channel>
</rss>

