<?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: How to include memtool in the core-image-base ?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-memtool-in-the-core-image-base/m-p/474349#M75154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to build it again. The unit_test can be found in my new built image.&lt;/P&gt;&lt;P&gt;Here is my step:&lt;/P&gt;&lt;P&gt;1. MACHINE=imx6ulevk source fsl-setup-release.sh -b build-6ul-x11&lt;/P&gt;&lt;P&gt;2. Add IMAGE_iNSTALL_append = "imx-test" in the local.conf&lt;/P&gt;&lt;P&gt;3. bitbake core-image-base&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After built succeed, unit_test can be found in build-6ul-x11/tmp/deploy/images/imx6ulevk/core-image-base-imx6ulevk.tar.bz2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Apr 2016 04:25:36 GMT</pubDate>
    <dc:creator>jimmychan</dc:creator>
    <dc:date>2016-04-28T04:25:36Z</dc:date>
    <item>
      <title>How to include memtool in the core-image-base ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-memtool-in-the-core-image-base/m-p/474344#M75149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to include the memtool utilities from imx-test packages, but I can't figure out how to do it.&lt;/P&gt;&lt;P&gt;Hereunder is the content of my local.conf file :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MACHINE ??= 'imx6ulevk'&lt;/P&gt;&lt;P&gt;DISTRO ?= 'fsl-imx-x11'&lt;/P&gt;&lt;P&gt;PACKAGE_CLASSES ?= "package_ipk"&lt;/P&gt;&lt;P&gt;EXTRA_IMAGE_FEATURES = "debug-tweaks"&lt;/P&gt;&lt;P&gt;USER_CLASSES ?= "buildstats image-mklibs"&lt;/P&gt;&lt;P&gt;PATCHRESOLVE = "noop"&lt;/P&gt;&lt;P&gt;BB_DISKMON_DIRS = "\&lt;/P&gt;&lt;P&gt; STOPTASKS,${TMPDIR},1G,100K \&lt;/P&gt;&lt;P&gt; STOPTASKS,${DL_DIR},1G,100K \&lt;/P&gt;&lt;P&gt; STOPTASKS,${SSTATE_DIR},1G,100K \&lt;/P&gt;&lt;P&gt; STOPTASKS,/tmp,100M,100K \&lt;/P&gt;&lt;P&gt; ABORT,${TMPDIR},100M,1K \&lt;/P&gt;&lt;P&gt; ABORT,${DL_DIR},100M,1K \&lt;/P&gt;&lt;P&gt; ABORT,${SSTATE_DIR},100M,1K \&lt;/P&gt;&lt;P&gt; ABORT,/tmp,10M,1K"&lt;/P&gt;&lt;P&gt;PACKAGECONFIG_append_pn-qemu-native = " sdl"&lt;/P&gt;&lt;P&gt;PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"&lt;/P&gt;&lt;P&gt;ASSUME_PROVIDED += "libsdl-native"&lt;/P&gt;&lt;P&gt;CONF_VERSION = "1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DL_DIR ?= "${BSPDIR}/downloads/"&lt;/P&gt;&lt;P&gt;ACCEPT_FSL_EULA = "1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#IMAGE_INSTALL_append = "kernel-module-wilc1000 hostapd wpa-supplicant minicom"&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " hostapd imx-test wpa-supplicant minicom kernel-dev"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DISTRO_FEATURES_append = " systemd"&lt;/P&gt;&lt;P&gt;#VIRTUAL-RUNTIME_init_manager = "systemd"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMAGE_FEATURES_append = " tools-testapps tools-debug tools-sdk dev-pkgs"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the imx-test.ipk package correctly build in the deploy directory but not shipped in the final image. I can't figure out why. Any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 12:40:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-memtool-in-the-core-image-base/m-p/474344#M75149</guid>
      <dc:creator>matt67</dc:creator>
      <dc:date>2016-04-25T12:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to include memtool in the core-image-base ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-memtool-in-the-core-image-base/m-p/474345#M75150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you see the unit_test folder in your rootfs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 04:02:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-memtool-in-the-core-image-base/m-p/474345#M75150</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2016-04-27T04:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to include memtool in the core-image-base ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-memtool-in-the-core-image-base/m-p/474346#M75151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;No I can't see it's not shipped in the final image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 07:35:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-memtool-in-the-core-image-base/m-p/474346#M75151</guid>
      <dc:creator>matt67</dc:creator>
      <dc:date>2016-04-27T07:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to include memtool in the core-image-base ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-memtool-in-the-core-image-base/m-p/474347#M75152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to add&amp;nbsp; IMAGE_INSTALL_append = "imx-test"&amp;nbsp; in my local.conf. And then 'bitbake core-image-base' again. I can see the unit_test in the new core-image-base .tar.bz2 image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you tell me which BSP are you using?&lt;/P&gt;&lt;P&gt;so, let me try to reproduce your issue on my side.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 08:10:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-memtool-in-the-core-image-base/m-p/474347#M75152</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2016-04-27T08:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to include memtool in the core-image-base ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-memtool-in-the-core-image-base/m-p/474348#M75153</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 use branch &lt;STRONG&gt;imx-4.1.15-1.0.0_ga&lt;/STRONG&gt; of fsl-arm-yocto-bsp.git reopositorie, my target is imx6ul evk board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 08:18:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-memtool-in-the-core-image-base/m-p/474348#M75153</guid>
      <dc:creator>matt67</dc:creator>
      <dc:date>2016-04-27T08:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to include memtool in the core-image-base ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-memtool-in-the-core-image-base/m-p/474349#M75154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to build it again. The unit_test can be found in my new built image.&lt;/P&gt;&lt;P&gt;Here is my step:&lt;/P&gt;&lt;P&gt;1. MACHINE=imx6ulevk source fsl-setup-release.sh -b build-6ul-x11&lt;/P&gt;&lt;P&gt;2. Add IMAGE_iNSTALL_append = "imx-test" in the local.conf&lt;/P&gt;&lt;P&gt;3. bitbake core-image-base&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After built succeed, unit_test can be found in build-6ul-x11/tmp/deploy/images/imx6ulevk/core-image-base-imx6ulevk.tar.bz2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 04:25:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-memtool-in-the-core-image-base/m-p/474349#M75154</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2016-04-28T04:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to include memtool in the core-image-base ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-memtool-in-the-core-image-base/m-p/474350#M75155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks finally it works !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 11:54:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-memtool-in-the-core-image-base/m-p/474350#M75155</guid>
      <dc:creator>matt67</dc:creator>
      <dc:date>2016-05-02T11:54:14Z</dc:date>
    </item>
  </channel>
</rss>

