<?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: Adding linux-test module to Android build in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Adding-linux-test-module-to-Android-build/m-p/330526#M44615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've solved it by myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Applied patch was using&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #55a532; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; background-color: #eaffea;"&gt;LOCAL_MODULE_TAGS := tests&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;while to properly compile user build we need to change it to&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #55a532; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; background-color: #eaffea;"&gt;LOCAL_MODULE_TAGS := optional&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and add module name &lt;SPAN style="color: #55a532; font-size: 12px; background-color: #eaffea; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;"&gt;memtool &lt;/SPAN&gt;to &lt;SPAN style="color: #55a532; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; background-color: #eaffea;"&gt;PRODUCT_PACKAGES &lt;/SPAN&gt;in vendor board makefille which for our is /device/variscite/var_som_mx6q/var_som_mx6q.mk. So it's like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #55a532; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; background-color: #eaffea;"&gt;PRODUCT_PACKAGES += \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #55a532; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; background-color: #eaffea;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; memtool &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jan 2015 11:20:17 GMT</pubDate>
    <dc:creator>krzysztofsza_ac</dc:creator>
    <dc:date>2015-01-12T11:20:17Z</dc:date>
    <item>
      <title>Adding linux-test module to Android build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-linux-test-module-to-Android-build/m-p/330525#M44614</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 trying to add memtool module to Android 4.2.2. According to suggestions received I've applied patch for this (&lt;A href="https://github.com/rabeeh/android-imx6-kitkat/blob/master/platform/external/linux-test.git/0400-ENGR00268294-Add-memtool-test-into-i.MX6-android.patch" title="https://github.com/rabeeh/android-imx6-kitkat/blob/master/platform/external/linux-test.git/0400-ENGR00268294-Add-memtool-test-into-i.MX6-android.patch"&gt;android-imx6-kitkat/0400-ENGR00268294-Add-memtool-test-into-i.MX6-android.patch at master · rabeeh/android-imx6-kitkat ·…&lt;/A&gt;) - it's ofr 4.4.4 but it probably should work on 4.2.2. When patch applied, Android.mk was added to folder /external/linux-test/test/memtool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunatelly, after rebuilding android filesystem I still have no executable here. Is there any more place, that I have to select this module to be included?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 07:17:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-linux-test-module-to-Android-build/m-p/330525#M44614</guid>
      <dc:creator>krzysztofsza_ac</dc:creator>
      <dc:date>2015-01-09T07:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Adding linux-test module to Android build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-linux-test-module-to-Android-build/m-p/330526#M44615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've solved it by myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Applied patch was using&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #55a532; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; background-color: #eaffea;"&gt;LOCAL_MODULE_TAGS := tests&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;while to properly compile user build we need to change it to&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #55a532; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; background-color: #eaffea;"&gt;LOCAL_MODULE_TAGS := optional&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and add module name &lt;SPAN style="color: #55a532; font-size: 12px; background-color: #eaffea; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;"&gt;memtool &lt;/SPAN&gt;to &lt;SPAN style="color: #55a532; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; background-color: #eaffea;"&gt;PRODUCT_PACKAGES &lt;/SPAN&gt;in vendor board makefille which for our is /device/variscite/var_som_mx6q/var_som_mx6q.mk. So it's like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #55a532; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; background-color: #eaffea;"&gt;PRODUCT_PACKAGES += \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #55a532; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; background-color: #eaffea;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; memtool &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 11:20:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-linux-test-module-to-Android-build/m-p/330526#M44615</guid>
      <dc:creator>krzysztofsza_ac</dc:creator>
      <dc:date>2015-01-12T11:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding linux-test module to Android build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-linux-test-module-to-Android-build/m-p/330527#M44616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for posting the answer Krysztof,&amp;nbsp; I think you could have algo used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;LOCAL_MODULE_TAGS := &lt;/SPAN&gt;&lt;STRONG style="color: red;"&gt;eng&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 14:52:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-linux-test-module-to-Android-build/m-p/330527#M44616</guid>
      <dc:creator>SergioSolis</dc:creator>
      <dc:date>2015-01-12T14:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding linux-test module to Android build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-linux-test-module-to-Android-build/m-p/330528#M44617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But if I'm using user build (lunch var_som_mx6q-user) will this also work for module, that is selected to be included in eng build?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 05:43:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-linux-test-module-to-Android-build/m-p/330528#M44617</guid>
      <dc:creator>krzysztofsza_ac</dc:creator>
      <dc:date>2015-01-13T05:43:23Z</dc:date>
    </item>
  </channel>
</rss>

