<?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: imx8m ffmpeg error</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-ffmpeg-error/m-p/865221#M131792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;checked twice, I didn't find your typo, I thought you use the correct settings because I built suceessfully like this,&amp;nbsp; thanks for your sharing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Mar 2019 09:03:51 GMT</pubDate>
    <dc:creator>joanxie</dc:creator>
    <dc:date>2019-03-21T09:03:51Z</dc:date>
    <item>
      <title>imx8m ffmpeg error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-ffmpeg-error/m-p/865219#M131790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in conf/local.conf&lt;/P&gt;&lt;P&gt;add:&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = "ffmpeg"&lt;BR /&gt;LICENSE_FLAGS_WHITELIST = 'commercial'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bitbake fsl-image-validation-imx&lt;/P&gt;&lt;P&gt;ERROR: ffmpeg-3.3.3-r0 do_unpack: Error executing a python function in exec_python_func() autogenerated:&lt;/P&gt;&lt;P&gt;The stack trace of python calls that resulted in this exception/failure was:&lt;BR /&gt;File: 'exec_python_func() autogenerated', lineno: 2, function: &amp;lt;module&amp;gt;&lt;BR /&gt; 0001:&lt;BR /&gt; *** 0002:extend_recipe_sysroot(d)&lt;BR /&gt; 0003:&lt;BR /&gt;File: '/root/imx-yb/sources/poky/meta/classes/staging.bbclass', lineno: 565, function: extend_recipe_sysroot&lt;BR /&gt; 0561: dest = newmanifest[l]&lt;BR /&gt; 0562: if l.endswith("/"):&lt;BR /&gt; 0563: staging_copydir(l, targetdir, dest, seendirs)&lt;BR /&gt; 0564: continue&lt;BR /&gt; *** 0565: staging_copyfile(l, targetdir, dest, postinsts, seendirs)&lt;BR /&gt; 0566:&lt;BR /&gt; 0567: bb.note("Installed into sysroot: %s" % str(msg_adding))&lt;BR /&gt; 0568: bb.note("Skipping as already exists in sysroot: %s" % str(msg_exists))&lt;BR /&gt; 0569:&lt;BR /&gt;File: '/root/imx-yb/sources/poky/meta/classes/staging.bbclass', lineno: 151, function: staging_copyfile&lt;BR /&gt; 0147: os.symlink(linkto, dest)&lt;BR /&gt; 0148: #bb.warn(c)&lt;BR /&gt; 0149: else:&lt;BR /&gt; 0150: try:&lt;BR /&gt; *** 0151: os.link(c, dest)&lt;BR /&gt; 0152: except OSError as err:&lt;BR /&gt; 0153: if err.errno == errno.EXDEV:&lt;BR /&gt; 0154: bb.utils.copyfile(c, dest)&lt;BR /&gt; 0155: else:&lt;BR /&gt;Exception: FileExistsError: [Errno 17] File exists: '/root/imx-yb/build_fsl-test/tmp/sysroots-components/x86_64/autoconf-native/sysroot-providers/autoconf-native' -&amp;gt; '/root/imx-yb/build_fsl-test/tmp/work/aarch64-poky-linux/ffmpeg/3.3.3-r0/recipe-sysroot-native/sysroot-providers/autoconf-native'&lt;/P&gt;&lt;P&gt;ERROR: ffmpeg-3.3.3-r0 do_unpack: Function failed: extend_recipe_sysroot&lt;BR /&gt;ERROR: Logfile of failure stored in: /root/imx-yb/build_fsl-test/tmp/work/aarch64-poky-linux/ffmpeg/3.3.3-r0/temp/log.do_unpack.2405&lt;BR /&gt;ERROR: Task (/root/imx-yb/sources/poky/meta/recipes-multimedia/ffmpeg/ffmpeg_3.3.3.bb:do_unpack) failed with exit code '1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or add:&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = "gst-ffmpeg"&lt;BR /&gt;LICENSE_FLAGS_WHITELIST = 'commercial'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bitbake fsl-image-validation-imx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Nothing RPROVIDES 'gst-ffmpeg' (but /root/imx-yb/sources/meta-fsl-bsp-release/imx/meta-sdk/recipes-fsl/images/fsl-image-validation-imx.bb RDEPENDS on or otherwise requires it)&lt;BR /&gt;NOTE: Runtime target 'gst-ffmpeg' is unbuildable, removing...&lt;BR /&gt;Missing or unbuildable dependency chain was: ['gst-ffmpeg']&lt;BR /&gt;ERROR: Required build target 'fsl-image-validation-imx' has no buildable providers.&lt;BR /&gt;Missing or unbuildable dependency chain was: ['fsl-image-validation-imx', 'gst-ffmpeg']&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need imx8 ffmpeg to decode video camera, so i don't how to add ffmpeg support on imx8&lt;/P&gt;&lt;P&gt;yuv422 to rgb888 , how can i add ffmpeg to yocto(imx-4.9.88-2.0.0_ga)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2019 04:16:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8m-ffmpeg-error/m-p/865219#M131790</guid>
      <dc:creator>1444361620</dc:creator>
      <dc:date>2019-03-18T04:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: imx8m ffmpeg error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-ffmpeg-error/m-p/865220#M131791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello, i had fixed this question,&lt;/P&gt;&lt;P&gt;must&lt;/P&gt;&lt;P&gt;LICENSE_FLAGS_WHITELIST = "commercial"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2019 03:15:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8m-ffmpeg-error/m-p/865220#M131791</guid>
      <dc:creator>1444361620</dc:creator>
      <dc:date>2019-03-20T03:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: imx8m ffmpeg error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-ffmpeg-error/m-p/865221#M131792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;checked twice, I didn't find your typo, I thought you use the correct settings because I built suceessfully like this,&amp;nbsp; thanks for your sharing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2019 09:03:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8m-ffmpeg-error/m-p/865221#M131792</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2019-03-21T09:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: imx8m ffmpeg error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-ffmpeg-error/m-p/865222#M131793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joan Xie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;follow your setting, it's ok, very thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2019 11:06:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8m-ffmpeg-error/m-p/865222#M131793</guid>
      <dc:creator>1444361620</dc:creator>
      <dc:date>2019-03-21T11:06:41Z</dc:date>
    </item>
  </channel>
</rss>

