<?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中的主题 Re: preempt-rt activation using bitbake</title>
    <link>https://community.nxp.com/t5/Layerscape/preempt-rt-activation-using-bitbake/m-p/1742413#M13505</link>
    <description>I referred to LLDP user guide rev. L6.1.22_2.0.0 - (27 July 2023) for my setup.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and I did as indicated in part 4.5.2 of user guide (Downlopad Yocto bitbake part),&lt;BR /&gt;&lt;BR /&gt;$ repo init -u &lt;A href="https://github.com/nxp-qoriq/yocto-sdk" target="_blank"&gt;https://github.com/nxp-qoriq/yocto-sdk&lt;/A&gt; -b mickledore -m ls 6.1.22-2.0.0_distro.xml&lt;BR /&gt;&lt;BR /&gt;$ repo sync&lt;BR /&gt;&lt;BR /&gt;$ . setup-env -m lx2160ardb-rev2&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;$ bitbake ls-image-main&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;after this, I needed to switch from default kernel to PREEMPT_RT kernel, so I tried in my original post..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks for your reply&lt;BR /&gt;&lt;BR /&gt;Taeyoon</description>
    <pubDate>Thu, 19 Oct 2023 00:28:53 GMT</pubDate>
    <dc:creator>Taeyoon</dc:creator>
    <dc:date>2023-10-19T00:28:53Z</dc:date>
    <item>
      <title>preempt-rt activation using bitbake</title>
      <link>https://community.nxp.com/t5/Layerscape/preempt-rt-activation-using-bitbake/m-p/1739837#M13481</link>
      <description>&lt;P&gt;Hi, i'm building a custom kernel with lx2160ardb-rev2 board, and I'm trying using "bitbake linux-yocto-rt" command for Realtime Linux.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my first try, following error occurs:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;linux-yocto-rt was skipped: incompatible with machine lx2160ardb-rev2 (not in COMPATIBLE_MACHINE)&lt;/P&gt;&lt;P&gt;So, I added lx2160ardb-rev2 to COMPATIBLE_MACHINE in linux-yocto-rt_6.1.bb file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after this, another error occurs:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; linux-yocto-rt was skipped: Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it&lt;/P&gt;&lt;P&gt;so, I added PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt" to my "local.conf" file. (i tried this to bblayers.conf file, lx2160ardb.conf file... and every candidate file... )&lt;/P&gt;&lt;P&gt;but same problem still remains.. how to solve this? I suffer from this long time.. please save me..&lt;/P&gt;&lt;P&gt;(plus, I added&amp;nbsp;COMPATIBLE_MACHINE_lx2160ardb-rev2 = "lx2160ardb-rev2" to linux-yocto-rt's bbappend file. but nothing changes)&lt;/P&gt;&lt;P&gt;thanks for any answer!&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2023 16:04:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/preempt-rt-activation-using-bitbake/m-p/1739837#M13481</guid>
      <dc:creator>Taeyoon</dc:creator>
      <dc:date>2023-10-15T16:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: preempt-rt activation using bitbake</title>
      <link>https://community.nxp.com/t5/Layerscape/preempt-rt-activation-using-bitbake/m-p/1741368#M13493</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224370"&gt;@Taeyoon&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which sdk version you are using for your setup?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Khsuhbu&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 14:21:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/preempt-rt-activation-using-bitbake/m-p/1741368#M13493</guid>
      <dc:creator>khushbur</dc:creator>
      <dc:date>2023-10-17T14:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: preempt-rt activation using bitbake</title>
      <link>https://community.nxp.com/t5/Layerscape/preempt-rt-activation-using-bitbake/m-p/1742413#M13505</link>
      <description>I referred to LLDP user guide rev. L6.1.22_2.0.0 - (27 July 2023) for my setup.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and I did as indicated in part 4.5.2 of user guide (Downlopad Yocto bitbake part),&lt;BR /&gt;&lt;BR /&gt;$ repo init -u &lt;A href="https://github.com/nxp-qoriq/yocto-sdk" target="_blank"&gt;https://github.com/nxp-qoriq/yocto-sdk&lt;/A&gt; -b mickledore -m ls 6.1.22-2.0.0_distro.xml&lt;BR /&gt;&lt;BR /&gt;$ repo sync&lt;BR /&gt;&lt;BR /&gt;$ . setup-env -m lx2160ardb-rev2&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;$ bitbake ls-image-main&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;after this, I needed to switch from default kernel to PREEMPT_RT kernel, so I tried in my original post..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks for your reply&lt;BR /&gt;&lt;BR /&gt;Taeyoon</description>
      <pubDate>Thu, 19 Oct 2023 00:28:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/preempt-rt-activation-using-bitbake/m-p/1742413#M13505</guid>
      <dc:creator>Taeyoon</dc:creator>
      <dc:date>2023-10-19T00:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: preempt-rt activation using bitbake</title>
      <link>https://community.nxp.com/t5/Layerscape/preempt-rt-activation-using-bitbake/m-p/1742980#M13509</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224370"&gt;@Taeyoon&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Please go to Linux Kernel build folder&amp;nbsp;build_lx2160ardb-rev2/tmp/work/lx2160ardb_rev2-fsl-linux/linux-qoriq/6.1.y+gitAUTOINC+29549c7073-r0/git &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;and checkout to lf-5.15.y-rt&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;git checkout lf-x.x.y-rt&amp;nbsp; (where x.x is your kernel version)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Enable “ CONFIG_PREEMPT_RT=y” in the kernel:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;General setup ---&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;Preemption Model (Fully Preemptible Kernel (Real-Time) ---&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;(X) Fully Preemptible Kernel (Real-Time)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;$bitbake virtual/kernel -c compile -f&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;$bitbake virtual/kernel&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Khushbu&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 13:55:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/preempt-rt-activation-using-bitbake/m-p/1742980#M13509</guid>
      <dc:creator>khushbur</dc:creator>
      <dc:date>2023-10-19T13:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: preempt-rt activation using bitbake</title>
      <link>https://community.nxp.com/t5/Layerscape/preempt-rt-activation-using-bitbake/m-p/1744019#M13517</link>
      <description>&lt;P&gt;Hi, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/208265"&gt;@khushbur&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;first of all, please forgive my ignorance.&lt;BR /&gt;&lt;BR /&gt;I did what you guide me last week, but some problems happend when I ran the command "$ bitbake virtual/kernel"&lt;BR /&gt;&lt;BR /&gt;I have two questions.&lt;BR /&gt;&lt;BR /&gt;1. It seems that bitbake uses linux-qoriq.6.1.bb recipe, contrary to my idea that bitbake should use "5.15.rt" version recipe. should I modify some recipe files or config, class etc.. files?&lt;BR /&gt;&lt;BR /&gt;2. and I confused about "work" directory and "work-shared". In your reply, the directory which the RT kernel source is downloaded to is under the "tmp/work" directory, but it seemed that bitbake complied and built kernel under "tmp/work-shared" directory. Could you tell me the difference between kernel source under "work" and kernel source under "work-shared"?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for taking the time to consider my question.&lt;BR /&gt;Taeyoon&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 01:42:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/preempt-rt-activation-using-bitbake/m-p/1744019#M13517</guid>
      <dc:creator>Taeyoon</dc:creator>
      <dc:date>2023-10-25T01:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: preempt-rt activation using bitbake</title>
      <link>https://community.nxp.com/t5/Layerscape/preempt-rt-activation-using-bitbake/m-p/1747875#M13555</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224370"&gt;@Taeyoon&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;but some problems happend when I ran the command "$ bitbake virtual/kernel"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I have tried same. Please refer below logs for same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;khushbu@1N120809QD-DESK:~/yocto-6.1$ &lt;STRONG&gt;DISTRO=fsl-qoriq-distro MACHINE=lx2160ardb-rev2 source distro-setup-env&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;khushbu@1N120809QD-DESK:~/yocto-6.1/build_lx2160ardb-rev2$ &lt;STRONG&gt;bitbake -c unpack virtual/kernel&lt;/STRONG&gt;&lt;BR /&gt;Loading cache: 100% |##########################################################################################################| Time: 0:00:00&lt;BR /&gt;Loaded 4914 entries from dependency cache.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;
&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION = "2.2.0"&lt;BR /&gt;BUILD_SYS = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING = "universal"&lt;BR /&gt;TARGET_SYS = "aarch64-fsl-linux"&lt;BR /&gt;MACHINE = "lx2160ardb-rev2"&lt;BR /&gt;DISTRO = "fsl-qoriq-distro"&lt;BR /&gt;DISTRO_VERSION = "4.1.1"&lt;BR /&gt;TUNE_FEATURES = "aarch64"&lt;BR /&gt;TARGET_FPU = ""&lt;BR /&gt;meta &lt;BR /&gt;meta-poky &lt;BR /&gt;meta-yocto-bsp = "HEAD:b50f718e4cb73214e7ad298484ecdadd6cfeb866"&lt;BR /&gt;meta-oe &lt;BR /&gt;meta-multimedia &lt;BR /&gt;meta-python &lt;BR /&gt;meta-networking &lt;BR /&gt;meta-gnome &lt;BR /&gt;meta-filesystems &lt;BR /&gt;meta-webserver &lt;BR /&gt;meta-perl = "HEAD:c354f92778c1d4bcd3680af7e0fb0d1414de2344"&lt;BR /&gt;meta-virtualization = "HEAD:8857b36ebfec3d548755755b009adc491ef320ab"&lt;BR /&gt;meta-cloud-services = "HEAD:b7eaf24eb1e007aad05760771944a5a0d23f78ad"&lt;BR /&gt;meta-security = "HEAD:2aa48e6f4e519abc7d6bd56da2c067309a303e80"&lt;BR /&gt;meta-freescale = "HEAD:09c47379218167dda9fb0098129909a667fea2ec"&lt;BR /&gt;meta-freescale-distro = "HEAD:1069c2f210b18cd707a4d8a82140a684a42a4ff6"&lt;BR /&gt;meta-qoriq = "HEAD:36cb7a032083394fdc38a136383f735752fbce59"&lt;BR /&gt;meta-nxp-desktop = "HEAD:156c31e0c9f09cfb443fea0926d44a8943e0770c"&lt;/P&gt;
&lt;P&gt;Initialising tasks: 100% |#####################################################################################################| Time: 0:00:00&lt;BR /&gt;Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 0 (0% match, 0% complete)&lt;BR /&gt;NOTE: No setscene tasks&lt;BR /&gt;NOTE: Executing Tasks&lt;BR /&gt;NOTE: Tasks Summary: Attempted 2 tasks of which 0 didn't need to be rerun and all succeeded.&lt;BR /&gt;khushbu@1N120809QD-DESK:~/yocto-6.1/build_lx2160ardb-rev2$ &lt;BR /&gt;khushbu@1N120809QD-DESK:~/yocto-6.1/build_lx2160ardb-rev2$ &lt;BR /&gt;khushbu@1N120809QD-DESK:~/yocto-6.1/build_lx2160ardb-rev2$ &lt;BR /&gt;khushbu@1N120809QD-DESK:~/yocto-6.1/build_lx2160ardb-rev2$ &lt;STRONG&gt;cd tmp/work/lx2160ardb_rev2-fsl-linux/linux-qoriq/6.1.y+gitAUTOINC+29549c7073-r0/git/&lt;/STRONG&gt;&lt;BR /&gt;khushbu@1N120809QD-DESK:~/yocto-6.1/build_lx2160ardb-rev2/tmp/work/lx2160ardb_rev2-fsl-linux/linux-qoriq/6.1.y+gitAUTOINC+29549c7073-r0/git$&lt;BR /&gt;khushbu@1N120809QD-DESK:~/yocto-6.1/build_lx2160ardb-rev2/tmp/work/lx2160ardb_rev2-fsl-linux/linux-qoriq/6.1.y+gitAUTOINC+29549c7073-r0/git$ &lt;BR /&gt;khushbu@1N120809QD-DESK:~/yocto-6.1/build_lx2160ardb-rev2/tmp/work/lx2160ardb_rev2-fsl-linux/linux-qoriq/6.1.y+gitAUTOINC+29549c7073-r0/git$ &lt;STRONG&gt;git checkout lf-5.15.y-rt&lt;/STRONG&gt;&lt;BR /&gt;Updating files: 100% (41963/41963), done.&lt;BR /&gt;Branch 'lf-5.15.y-rt' set up to track remote branch 'lf-5.15.y-rt' from 'origin'.&lt;BR /&gt;Switched to a new branch 'lf-5.15.y-rt'&lt;BR /&gt;khushbu@1N120809QD-DESK:~/yocto-6.1/build_lx2160ardb-rev2/tmp/work/lx2160ardb_rev2-fsl-linux/linux-qoriq/6.1.y+gitAUTOINC+29549c7073-r0/git$ cd ../../../&lt;BR /&gt;khushbu@1N120809QD-DESK:~/yocto-6.1/build_lx2160ardb-rev2/tmp/work/lx2160ardb_rev2-fsl-linux$ cd ../../../&lt;BR /&gt;khushbu@1N120809QD-DESK:~/yocto-6.1/build_lx2160ardb-rev2$ &lt;BR /&gt;khushbu@1N120809QD-DESK:~/yocto-6.1/build_lx2160ardb-rev2$ &lt;BR /&gt;khushbu@1N120809QD-DESK:~/yocto-6.1/build_lx2160ardb-rev2$ &lt;BR /&gt;khushbu@1N120809QD-DESK:~/yocto-6.1/build_lx2160ardb-rev2$&lt;STRONG&gt; bitbake -c do_menuconfig virtual/kernel&lt;/STRONG&gt;&lt;BR /&gt;Loading cache: 100% |##########################################################################################################| Time: 0:00:00&lt;BR /&gt;Loaded 4914 entries from dependency cache.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;
&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION = "2.2.0"&lt;BR /&gt;BUILD_SYS = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING = "universal"&lt;BR /&gt;TARGET_SYS = "aarch64-fsl-linux"&lt;BR /&gt;MACHINE = "lx2160ardb-rev2"&lt;BR /&gt;DISTRO = "fsl-qoriq-distro"&lt;BR /&gt;DISTRO_VERSION = "4.1.1"&lt;BR /&gt;TUNE_FEATURES = "aarch64"&lt;BR /&gt;TARGET_FPU = ""&lt;BR /&gt;meta &lt;BR /&gt;meta-poky &lt;BR /&gt;meta-yocto-bsp = "HEAD:b50f718e4cb73214e7ad298484ecdadd6cfeb866"&lt;BR /&gt;meta-oe &lt;BR /&gt;meta-multimedia &lt;BR /&gt;meta-python &lt;BR /&gt;meta-networking &lt;BR /&gt;meta-gnome &lt;BR /&gt;meta-filesystems &lt;BR /&gt;meta-webserver &lt;BR /&gt;meta-perl = "HEAD:c354f92778c1d4bcd3680af7e0fb0d1414de2344"&lt;BR /&gt;meta-virtualization = "HEAD:8857b36ebfec3d548755755b009adc491ef320ab"&lt;BR /&gt;meta-cloud-services = "HEAD:b7eaf24eb1e007aad05760771944a5a0d23f78ad"&lt;BR /&gt;meta-security = "HEAD:2aa48e6f4e519abc7d6bd56da2c067309a303e80"&lt;BR /&gt;meta-freescale = "HEAD:09c47379218167dda9fb0098129909a667fea2ec"&lt;BR /&gt;meta-freescale-distro = "HEAD:1069c2f210b18cd707a4d8a82140a684a42a4ff6"&lt;BR /&gt;meta-qoriq = "HEAD:36cb7a032083394fdc38a136383f735752fbce59"&lt;BR /&gt;meta-nxp-desktop = "HEAD:156c31e0c9f09cfb443fea0926d44a8943e0770c"&lt;/P&gt;
&lt;P&gt;Initialising tasks: 100% |#####################################################################################################| Time: 0:00:01&lt;BR /&gt;Sstate summary: Wanted 96 Local 96 Mirrors 0 Missed 0 Current 49 (100% match, 100% complete)&lt;BR /&gt;NOTE: Executing Tasks&lt;BR /&gt;NOTE: Tasks Summary: Attempted 655 tasks of which 648 didn't need to be rerun and all succeeded.&lt;BR /&gt;khushbu@1N120809QD-DESK:~/yocto-6.1/build_lx2160ardb-rev2$ &lt;BR /&gt;khushbu@1N120809QD-DESK:~/yocto-6.1/build_lx2160ardb-rev2$ &lt;BR /&gt;khushbu@1N120809QD-DESK:~/yocto-6.1/build_lx2160ardb-rev2$ &lt;STRONG&gt;bitbake virtual/kernel -c compile -f&lt;/STRONG&gt;&lt;BR /&gt;Loading cache: 100% |##########################################################################################################| Time: 0:00:00&lt;BR /&gt;Loaded 4914 entries from dependency cache.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;
&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION = "2.2.0"&lt;BR /&gt;BUILD_SYS = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING = "universal"&lt;BR /&gt;TARGET_SYS = "aarch64-fsl-linux"&lt;BR /&gt;MACHINE = "lx2160ardb-rev2"&lt;BR /&gt;DISTRO = "fsl-qoriq-distro"&lt;BR /&gt;DISTRO_VERSION = "4.1.1"&lt;BR /&gt;TUNE_FEATURES = "aarch64"&lt;BR /&gt;TARGET_FPU = ""&lt;BR /&gt;meta &lt;BR /&gt;meta-poky &lt;BR /&gt;meta-yocto-bsp = "HEAD:b50f718e4cb73214e7ad298484ecdadd6cfeb866"&lt;BR /&gt;meta-oe &lt;BR /&gt;meta-multimedia &lt;BR /&gt;meta-python &lt;BR /&gt;meta-networking &lt;BR /&gt;meta-gnome &lt;BR /&gt;meta-filesystems &lt;BR /&gt;meta-webserver &lt;BR /&gt;meta-perl = "HEAD:c354f92778c1d4bcd3680af7e0fb0d1414de2344"&lt;BR /&gt;meta-virtualization = "HEAD:8857b36ebfec3d548755755b009adc491ef320ab"&lt;BR /&gt;meta-cloud-services = "HEAD:b7eaf24eb1e007aad05760771944a5a0d23f78ad"&lt;BR /&gt;meta-security = "HEAD:2aa48e6f4e519abc7d6bd56da2c067309a303e80"&lt;BR /&gt;meta-freescale = "HEAD:09c47379218167dda9fb0098129909a667fea2ec"&lt;BR /&gt;meta-freescale-distro = "HEAD:1069c2f210b18cd707a4d8a82140a684a42a4ff6"&lt;BR /&gt;meta-qoriq = "HEAD:36cb7a032083394fdc38a136383f735752fbce59"&lt;BR /&gt;meta-nxp-desktop = "HEAD:156c31e0c9f09cfb443fea0926d44a8943e0770c"&lt;/P&gt;
&lt;P&gt;NOTE: Tainting hash to force rebuild of task /home/khushbu/yocto-6.1/sources/meta-qoriq/recipes-kernel/linux/linux-qoriq_6.1.bb, do_compile:00&lt;BR /&gt;WARNING: /home/khushbu/yocto-6.1/sources/meta-qoriq/recipes-kernel/linux/linux-qoriq_6.1.bb:do_compile is tainted from a forced runA: 0:00:00&lt;BR /&gt;Initialising tasks: 100% |#####################################################################################################| Time: 0:00:00&lt;BR /&gt;Sstate summary: Wanted 95 Local 95 Mirrors 0 Missed 0 Current 50 (100% match, 100% complete)&lt;BR /&gt;NOTE: Executing Tasks&lt;BR /&gt;NOTE: Tasks Summary: Attempted 655 tasks of which 654 didn't need to be rerun and all succeeded.&lt;/P&gt;
&lt;P&gt;Summary: There was 1 WARNING message.&lt;BR /&gt;khushbu@1N120809QD-DESK:~/yocto-6.1/build_lx2160ardb-rev2$ &lt;STRONG&gt;bitbake virtual/kernel&lt;/STRONG&gt; &lt;BR /&gt;Loading cache: 100% |##########################################################################################################| Time: 0:00:01&lt;BR /&gt;Loaded 4914 entries from dependency cache.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;
&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION = "2.2.0"&lt;BR /&gt;BUILD_SYS = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING = "universal"&lt;BR /&gt;TARGET_SYS = "aarch64-fsl-linux"&lt;BR /&gt;MACHINE = "lx2160ardb-rev2"&lt;BR /&gt;DISTRO = "fsl-qoriq-distro"&lt;BR /&gt;DISTRO_VERSION = "4.1.1"&lt;BR /&gt;TUNE_FEATURES = "aarch64"&lt;BR /&gt;TARGET_FPU = ""&lt;BR /&gt;meta &lt;BR /&gt;meta-poky &lt;BR /&gt;meta-yocto-bsp = "HEAD:b50f718e4cb73214e7ad298484ecdadd6cfeb866"&lt;BR /&gt;meta-oe &lt;BR /&gt;meta-multimedia &lt;BR /&gt;meta-python &lt;BR /&gt;meta-networking &lt;BR /&gt;meta-gnome &lt;BR /&gt;meta-filesystems &lt;BR /&gt;meta-webserver &lt;BR /&gt;meta-perl = "HEAD:c354f92778c1d4bcd3680af7e0fb0d1414de2344"&lt;BR /&gt;meta-virtualization = "HEAD:8857b36ebfec3d548755755b009adc491ef320ab"&lt;BR /&gt;meta-cloud-services = "HEAD:b7eaf24eb1e007aad05760771944a5a0d23f78ad"&lt;BR /&gt;meta-security = "HEAD:2aa48e6f4e519abc7d6bd56da2c067309a303e80"&lt;BR /&gt;meta-freescale = "HEAD:09c47379218167dda9fb0098129909a667fea2ec"&lt;BR /&gt;meta-freescale-distro = "HEAD:1069c2f210b18cd707a4d8a82140a684a42a4ff6"&lt;BR /&gt;meta-qoriq = "HEAD:36cb7a032083394fdc38a136383f735752fbce59"&lt;BR /&gt;meta-nxp-desktop = "HEAD:156c31e0c9f09cfb443fea0926d44a8943e0770c"&lt;/P&gt;
&lt;P&gt;WARNING: /home/khushbu/yocto-6.1/sources/meta-qoriq/recipes-kernel/linux/linux-qoriq_6.1.bb:do_compile is tainted from a forced runA: 0:00:00&lt;BR /&gt;Initialising tasks: 100% |#####################################################################################################| Time: 0:00:01&lt;BR /&gt;Sstate summary: Wanted 139 Local 129 Mirrors 0 Missed 10 Current 50 (92% match, 94% complete)&lt;BR /&gt;NOTE: Executing Tasks&lt;BR /&gt;WARNING: linux-qoriq-6.1.y+gitAUTOINC+29549c7073-r0 do_package_qa: QA Issue: File /usr/src/debug/linux-qoriq/6.1.y+gitAUTOINC+29549c7073-r0/drivers/video/logo/logo_linux_clut224.c in package linux-qoriq-src contains reference to TMPDIR&lt;BR /&gt;File /usr/src/debug/linux-qoriq/6.1.y+gitAUTOINC+29549c7073-r0/drivers/tty/vt/consolemap_deftbl.c in package linux-qoriq-src contains reference to TMPDIR&lt;BR /&gt;File /usr/src/debug/linux-qoriq/6.1.y+gitAUTOINC+29549c7073-r0/lib/oid_registry_data.c in package linux-qoriq-src contains reference to TMPDIR [buildpaths]&lt;BR /&gt;NOTE: Tasks Summary: Attempted 817 tasks of which 787 didn't need to be rerun and all succeeded.&lt;/P&gt;
&lt;P&gt;Summary: There were 2 WARNING messages.&lt;/P&gt;
&lt;P&gt;&lt;A href="mailto:khushbu@1N120809QD-DESK:~/yocto-6.1/build_lx2160ardb-rev2$" target="_blank"&gt;khushbu@1N120809QD-DESK:~/yocto-6.1/build_lx2160ardb-rev2$&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Khsuhbu&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 13:07:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/preempt-rt-activation-using-bitbake/m-p/1747875#M13555</guid>
      <dc:creator>khushbur</dc:creator>
      <dc:date>2023-10-27T13:07:11Z</dc:date>
    </item>
  </channel>
</rss>

