<?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>i.MX ProcessorsのトピックRe: Yocto and kernel 3.0.35 with patch preempt-rt ?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-and-kernel-3-0-35-with-patch-preempt-rt/m-p/328814#M44250</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See sources/poky/meta/recipes-rt/README files or &lt;A href="https://github.com/openembedded/oe-core/tree/master/meta/recipes-rt" title="https://github.com/openembedded/oe-core/tree/master/meta/recipes-rt"&gt;https://github.com/openembedded/oe-core/tree/master/meta/recipes-rt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The recipes-rt recipes provide package and image recipes for using and testing&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;the PREEMPT_RT kernel. The core-image-rt*.bb images are minimal images with&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a couple extra packages, including rt-tests. In order to build the image with&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;the linux-yocto-rt kernel, be sure to include the following line in your&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;local.conf, bblayers.conf, or your $MACHINE.conf.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If you are creating a new BSP which should use linux-yocto-rt by default,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;use the line above in the $MACHINE.conf in your BSP layer, and specify the&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;following in a linux-yocto-rt bbappend recipe:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;COMPATIBLE_MACHINE_$MACHINE = $MACHINE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In my case, I edit &lt;/STRONG&gt;&lt;EM&gt;sources/meta-fsl-arm/conf/machine/imx6qsabresd.conf &lt;/EM&gt;&lt;STRONG&gt;in order to add&lt;/STRONG&gt;&lt;EM&gt; COMPATIBLE_MACHINE_imx6qsabresd = "imx6qsabresd"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank the README....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Maurice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Dec 2014 09:50:53 GMT</pubDate>
    <dc:creator>maurice</dc:creator>
    <dc:date>2014-12-10T09:50:53Z</dc:date>
    <item>
      <title>Yocto and kernel 3.0.35 with patch preempt-rt ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-and-kernel-3-0-35-with-patch-preempt-rt/m-p/328811#M44247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How can I have with yocto the patch preempt-rt with the kernel 3.0.35?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the branch Dora in &lt;A href="https://github.com/Freescale/fsl-community-bsp-platfor" title="https://github.com/Freescale/fsl-community-bsp-platfor"&gt;https://github.com/Freescale/fsl-community-bsp-platfor&lt;/A&gt;m to have the kernel 3.0.35 but the patch preemt-rt is not there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the contrary, the branch Dizzy has the patch preempt-rt but not the kernel 3.0.35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My target is &lt;STRONG&gt;imx6q sd&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Conf.file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DORA branch&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MACHINE ??= 'imx6qsabresd'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DISTRO ?= 'poky'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PACKAGE_CLASSES ?= "package_rpm"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;EXTRA_IMAGE_FEATURES = "debug-tweaks ssh-server-dropbear ssh-server-openssh"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;USER_CLASSES ?= "buildstats image-mklibs image-prelink"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PATCHRESOLVE = "noop"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;BB_DISKMON_DIRS = "\&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${TMPDIR},1G,100K \&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${DL_DIR},1G,100K \&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${SSTATE_DIR},1G,100K \&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${TMPDIR},100M,1K \&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${DL_DIR},100M,1K \&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${SSTATE_DIR},100M,1K"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CONF_VERSION = "1"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;BB_NUMBER_THREADS = '8'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PARALLEL_MAKE = '-j 8'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DL_DIR ?= "${BSPDIR}/downloads/"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ACCEPT_FSL_EULA = ""&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CORE_IMAGE_EXTRA_INSTALL += "libgomp libgomp-dev libgomp-staticdev"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PREFERRED_VERSION_linux-imx = "3.0.35"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;COMPATIBLE_MACHINE_mx6qsabresd=&amp;nbsp; "imx6qsabresd"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DIZZY branch&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;MACHINE ??= 'imx6qsabresd'&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;DISTRO ?= 'poky'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;PACKAGE_CLASSES ?= "package_rpm"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;EXTRA_IMAGE_FEATURES = "debug-tweaks&amp;nbsp; ssh-server-dropbear ssh-server-openssh"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;USER_CLASSES ?= "buildstats image-mklibs image-prelink"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;PATCHRESOLVE = "noop"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;BB_DISKMON_DIRS = "\&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${TMPDIR},1G,100K \&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${DL_DIR},1G,100K \&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${SSTATE_DIR},1G,100K \&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${TMPDIR},100M,1K \&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${DL_DIR},100M,1K \&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${SSTATE_DIR},100M,1K"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;PACKAGECONFIG_append_pn-qemu-native = " sdl"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;ASSUME_PROVIDED += "libsdl-native"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;CONF_VERSION = "1"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;BB_NUMBER_THREADS = '8'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;PARALLEL_MAKE = '-j 8'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;DL_DIR ?= "${BSPDIR}/downloads/"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;ACCEPT_FSL_EULA = "1"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;CORE_IMAGE_EXTRA_INSTALL += "libgomp libgomp-dev libgomp-staticdev"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;PREFERRED_VERSION_linux-imx = "3.0.35"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Maurice&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 17:19:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-and-kernel-3-0-35-with-patch-preempt-rt/m-p/328811#M44247</guid>
      <dc:creator>maurice</dc:creator>
      <dc:date>2014-12-05T17:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto and kernel 3.0.35 with patch preempt-rt ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-and-kernel-3-0-35-with-patch-preempt-rt/m-p/328812#M44248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In meta-fsl-arm there is only 3.10.17 rt patches available. Please check recipes-kernel/linux/linux-imx-rt_3.10.17.bb .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you need rt you could try 3.10.17 instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Dec 2014 12:54:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-and-kernel-3-0-35-with-patch-preempt-rt/m-p/328812#M44248</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2014-12-06T12:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto and kernel 3.0.35 with patch preempt-rt ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-and-kernel-3-0-35-with-patch-preempt-rt/m-p/328813#M44249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; tried it but it is not compatible with imx6q SD:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;bitbake core-image-rt&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Parsing recipes: 100% |#####################################################################################################| Time: 00:00:24&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Parsing of 1527 .bb files complete (0 cached, 1527 parsed). 1981 targets, 126 skipped, 0 masked, 0 errors.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NOTE: Resolving any missing task queue dependencies&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ERROR: Nothing PROVIDES 'linux-yocto-rt' (but /home/aurelien/Workspace/yocto/fsl-community-bsp_dizzy/sources/poky/meta/recipes-rt/images/core-image-rt.bb DEPENDS on or otherwise requires it)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ERROR: linux-yocto-rt was skipped: incompatible with machine imx6qsabresd (not in COMPATIBLE_MACHINE)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ERROR: linux-yocto-rt was skipped: incompatible with machine imx6qsabresd (not in COMPATIBLE_MACHINE)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ERROR: Required build target 'core-image-rt' has no buildable providers.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Missing or unbuildable dependency chain was: ['core-image-rt', 'linux-yocto-rt']&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;There my config file&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MACHINE ??= 'imx6qsabresd'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DISTRO ?= 'poky'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PACKAGE_CLASSES ?= "package_rpm"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;EXTRA_IMAGE_FEATURES = "debug-tweaks&amp;nbsp; ssh-server-dropbear ssh-server-openssh"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;USER_CLASSES ?= "buildstats image-mklibs image-prelink"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PATCHRESOLVE = "noop"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;BB_DISKMON_DIRS = "\&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${TMPDIR},1G,100K \&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${DL_DIR},1G,100K \&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${SSTATE_DIR},1G,100K \&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${TMPDIR},100M,1K \&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${DL_DIR},100M,1K \&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${SSTATE_DIR},100M,1K" &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PACKAGECONFIG_append_pn-qemu-native = " sdl"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ASSUME_PROVIDED += "libsdl-native"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CONF_VERSION = "1"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;BB_NUMBER_THREADS = '8'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PARALLEL_MAKE = '-j 8'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DL_DIR ?= "${BSPDIR}/downloads/"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ACCEPT_FSL_EULA = ""&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CORE_IMAGE_EXTRA_INSTALL += "libgomp libgomp-dev libgomp-staticdev"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PREFERRED_VERSION_linux-imx = "3.10.17"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PREFERRED_PROVIDER_virtual/kernel = "linux-imx-rt"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can you explain to me why the preemp-rt pacthes were available with kernel 3.0.35, compatible with imx6qsabre sd&amp;nbsp; with LTIB and it is not with yocto?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Did I miss something?&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Maurice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 17:12:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-and-kernel-3-0-35-with-patch-preempt-rt/m-p/328813#M44249</guid>
      <dc:creator>maurice</dc:creator>
      <dc:date>2014-12-08T17:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto and kernel 3.0.35 with patch preempt-rt ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-and-kernel-3-0-35-with-patch-preempt-rt/m-p/328814#M44250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See sources/poky/meta/recipes-rt/README files or &lt;A href="https://github.com/openembedded/oe-core/tree/master/meta/recipes-rt" title="https://github.com/openembedded/oe-core/tree/master/meta/recipes-rt"&gt;https://github.com/openembedded/oe-core/tree/master/meta/recipes-rt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The recipes-rt recipes provide package and image recipes for using and testing&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;the PREEMPT_RT kernel. The core-image-rt*.bb images are minimal images with&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a couple extra packages, including rt-tests. In order to build the image with&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;the linux-yocto-rt kernel, be sure to include the following line in your&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;local.conf, bblayers.conf, or your $MACHINE.conf.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If you are creating a new BSP which should use linux-yocto-rt by default,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;use the line above in the $MACHINE.conf in your BSP layer, and specify the&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;following in a linux-yocto-rt bbappend recipe:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;COMPATIBLE_MACHINE_$MACHINE = $MACHINE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In my case, I edit &lt;/STRONG&gt;&lt;EM&gt;sources/meta-fsl-arm/conf/machine/imx6qsabresd.conf &lt;/EM&gt;&lt;STRONG&gt;in order to add&lt;/STRONG&gt;&lt;EM&gt; COMPATIBLE_MACHINE_imx6qsabresd = "imx6qsabresd"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank the README....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Maurice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 09:50:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-and-kernel-3-0-35-with-patch-preempt-rt/m-p/328814#M44250</guid>
      <dc:creator>maurice</dc:creator>
      <dc:date>2014-12-10T09:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto and kernel 3.0.35 with patch preempt-rt ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-and-kernel-3-0-35-with-patch-preempt-rt/m-p/328815#M44251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do not forget to add in your conf/local.conf&lt;/P&gt;&lt;P&gt;&lt;EM&gt;KERNEL_EXTRA_ARGS += "LOADADDR=0x10008000"&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 12:32:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-and-kernel-3-0-35-with-patch-preempt-rt/m-p/328815#M44251</guid>
      <dc:creator>maurice</dc:creator>
      <dc:date>2014-12-10T12:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto and kernel 3.0.35 with patch preempt-rt ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-and-kernel-3-0-35-with-patch-preempt-rt/m-p/328816#M44252</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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Could you please suggest me a rt_preempt patch file for 3.10.17 and is it required to apply all the patch files of&amp;nbsp; &lt;A href="https://www.kernel.org/pub/linux/kernel/projects/rt/3.10/older/" title="https://www.kernel.org/pub/linux/kernel/projects/rt/3.10/older/"&gt;https://www.kernel.org/pub/linux/kernel/projects/rt/3.10/older/&lt;/A&gt;&lt;A href="https://www.kernel.org/pub/linux/kernel/projects/rt/3.10/older/patches-3.10.17-rt12.tar.gz"&gt;patches-3.10.17-rt12.tar.gz &lt;/A&gt;if this is a right one for 3.10.17 yocto release?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pooja B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 14:18:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-and-kernel-3-0-35-with-patch-preempt-rt/m-p/328816#M44252</guid>
      <dc:creator>poojab</dc:creator>
      <dc:date>2015-02-16T14:18:36Z</dc:date>
    </item>
  </channel>
</rss>

