<?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 enable iperf and brctl in imx8 yocto build</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-iperf-and-brctl-in-imx8-yocto-build/m-p/793229#M122851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vikas Kolapudi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The layers of the NXP Linux BSP do have the bridge-utils and iperf packages available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may add them to an image by adding the following lines to the conf/local.conf file inside the build directory, and then baking the image.&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = “ iperf3 bridge-utils”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever you want to see which packages are available on the BSP you can run:&lt;/P&gt;&lt;P&gt;bitbake -s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this information helps,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Nov 2018 19:40:00 GMT</pubDate>
    <dc:creator>gusarambula</dc:creator>
    <dc:date>2018-11-27T19:40:00Z</dc:date>
    <item>
      <title>How to enable iperf and brctl in imx8 yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-iperf-and-brctl-in-imx8-yocto-build/m-p/793228#M122850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to run iperf with ethernet and wifi. I need bridge-utils too. How to enable these in imx8 yocto build&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2018 15:40:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-iperf-and-brctl-in-imx8-yocto-build/m-p/793228#M122850</guid>
      <dc:creator>vikaskolapudi</dc:creator>
      <dc:date>2018-11-22T15:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable iperf and brctl in imx8 yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-iperf-and-brctl-in-imx8-yocto-build/m-p/793229#M122851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vikas Kolapudi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The layers of the NXP Linux BSP do have the bridge-utils and iperf packages available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may add them to an image by adding the following lines to the conf/local.conf file inside the build directory, and then baking the image.&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = “ iperf3 bridge-utils”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever you want to see which packages are available on the BSP you can run:&lt;/P&gt;&lt;P&gt;bitbake -s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this information helps,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2018 19:40:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-iperf-and-brctl-in-imx8-yocto-build/m-p/793229#M122851</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2018-11-27T19:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable iperf and brctl in imx8 yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-iperf-and-brctl-in-imx8-yocto-build/m-p/793230#M122852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I have added suggested line in local.conf:&lt;/P&gt;&lt;P&gt;MACHINE ??= 'imx8mqevk'&lt;BR /&gt;DISTRO ?= 'fsl-imx-x11'&lt;BR /&gt;PACKAGE_CLASSES ?= "package_rpm"&lt;BR /&gt;EXTRA_IMAGE_FEATURES ?= "debug-tweaks"&lt;BR /&gt;USER_CLASSES ?= "buildstats image-mklibs image-prelink"&lt;BR /&gt;PATCHRESOLVE = "noop"&lt;BR /&gt;BB_DISKMON_DIRS = "\&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${TMPDIR},1G,100K \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${DL_DIR},1G,100K \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${SSTATE_DIR},1G,100K \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,/tmp,100M,100K \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${TMPDIR},100M,1K \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${DL_DIR},100M,1K \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${SSTATE_DIR},100M,1K \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,/tmp,10M,1K"&lt;BR /&gt;PACKAGECONFIG_append_pn-qemu-native = " sdl"&lt;BR /&gt;PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"&lt;BR /&gt;CONF_VERSION = "1"&lt;BR /&gt;IMAGE_INSTALL_append ?= “ iperf bridge-utils”&lt;BR /&gt;DL_DIR ?= "${BSPDIR}/downloads/"&lt;BR /&gt;ACCEPT_FSL_EULA = "1"&lt;BR /&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But after running bitbake command, it is spitting error:&lt;/P&gt;&lt;P&gt;$ bitbake -s&lt;BR /&gt;ERROR: ParseError at /work/test/Yocto/imx-yocto-bsp/build/conf/local.conf:19: unparsed line: 'IMAGE_INSTALL_append = “ iperf bridge-utils”'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ravi Kant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2018 12:05:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-iperf-and-brctl-in-imx8-yocto-build/m-p/793230#M122852</guid>
      <dc:creator>vikaskolapudi</dc:creator>
      <dc:date>2018-11-28T12:05:39Z</dc:date>
    </item>
  </channel>
</rss>

