All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
       [not found] <CAGQ3h144Hp00zHw+F2Px2+dFYtXti6aoBDYs7qe9j0tEZFbiyg@mail.gmail.com>
@ 2023-01-25 13:05 ` Alexander Kanavin
  2023-01-27  6:46   ` Nikita Gupta
  2023-01-25 17:21 ` Khem Raj
  1 sibling, 1 reply; 17+ messages in thread
From: Alexander Kanavin @ 2023-01-25 13:05 UTC (permalink / raw)
  To: Nikita Gupta; +Cc: Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 1612 bytes --]

What happens if you bitbake libimx… thingy directly?

Alex

On Wed 25. Jan 2023 at 13.47, Nikita Gupta <nikitagupta2509@gmail.com>
wrote:

> Hello list,
>
> I was just making image for imx8mplus by adding few pkgs in my local.conf
> but encountered few errors so i am here for your help.
> I added below pkgs in my local.conf file
>
> IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base
> gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
> gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap imx-gpu-g2d
> imx-gpu-viv gstreamer1.0-plugins-imx imx-gst1.0-plugin"
> LICENSE_FLAGS_WHITELIST = "commercial"
> IMAGE_INSTALL:append = "kernel-devsrc"
> IMAGE_INSTALL_append += "gstreamer1.0-rtsp-server gst-variable-rtsp-server"
> IMAGE_INSTALL:append = " gtk+3"
> CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev
> libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev
> libopencv-ml-dev"
> IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "
>
> So my local.conf file now looks like this
> So i am getting below error after baking my recipe ( Attached image).
>
> Please tell what should I need to do to resolve this.
>
> Thanks in advance
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#59056):
> https://lists.yoctoproject.org/g/yocto/message/59056
> Mute This Topic: https://lists.yoctoproject.org/mt/96519310/1686489
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [
> alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 2874 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
       [not found] <CAGQ3h144Hp00zHw+F2Px2+dFYtXti6aoBDYs7qe9j0tEZFbiyg@mail.gmail.com>
  2023-01-25 13:05 ` [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus Alexander Kanavin
@ 2023-01-25 17:21 ` Khem Raj
  2023-01-27  6:45   ` Nikita Gupta
  1 sibling, 1 reply; 17+ messages in thread
From: Khem Raj @ 2023-01-25 17:21 UTC (permalink / raw)
  To: Nikita Gupta, Yocto-mailing-list


[-- Attachment #1.1.1: Type: text/plain, Size: 1666 bytes --]

On 1/25/23 4:47 AM, Nikita Gupta wrote:
> Hello list,
> 
> I was just making image for imx8mplus by adding few pkgs in my 
> local.conf but encountered few errors so i am here for your help.
> I added below pkgs in my local.conf file
> 
> IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base 
> gstreamer1.0-plugins-good gstreamer1.0-plugins-bad 
> gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap imx-gpu-g2d 
> imx-gpu-viv gstreamer1.0-plugins-imx imx-gst1.0-plugin"
> LICENSE_FLAGS_WHITELIST = "commercial"
> IMAGE_INSTALL:append = "kernel-devsrc"
> IMAGE_INSTALL_append += "gstreamer1.0-rtsp-server gst-variable-rtsp-server"
> IMAGE_INSTALL:append = " gtk+3"
> CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev 
> libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev 
> libopencv-ml-dev"
> IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "
> 
> So my local.conf file now looks like this
> So i am getting below error after baking my recipe ( Attached image).
> 
> Please tell what should I need to do to resolve this.
> 

Do you have ACCEPT_FSL_EULA = "1" set in config metadata e.g. local.conf 
or site.conf ?

> Thanks in advance
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> You automatically follow any topics you start or reply to.
> View/Reply Online (#59056): https://lists.yoctoproject.org/g/yocto/message/59056
> Mute This Topic: https://lists.yoctoproject.org/mt/96519310/1997914
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 2613 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 203 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
  2023-01-25 17:21 ` Khem Raj
@ 2023-01-27  6:45   ` Nikita Gupta
  0 siblings, 0 replies; 17+ messages in thread
From: Nikita Gupta @ 2023-01-27  6:45 UTC (permalink / raw)
  To: Khem Raj, Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 1992 bytes --]

Hello sir

Yes, i had accepted everything while sourcing the build directory before
bitbake (there was step asking for accept t&c) but not set ACCEPT_FSL_EULA
= "1" such thing in local.conf or metadata .

Regards
Nikita Gupta


On Wed, Jan 25, 2023, 22:51 Khem Raj <raj.khem@gmail.com> wrote:

> On 1/25/23 4:47 AM, Nikita Gupta wrote:
> > Hello list,
> >
> > I was just making image for imx8mplus by adding few pkgs in my
> > local.conf but encountered few errors so i am here for your help.
> > I added below pkgs in my local.conf file
> >
> > IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base
> > gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
> > gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap imx-gpu-g2d
> > imx-gpu-viv gstreamer1.0-plugins-imx imx-gst1.0-plugin"
> > LICENSE_FLAGS_WHITELIST = "commercial"
> > IMAGE_INSTALL:append = "kernel-devsrc"
> > IMAGE_INSTALL_append += "gstreamer1.0-rtsp-server
> gst-variable-rtsp-server"
> > IMAGE_INSTALL:append = " gtk+3"
> > CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev
> > libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev
> > libopencv-ml-dev"
> > IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "
> >
> > So my local.conf file now looks like this
> > So i am getting below error after baking my recipe ( Attached image).
> >
> > Please tell what should I need to do to resolve this.
> >
>
> Do you have ACCEPT_FSL_EULA = "1" set in config metadata e.g. local.conf
> or site.conf ?
>
> > Thanks in advance
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > You automatically follow any topics you start or reply to.
> > View/Reply Online (#59056):
> https://lists.yoctoproject.org/g/yocto/message/59056
> > Mute This Topic: https://lists.yoctoproject.org/mt/96519310/1997914
> > Group Owner: yocto+owner@lists.yoctoproject.org
> > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [
> raj.khem@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>

[-- Attachment #2: Type: text/html, Size: 3202 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
  2023-01-25 13:05 ` [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus Alexander Kanavin
@ 2023-01-27  6:46   ` Nikita Gupta
  2023-01-27  9:05     ` Alexander Kanavin
  0 siblings, 1 reply; 17+ messages in thread
From: Nikita Gupta @ 2023-01-27  6:46 UTC (permalink / raw)
  To: Alexander Kanavin, Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 1859 bytes --]

Hello Alexander

I am not getting your query . Can u please explain your question?

Regards
Nikita Gupta

On Wed, Jan 25, 2023, 18:35 Alexander Kanavin <alex.kanavin@gmail.com>
wrote:

> What happens if you bitbake libimx… thingy directly?
>
> Alex
>
> On Wed 25. Jan 2023 at 13.47, Nikita Gupta <nikitagupta2509@gmail.com>
> wrote:
>
>> Hello list,
>>
>> I was just making image for imx8mplus by adding few pkgs in my local.conf
>> but encountered few errors so i am here for your help.
>> I added below pkgs in my local.conf file
>>
>> IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base
>> gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
>> gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap imx-gpu-g2d
>> imx-gpu-viv gstreamer1.0-plugins-imx imx-gst1.0-plugin"
>> LICENSE_FLAGS_WHITELIST = "commercial"
>> IMAGE_INSTALL:append = "kernel-devsrc"
>> IMAGE_INSTALL_append += "gstreamer1.0-rtsp-server
>> gst-variable-rtsp-server"
>> IMAGE_INSTALL:append = " gtk+3"
>> CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev
>> libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev
>> libopencv-ml-dev"
>> IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "
>>
>> So my local.conf file now looks like this
>> So i am getting below error after baking my recipe ( Attached image).
>>
>> Please tell what should I need to do to resolve this.
>>
>> Thanks in advance
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#59056):
>> https://lists.yoctoproject.org/g/yocto/message/59056
>> Mute This Topic: https://lists.yoctoproject.org/mt/96519310/1686489
>> Group Owner: yocto+owner@lists.yoctoproject.org
>> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [
>> alex.kanavin@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
>>

[-- Attachment #2: Type: text/html, Size: 3538 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
  2023-01-27  6:46   ` Nikita Gupta
@ 2023-01-27  9:05     ` Alexander Kanavin
  2023-01-27 11:30       ` Nikita Gupta
  0 siblings, 1 reply; 17+ messages in thread
From: Alexander Kanavin @ 2023-01-27  9:05 UTC (permalink / raw)
  To: Nikita Gupta; +Cc: Yocto-mailing-list

The screenshot indicates the problem originates in libimxvpuapi2
recipe. So you should get more information by running 'bitbake
libimxvpuapi2'.

Alex

On Fri, 27 Jan 2023 at 07:46, Nikita Gupta <nikitagupta2509@gmail.com> wrote:
>
> Hello Alexander
>
> I am not getting your query . Can u please explain your question?
>
> Regards
> Nikita Gupta
>
> On Wed, Jan 25, 2023, 18:35 Alexander Kanavin <alex.kanavin@gmail.com> wrote:
>>
>> What happens if you bitbake libimx… thingy directly?
>>
>> Alex
>>
>> On Wed 25. Jan 2023 at 13.47, Nikita Gupta <nikitagupta2509@gmail.com> wrote:
>>>
>>> Hello list,
>>>
>>> I was just making image for imx8mplus by adding few pkgs in my local.conf but encountered few errors so i am here for your help.
>>> I added below pkgs in my local.conf file
>>>
>>> IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap imx-gpu-g2d imx-gpu-viv gstreamer1.0-plugins-imx imx-gst1.0-plugin"
>>> LICENSE_FLAGS_WHITELIST = "commercial"
>>> IMAGE_INSTALL:append = "kernel-devsrc"
>>> IMAGE_INSTALL_append += "gstreamer1.0-rtsp-server gst-variable-rtsp-server"
>>> IMAGE_INSTALL:append = " gtk+3"
>>> CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev libopencv-ml-dev"
>>> IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "
>>>
>>> So my local.conf file now looks like this
>>> So i am getting below error after baking my recipe ( Attached image).
>>>
>>> Please tell what should I need to do to resolve this.
>>>
>>> Thanks in advance
>>>
>>> -=-=-=-=-=-=-=-=-=-=-=-
>>> Links: You receive all messages sent to this group.
>>> View/Reply Online (#59056): https://lists.yoctoproject.org/g/yocto/message/59056
>>> Mute This Topic: https://lists.yoctoproject.org/mt/96519310/1686489
>>> Group Owner: yocto+owner@lists.yoctoproject.org
>>> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [alex.kanavin@gmail.com]
>>> -=-=-=-=-=-=-=-=-=-=-=-
>>>


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
  2023-01-27  9:05     ` Alexander Kanavin
@ 2023-01-27 11:30       ` Nikita Gupta
  2023-01-27 11:48         ` Nikita Gupta
  2023-01-27 12:32         ` Alexander Kanavin
  0 siblings, 2 replies; 17+ messages in thread
From: Nikita Gupta @ 2023-01-27 11:30 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: Yocto-mailing-list


[-- Attachment #1.1: Type: text/plain, Size: 2525 bytes --]

Hello Alex

When i run bitbake libimxvpuapi2 and it shows below error (images
attached).
Can you please tell me that is "libimxvpuapi2" compatible with imx8mplus
board?

Thanks in Advance

On Fri, 27 Jan 2023 at 14:35, Alexander Kanavin <alex.kanavin@gmail.com>
wrote:

> The screenshot indicates the problem originates in libimxvpuapi2
> recipe. So you should get more information by running 'bitbake
> libimxvpuapi2'.
>
> Alex
>
> On Fri, 27 Jan 2023 at 07:46, Nikita Gupta <nikitagupta2509@gmail.com>
> wrote:
> >
> > Hello Alexander
> >
> > I am not getting your query . Can u please explain your question?
> >
> > Regards
> > Nikita Gupta
> >
> > On Wed, Jan 25, 2023, 18:35 Alexander Kanavin <alex.kanavin@gmail.com>
> wrote:
> >>
> >> What happens if you bitbake libimx… thingy directly?
> >>
> >> Alex
> >>
> >> On Wed 25. Jan 2023 at 13.47, Nikita Gupta <nikitagupta2509@gmail.com>
> wrote:
> >>>
> >>> Hello list,
> >>>
> >>> I was just making image for imx8mplus by adding few pkgs in my
> local.conf but encountered few errors so i am here for your help.
> >>> I added below pkgs in my local.conf file
> >>>
> >>> IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base
> gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
> gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap imx-gpu-g2d
> imx-gpu-viv gstreamer1.0-plugins-imx imx-gst1.0-plugin"
> >>> LICENSE_FLAGS_WHITELIST = "commercial"
> >>> IMAGE_INSTALL:append = "kernel-devsrc"
> >>> IMAGE_INSTALL_append += "gstreamer1.0-rtsp-server
> gst-variable-rtsp-server"
> >>> IMAGE_INSTALL:append = " gtk+3"
> >>> CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev
> libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev
> libopencv-ml-dev"
> >>> IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "
> >>>
> >>> So my local.conf file now looks like this
> >>> So i am getting below error after baking my recipe ( Attached image).
> >>>
> >>> Please tell what should I need to do to resolve this.
> >>>
> >>> Thanks in advance
> >>>
> >>> -=-=-=-=-=-=-=-=-=-=-=-
> >>> Links: You receive all messages sent to this group.
> >>> View/Reply Online (#59056):
> https://lists.yoctoproject.org/g/yocto/message/59056
> >>> Mute This Topic: https://lists.yoctoproject.org/mt/96519310/1686489
> >>> Group Owner: yocto+owner@lists.yoctoproject.org
> >>> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [
> alex.kanavin@gmail.com]
> >>> -=-=-=-=-=-=-=-=-=-=-=-
> >>>
>

[-- Attachment #1.2: Type: text/html, Size: 3964 bytes --]

[-- Attachment #2: Screenshot from 2023-01-27 16-56-41.png --]
[-- Type: image/png, Size: 247385 bytes --]

[-- Attachment #3: Screenshot from 2023-01-27 16-52-54.png --]
[-- Type: image/png, Size: 236361 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
  2023-01-27 11:30       ` Nikita Gupta
@ 2023-01-27 11:48         ` Nikita Gupta
  2023-01-27 12:25           ` Takayasu Ito
  2023-01-27 12:32         ` Alexander Kanavin
  1 sibling, 1 reply; 17+ messages in thread
From: Nikita Gupta @ 2023-01-27 11:48 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 4957 bytes --]

Hello List,

As i earlier mentioned that i want to do some customisation in local.conf
by adding few pkgs (below).







*IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base
gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap imx-gpu-g2d
imx-gpu-viv gstreamer1.0-plugins-imx
imx-gst1.0-plugin"LICENSE_FLAGS_ACCEPTED = "
commercial"IMAGE_INSTALL:append = "kernel-devsrc"IMAGE_INSTALL:append =
"gstreamer1.0-rtsp-server gst-variable-rtsp-server"IMAGE_INSTALL:append = "
gtk+3"CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev
libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev
libopencv-ml-dev"#LICENSE_FLAGS_WHITELIST = "
commercial"IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "*
 and iafter bitbake m getting below errors.

nikita@nikita-HP-Laptop-15-bs0xx:~/Yocto/imx-yocto-bsp$ *bitbake
imx-image-full*
Loading cache: 100%
|##########################################################################################################|
Time: 0:00:01
Loaded 4736 entries from dependency cache.
Parsing recipes: 100%
|########################################################################################################|
Time: 0:00:02
Parsing of 3190 .bb files complete (3188 cached, 2 parsed). 4738 targets,
262 skipped, 3 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES
'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server' (but
/home/nikita/Yocto/imx-yocto-bsp/sources/meta-imx/meta-sdk/dynamic-layers/qt6-layer/recipes-fsl/images/
imx-image-full.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target
'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server' is unbuildable,
removing...
Missing or unbuildable dependency chain was:
['imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server']
ERROR: Required build target 'imx-image-full' has no buildable providers.
Missing or unbuildable dependency chain was: ['imx-image-full',
'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server']

Summary: There were 2 ERROR messages, returning a non-zero exit code.

These packages are needed i can not remove So please help me what can i do
in this.

Thanks in Advance.

On Fri, 27 Jan 2023 at 17:00, Nikita Gupta <nikitagupta2509@gmail.com>
wrote:

> Hello Alex
>
> When i run bitbake libimxvpuapi2 and it shows below error (images
> attached).
> Can you please tell me that is "libimxvpuapi2" compatible with imx8mplus
> board?
>
> Thanks in Advance
>
> On Fri, 27 Jan 2023 at 14:35, Alexander Kanavin <alex.kanavin@gmail.com>
> wrote:
>
>> The screenshot indicates the problem originates in libimxvpuapi2
>> recipe. So you should get more information by running 'bitbake
>> libimxvpuapi2'.
>>
>> Alex
>>
>> On Fri, 27 Jan 2023 at 07:46, Nikita Gupta <nikitagupta2509@gmail.com>
>> wrote:
>> >
>> > Hello Alexander
>> >
>> > I am not getting your query . Can u please explain your question?
>> >
>> > Regards
>> > Nikita Gupta
>> >
>> > On Wed, Jan 25, 2023, 18:35 Alexander Kanavin <alex.kanavin@gmail.com>
>> wrote:
>> >>
>> >> What happens if you bitbake libimx… thingy directly?
>> >>
>> >> Alex
>> >>
>> >> On Wed 25. Jan 2023 at 13.47, Nikita Gupta <nikitagupta2509@gmail.com>
>> wrote:
>> >>>
>> >>> Hello list,
>> >>>
>> >>> I was just making image for imx8mplus by adding few pkgs in my
>> local.conf but encountered few errors so i am here for your help.
>> >>> I added below pkgs in my local.conf file
>> >>>
>> >>> IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base
>> gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
>> gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap imx-gpu-g2d
>> imx-gpu-viv gstreamer1.0-plugins-imx imx-gst1.0-plugin"
>> >>> LICENSE_FLAGS_WHITELIST = "commercial"
>> >>> IMAGE_INSTALL:append = "kernel-devsrc"
>> >>> IMAGE_INSTALL_append += "gstreamer1.0-rtsp-server
>> gst-variable-rtsp-server"
>> >>> IMAGE_INSTALL:append = " gtk+3"
>> >>> CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev
>> libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev
>> libopencv-ml-dev"
>> >>> IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "
>> >>>
>> >>> So my local.conf file now looks like this
>> >>> So i am getting below error after baking my recipe ( Attached image).
>> >>>
>> >>> Please tell what should I need to do to resolve this.
>> >>>
>> >>> Thanks in advance
>> >>>
>> >>> -=-=-=-=-=-=-=-=-=-=-=-
>> >>> Links: You receive all messages sent to this group.
>> >>> View/Reply Online (#59056):
>> https://lists.yoctoproject.org/g/yocto/message/59056
>> >>> Mute This Topic: https://lists.yoctoproject.org/mt/96519310/1686489
>> >>> Group Owner: yocto+owner@lists.yoctoproject.org
>> >>> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [
>> alex.kanavin@gmail.com]
>> >>> -=-=-=-=-=-=-=-=-=-=-=-
>> >>>
>>
>

[-- Attachment #2: Type: text/html, Size: 6936 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
  2023-01-27 11:48         ` Nikita Gupta
@ 2023-01-27 12:25           ` Takayasu Ito
  2023-01-30 11:19             ` Nikita Gupta
  0 siblings, 1 reply; 17+ messages in thread
From: Takayasu Ito @ 2023-01-27 12:25 UTC (permalink / raw)
  To: Nikita Gupta, Alexander Kanavin; +Cc: Yocto-mailing-list

Hi Nikita

 > *IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad

If you do not put a space after the double quotation marks, the package names before and after will be attached to each other 
during the merge.

See 
https://docs.yoctoproject.org/bitbake/2.2/bitbake-user-manual/bitbake-user-manual-metadata.html#appending-and-prepending-override-style-syntax

On 2023/01/27 20:48, Nikita Gupta wrote:
> Hello List,
> 
> As i earlier mentioned that i want to do some customisation in local.conf by adding few pkgs (below).
> *IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad 
> gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap imx-gpu-g2d imx-gpu-viv gstreamer1.0-plugins-imx imx-gst1.0-plugin"
> LICENSE_FLAGS_ACCEPTED = " commercial"
> IMAGE_INSTALL:append = "kernel-devsrc"
> IMAGE_INSTALL:append = "gstreamer1.0-rtsp-server gst-variable-rtsp-server"
> IMAGE_INSTALL:append = " gtk+3"
> CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev 
> libopencv-ml-dev"
> #LICENSE_FLAGS_WHITELIST = " commercial"
> IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "*
>   and iafter bitbake m getting below errors.
> 
> nikita@nikita-HP-Laptop-15-bs0xx:~/Yocto/imx-yocto-bsp$ *bitbake imx-image-full*
> Loading cache: 100% |##########################################################################################################| 
> Time: 0:00:01
> Loaded 4736 entries from dependency cache.
> Parsing recipes: 100% |########################################################################################################| 
> Time: 0:00:02
> Parsing of 3190 .bb files complete (3188 cached, 2 parsed). 4738 targets, 262 skipped, 3 masked, 0 errors.
> NOTE: Resolving any missing task queue dependencies
> ERROR: Nothing RPROVIDES 'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server' (but 
> /home/nikita/Yocto/imx-yocto-bsp/sources/meta-imx/meta-sdk/dynamic-layers/qt6-layer/recipes-fsl/images/imx-image-full.bb 
> <http://imx-image-full.bb> RDEPENDS on or otherwise requires it)
> NOTE: Runtime target 'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server']
> ERROR: Required build target 'imx-image-full' has no buildable providers.
> Missing or unbuildable dependency chain was: ['imx-image-full', 'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server']
> 
> Summary: There were 2 ERROR messages, returning a non-zero exit code.
> 
> These packages are needed i can not remove So please help me what can i do in this.
> 
> Thanks in Advance.
> 
> On Fri, 27 Jan 2023 at 17:00, Nikita Gupta <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>> wrote:
> 
>     Hello Alex
> 
>     When i run bitbake libimxvpuapi2 and it shows below error (images attached).
>     Can you please tell me that is "libimxvpuapi2" compatible with imx8mplus board?
> 
>     Thanks in Advance
> 
>     On Fri, 27 Jan 2023 at 14:35, Alexander Kanavin <alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>> wrote:
> 
>         The screenshot indicates the problem originates in libimxvpuapi2
>         recipe. So you should get more information by running 'bitbake
>         libimxvpuapi2'.
> 
>         Alex
> 
>         On Fri, 27 Jan 2023 at 07:46, Nikita Gupta <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>> wrote:
>          >
>          > Hello Alexander
>          >
>          > I am not getting your query . Can u please explain your question?
>          >
>          > Regards
>          > Nikita Gupta
>          >
>          > On Wed, Jan 25, 2023, 18:35 Alexander Kanavin <alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>> wrote:
>          >>
>          >> What happens if you bitbake libimx… thingy directly?
>          >>
>          >> Alex
>          >>
>          >> On Wed 25. Jan 2023 at 13.47, Nikita Gupta <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>> wrote:
>          >>>
>          >>> Hello list,
>          >>>
>          >>> I was just making image for imx8mplus by adding few pkgs in my local.conf but encountered few errors so i am here
>         for your help.
>          >>> I added below pkgs in my local.conf file
>          >>>
>          >>> IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
>         gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap imx-gpu-g2d imx-gpu-viv gstreamer1.0-plugins-imx
>         imx-gst1.0-plugin"
>          >>> LICENSE_FLAGS_WHITELIST = "commercial"
>          >>> IMAGE_INSTALL:append = "kernel-devsrc"
>          >>> IMAGE_INSTALL_append += "gstreamer1.0-rtsp-server gst-variable-rtsp-server"
>          >>> IMAGE_INSTALL:append = " gtk+3"
>          >>> CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev libopencv-highgui-dev libopencv-imgproc-dev
>         libopencv-objdetect-dev libopencv-ml-dev"
>          >>> IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "
>          >>>
>          >>> So my local.conf file now looks like this
>          >>> So i am getting below error after baking my recipe ( Attached image).
>          >>>
>          >>> Please tell what should I need to do to resolve this.
>          >>>
>          >>> Thanks in advance
>          >>>
>          >>>
>          >>>
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#59078): https://lists.yoctoproject.org/g/yocto/message/59078
> Mute This Topic: https://lists.yoctoproject.org/mt/96519310/3617373
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [ito@lineo.co.jp]
> -=-=-=-=-=-=-=-=-=-=-=-
> 

-- 
Takayasu Ito
Solution Department, Lineo Solutions, Inc.
https://www.lineo.co.jp/english/
Email: ito@lineo.co.jp
Yocto Project Ambassador



^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
  2023-01-27 11:30       ` Nikita Gupta
  2023-01-27 11:48         ` Nikita Gupta
@ 2023-01-27 12:32         ` Alexander Kanavin
  1 sibling, 0 replies; 17+ messages in thread
From: Alexander Kanavin @ 2023-01-27 12:32 UTC (permalink / raw)
  To: Nikita Gupta; +Cc: Yocto-mailing-list

This is different to the previous error. Yocto itself does not prevent
the recipe from building, but something inside the component is
producing an error during configuration. One of the screenshots
mentions that 'hantro_h1' is not found, so you need to investigate why
is it being searched for and why it's not where it should be. There's
also a message about 'complete log' that you can check.

Alex

On Fri, 27 Jan 2023 at 12:30, Nikita Gupta <nikitagupta2509@gmail.com> wrote:
>
> Hello Alex
>
> When i run bitbake libimxvpuapi2 and it shows below error (images attached).
> Can you please tell me that is "libimxvpuapi2" compatible with imx8mplus board?
>
> Thanks in Advance
>
> On Fri, 27 Jan 2023 at 14:35, Alexander Kanavin <alex.kanavin@gmail.com> wrote:
>>
>> The screenshot indicates the problem originates in libimxvpuapi2
>> recipe. So you should get more information by running 'bitbake
>> libimxvpuapi2'.
>>
>> Alex
>>
>> On Fri, 27 Jan 2023 at 07:46, Nikita Gupta <nikitagupta2509@gmail.com> wrote:
>> >
>> > Hello Alexander
>> >
>> > I am not getting your query . Can u please explain your question?
>> >
>> > Regards
>> > Nikita Gupta
>> >
>> > On Wed, Jan 25, 2023, 18:35 Alexander Kanavin <alex.kanavin@gmail.com> wrote:
>> >>
>> >> What happens if you bitbake libimx… thingy directly?
>> >>
>> >> Alex
>> >>
>> >> On Wed 25. Jan 2023 at 13.47, Nikita Gupta <nikitagupta2509@gmail.com> wrote:
>> >>>
>> >>> Hello list,
>> >>>
>> >>> I was just making image for imx8mplus by adding few pkgs in my local.conf but encountered few errors so i am here for your help.
>> >>> I added below pkgs in my local.conf file
>> >>>
>> >>> IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap imx-gpu-g2d imx-gpu-viv gstreamer1.0-plugins-imx imx-gst1.0-plugin"
>> >>> LICENSE_FLAGS_WHITELIST = "commercial"
>> >>> IMAGE_INSTALL:append = "kernel-devsrc"
>> >>> IMAGE_INSTALL_append += "gstreamer1.0-rtsp-server gst-variable-rtsp-server"
>> >>> IMAGE_INSTALL:append = " gtk+3"
>> >>> CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev libopencv-ml-dev"
>> >>> IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "
>> >>>
>> >>> So my local.conf file now looks like this
>> >>> So i am getting below error after baking my recipe ( Attached image).
>> >>>
>> >>> Please tell what should I need to do to resolve this.
>> >>>
>> >>> Thanks in advance
>> >>>
>> >>> -=-=-=-=-=-=-=-=-=-=-=-
>> >>> Links: You receive all messages sent to this group.
>> >>> View/Reply Online (#59056): https://lists.yoctoproject.org/g/yocto/message/59056
>> >>> Mute This Topic: https://lists.yoctoproject.org/mt/96519310/1686489
>> >>> Group Owner: yocto+owner@lists.yoctoproject.org
>> >>> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [alex.kanavin@gmail.com]
>> >>> -=-=-=-=-=-=-=-=-=-=-=-
>> >>>


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
  2023-01-27 12:25           ` Takayasu Ito
@ 2023-01-30 11:19             ` Nikita Gupta
  2023-01-30 16:44               ` Khem Raj
  2023-01-31  2:34               ` Takayasu Ito
  0 siblings, 2 replies; 17+ messages in thread
From: Nikita Gupta @ 2023-01-30 11:19 UTC (permalink / raw)
  To: Takayasu Ito; +Cc: Alexander Kanavin, Yocto-mailing-list


[-- Attachment #1.1: Type: text/plain, Size: 6727 bytes --]

Hello Takayasu
Thanks for your suggestion,  but after implementing i am facing same thing
(see attached image).

Regards
Nikita Gupta

On Fri, 27 Jan 2023 at 17:55, Takayasu Ito <ito@lineo.co.jp> wrote:

> Hi Nikita
>
>  > *IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base
> gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
>
> If you do not put a space after the double quotation marks, the package
> names before and after will be attached to each other
> during the merge.
>
> See
>
> https://docs.yoctoproject.org/bitbake/2.2/bitbake-user-manual/bitbake-user-manual-metadata.html#appending-and-prepending-override-style-syntax
>
> On 2023/01/27 20:48, Nikita Gupta wrote:
> > Hello List,
> >
> > As i earlier mentioned that i want to do some customisation in
> local.conf by adding few pkgs (below).
> > *IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base
> gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
> > gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap imx-gpu-g2d
> imx-gpu-viv gstreamer1.0-plugins-imx imx-gst1.0-plugin"
> > LICENSE_FLAGS_ACCEPTED = " commercial"
> > IMAGE_INSTALL:append = "kernel-devsrc"
> > IMAGE_INSTALL:append = "gstreamer1.0-rtsp-server
> gst-variable-rtsp-server"
> > IMAGE_INSTALL:append = " gtk+3"
> > CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev
> libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev
> > libopencv-ml-dev"
> > #LICENSE_FLAGS_WHITELIST = " commercial"
> > IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "*
> >   and iafter bitbake m getting below errors.
> >
> > nikita@nikita-HP-Laptop-15-bs0xx:~/Yocto/imx-yocto-bsp$ *bitbake
> imx-image-full*
> > Loading cache: 100%
> |##########################################################################################################|
>
> > Time: 0:00:01
> > Loaded 4736 entries from dependency cache.
> > Parsing recipes: 100%
> |########################################################################################################|
>
> > Time: 0:00:02
> > Parsing of 3190 .bb files complete (3188 cached, 2 parsed). 4738
> targets, 262 skipped, 3 masked, 0 errors.
> > NOTE: Resolving any missing task queue dependencies
> > ERROR: Nothing RPROVIDES
> 'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server' (but
> >
> /home/nikita/Yocto/imx-yocto-bsp/sources/meta-imx/meta-sdk/dynamic-layers/qt6-layer/recipes-fsl/images/
> imx-image-full.bb
> > <http://imx-image-full.bb> RDEPENDS on or otherwise requires it)
> > NOTE: Runtime target
> 'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server' is unbuildable,
> removing...
> > Missing or unbuildable dependency chain was:
> ['imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server']
> > ERROR: Required build target 'imx-image-full' has no buildable providers.
> > Missing or unbuildable dependency chain was: ['imx-image-full',
> 'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server']
> >
> > Summary: There were 2 ERROR messages, returning a non-zero exit code.
> >
> > These packages are needed i can not remove So please help me what can i
> do in this.
> >
> > Thanks in Advance.
> >
> > On Fri, 27 Jan 2023 at 17:00, Nikita Gupta <nikitagupta2509@gmail.com
> <mailto:nikitagupta2509@gmail.com>> wrote:
> >
> >     Hello Alex
> >
> >     When i run bitbake libimxvpuapi2 and it shows below error (images
> attached).
> >     Can you please tell me that is "libimxvpuapi2" compatible with
> imx8mplus board?
> >
> >     Thanks in Advance
> >
> >     On Fri, 27 Jan 2023 at 14:35, Alexander Kanavin <
> alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>> wrote:
> >
> >         The screenshot indicates the problem originates in libimxvpuapi2
> >         recipe. So you should get more information by running 'bitbake
> >         libimxvpuapi2'.
> >
> >         Alex
> >
> >         On Fri, 27 Jan 2023 at 07:46, Nikita Gupta <
> nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>> wrote:
> >          >
> >          > Hello Alexander
> >          >
> >          > I am not getting your query . Can u please explain your
> question?
> >          >
> >          > Regards
> >          > Nikita Gupta
> >          >
> >          > On Wed, Jan 25, 2023, 18:35 Alexander Kanavin <
> alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>> wrote:
> >          >>
> >          >> What happens if you bitbake libimx… thingy directly?
> >          >>
> >          >> Alex
> >          >>
> >          >> On Wed 25. Jan 2023 at 13.47, Nikita Gupta <
> nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>> wrote:
> >          >>>
> >          >>> Hello list,
> >          >>>
> >          >>> I was just making image for imx8mplus by adding few pkgs in
> my local.conf but encountered few errors so i am here
> >         for your help.
> >          >>> I added below pkgs in my local.conf file
> >          >>>
> >          >>> IMAGE_INSTALL:append = "gstreamer1.0
> gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
> >         gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap
> imx-gpu-g2d imx-gpu-viv gstreamer1.0-plugins-imx
> >         imx-gst1.0-plugin"
> >          >>> LICENSE_FLAGS_WHITELIST = "commercial"
> >          >>> IMAGE_INSTALL:append = "kernel-devsrc"
> >          >>> IMAGE_INSTALL_append += "gstreamer1.0-rtsp-server
> gst-variable-rtsp-server"
> >          >>> IMAGE_INSTALL:append = " gtk+3"
> >          >>> CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev
> libopencv-highgui-dev libopencv-imgproc-dev
> >         libopencv-objdetect-dev libopencv-ml-dev"
> >          >>> IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "
> >          >>>
> >          >>> So my local.conf file now looks like this
> >          >>> So i am getting below error after baking my recipe (
> Attached image).
> >          >>>
> >          >>> Please tell what should I need to do to resolve this.
> >          >>>
> >          >>> Thanks in advance
> >          >>>
> >          >>>
> >          >>>
> >
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#59078):
> https://lists.yoctoproject.org/g/yocto/message/59078
> > Mute This Topic: https://lists.yoctoproject.org/mt/96519310/3617373
> > Group Owner: yocto+owner@lists.yoctoproject.org
> > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [
> ito@lineo.co.jp]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>
> --
> Takayasu Ito
> Solution Department, Lineo Solutions, Inc.
> https://www.lineo.co.jp/english/
> Email: ito@lineo.co.jp
> Yocto Project Ambassador
>
>

[-- Attachment #1.2: Type: text/html, Size: 9845 bytes --]

[-- Attachment #2: Screenshot from 2023-01-30 13-08-21.png --]
[-- Type: image/png, Size: 296603 bytes --]

[-- Attachment #3: Screenshot from 2023-01-30 13-08-32.png --]
[-- Type: image/png, Size: 247574 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
  2023-01-30 11:19             ` Nikita Gupta
@ 2023-01-30 16:44               ` Khem Raj
       [not found]                 ` <CAGQ3h177M2=N80TDZiDBd-EM2a36BS4zNMJzk_SVPEfJLwmtGA@mail.gmail.com>
  2023-01-31  2:34               ` Takayasu Ito
  1 sibling, 1 reply; 17+ messages in thread
From: Khem Raj @ 2023-01-30 16:44 UTC (permalink / raw)
  To: Nikita Gupta; +Cc: Takayasu Ito, Alexander Kanavin, Yocto-mailing-list

there should be a config.log file generated in the build dir of this
component. Can you share that ?

On Mon, Jan 30, 2023 at 3:19 AM Nikita Gupta <nikitagupta2509@gmail.com> wrote:
>
> Hello Takayasu
> Thanks for your suggestion,  but after implementing i am facing same thing (see attached image).
>
> Regards
> Nikita Gupta
>
> On Fri, 27 Jan 2023 at 17:55, Takayasu Ito <ito@lineo.co.jp> wrote:
>>
>> Hi Nikita
>>
>>  > *IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
>>
>> If you do not put a space after the double quotation marks, the package names before and after will be attached to each other
>> during the merge.
>>
>> See
>> https://docs.yoctoproject.org/bitbake/2.2/bitbake-user-manual/bitbake-user-manual-metadata.html#appending-and-prepending-override-style-syntax
>>
>> On 2023/01/27 20:48, Nikita Gupta wrote:
>> > Hello List,
>> >
>> > As i earlier mentioned that i want to do some customisation in local.conf by adding few pkgs (below).
>> > *IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
>> > gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap imx-gpu-g2d imx-gpu-viv gstreamer1.0-plugins-imx imx-gst1.0-plugin"
>> > LICENSE_FLAGS_ACCEPTED = " commercial"
>> > IMAGE_INSTALL:append = "kernel-devsrc"
>> > IMAGE_INSTALL:append = "gstreamer1.0-rtsp-server gst-variable-rtsp-server"
>> > IMAGE_INSTALL:append = " gtk+3"
>> > CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev
>> > libopencv-ml-dev"
>> > #LICENSE_FLAGS_WHITELIST = " commercial"
>> > IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "*
>> >   and iafter bitbake m getting below errors.
>> >
>> > nikita@nikita-HP-Laptop-15-bs0xx:~/Yocto/imx-yocto-bsp$ *bitbake imx-image-full*
>> > Loading cache: 100% |##########################################################################################################|
>> > Time: 0:00:01
>> > Loaded 4736 entries from dependency cache.
>> > Parsing recipes: 100% |########################################################################################################|
>> > Time: 0:00:02
>> > Parsing of 3190 .bb files complete (3188 cached, 2 parsed). 4738 targets, 262 skipped, 3 masked, 0 errors.
>> > NOTE: Resolving any missing task queue dependencies
>> > ERROR: Nothing RPROVIDES 'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server' (but
>> > /home/nikita/Yocto/imx-yocto-bsp/sources/meta-imx/meta-sdk/dynamic-layers/qt6-layer/recipes-fsl/images/imx-image-full.bb
>> > <http://imx-image-full.bb> RDEPENDS on or otherwise requires it)
>> > NOTE: Runtime target 'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server' is unbuildable, removing...
>> > Missing or unbuildable dependency chain was: ['imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server']
>> > ERROR: Required build target 'imx-image-full' has no buildable providers.
>> > Missing or unbuildable dependency chain was: ['imx-image-full', 'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server']
>> >
>> > Summary: There were 2 ERROR messages, returning a non-zero exit code.
>> >
>> > These packages are needed i can not remove So please help me what can i do in this.
>> >
>> > Thanks in Advance.
>> >
>> > On Fri, 27 Jan 2023 at 17:00, Nikita Gupta <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>> wrote:
>> >
>> >     Hello Alex
>> >
>> >     When i run bitbake libimxvpuapi2 and it shows below error (images attached).
>> >     Can you please tell me that is "libimxvpuapi2" compatible with imx8mplus board?
>> >
>> >     Thanks in Advance
>> >
>> >     On Fri, 27 Jan 2023 at 14:35, Alexander Kanavin <alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>> wrote:
>> >
>> >         The screenshot indicates the problem originates in libimxvpuapi2
>> >         recipe. So you should get more information by running 'bitbake
>> >         libimxvpuapi2'.
>> >
>> >         Alex
>> >
>> >         On Fri, 27 Jan 2023 at 07:46, Nikita Gupta <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>> wrote:
>> >          >
>> >          > Hello Alexander
>> >          >
>> >          > I am not getting your query . Can u please explain your question?
>> >          >
>> >          > Regards
>> >          > Nikita Gupta
>> >          >
>> >          > On Wed, Jan 25, 2023, 18:35 Alexander Kanavin <alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>> wrote:
>> >          >>
>> >          >> What happens if you bitbake libimx… thingy directly?
>> >          >>
>> >          >> Alex
>> >          >>
>> >          >> On Wed 25. Jan 2023 at 13.47, Nikita Gupta <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>> wrote:
>> >          >>>
>> >          >>> Hello list,
>> >          >>>
>> >          >>> I was just making image for imx8mplus by adding few pkgs in my local.conf but encountered few errors so i am here
>> >         for your help.
>> >          >>> I added below pkgs in my local.conf file
>> >          >>>
>> >          >>> IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
>> >         gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap imx-gpu-g2d imx-gpu-viv gstreamer1.0-plugins-imx
>> >         imx-gst1.0-plugin"
>> >          >>> LICENSE_FLAGS_WHITELIST = "commercial"
>> >          >>> IMAGE_INSTALL:append = "kernel-devsrc"
>> >          >>> IMAGE_INSTALL_append += "gstreamer1.0-rtsp-server gst-variable-rtsp-server"
>> >          >>> IMAGE_INSTALL:append = " gtk+3"
>> >          >>> CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev libopencv-highgui-dev libopencv-imgproc-dev
>> >         libopencv-objdetect-dev libopencv-ml-dev"
>> >          >>> IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "
>> >          >>>
>> >          >>> So my local.conf file now looks like this
>> >          >>> So i am getting below error after baking my recipe ( Attached image).
>> >          >>>
>> >          >>> Please tell what should I need to do to resolve this.
>> >          >>>
>> >          >>> Thanks in advance
>> >          >>>
>> >          >>>
>> >          >>>
>> >
>> >
>> >
>> >
>> >
>>
>> --
>> Takayasu Ito
>> Solution Department, Lineo Solutions, Inc.
>> https://www.lineo.co.jp/english/
>> Email: ito@lineo.co.jp
>> Yocto Project Ambassador
>>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> You automatically follow any topics you start or reply to.
> View/Reply Online (#59100): https://lists.yoctoproject.org/g/yocto/message/59100
> Unfollow This Topic: https://lists.yoctoproject.org/unft/96519310/1997914
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
  2023-01-30 11:19             ` Nikita Gupta
  2023-01-30 16:44               ` Khem Raj
@ 2023-01-31  2:34               ` Takayasu Ito
  2023-01-31  7:11                 ` Nikita Gupta
  2023-01-31  8:40                 ` Khem Raj
  1 sibling, 2 replies; 17+ messages in thread
From: Takayasu Ito @ 2023-01-31  2:34 UTC (permalink / raw)
  To: Nikita Gupta; +Cc: Alexander Kanavin, Yocto-mailing-list

Hi  Nikita

The problem is that in the imx-vpu-hantro recipe, the encoder library, 
libhantro_h1.so, is not installed for mx8mp, but is installed for mx8mm.

In the libimxvpuapi2 recipe, imx8mp specifies imx8mm in IMX_PLATFORM.
Therefore, the _encoder variable used in the waf wsctipt file is set to 
true, so a check is made for the presence of hantro_h1, resulting in an 
error.
At this time, libimxvpuapi2 support for imx8m is imx8m and imx8mm, so by 
changing the setting to one for imx8m, which does not use a hardware 
encoder, the build for imx8mp will pass.

Create the libimxvpuapi2_%.bbappen file and add
IMX_PLATFOEM:mx8mp-nxp-bsp = "imx8m"



Translated with www.DeepL.com/Translator (free version)
On 2023/01/30 20:19, Nikita Gupta wrote:
> Hello Takayasu
> Thanks for your suggestion,  but after implementing i am facing same 
> thing (see attached image).
> 
> Regards
> Nikita Gupta
> 
> On Fri, 27 Jan 2023 at 17:55, Takayasu Ito <ito@lineo.co.jp 
> <mailto:ito@lineo.co.jp>> wrote:
> 
>     Hi Nikita
> 
>       > *IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base
>     gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
> 
>     If you do not put a space after the double quotation marks, the
>     package names before and after will be attached to each other
>     during the merge.
> 
>     See
>     https://docs.yoctoproject.org/bitbake/2.2/bitbake-user-manual/bitbake-user-manual-metadata.html#appending-and-prepending-override-style-syntax <https://docs.yoctoproject.org/bitbake/2.2/bitbake-user-manual/bitbake-user-manual-metadata.html#appending-and-prepending-override-style-syntax>
> 
>     On 2023/01/27 20:48, Nikita Gupta wrote:
>      > Hello List,
>      >
>      > As i earlier mentioned that i want to do some customisation in
>     local.conf by adding few pkgs (below).
>      > *IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base
>     gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
>      > gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap
>     imx-gpu-g2d imx-gpu-viv gstreamer1.0-plugins-imx imx-gst1.0-plugin"
>      > LICENSE_FLAGS_ACCEPTED = " commercial"
>      > IMAGE_INSTALL:append = "kernel-devsrc"
>      > IMAGE_INSTALL:append = "gstreamer1.0-rtsp-server
>     gst-variable-rtsp-server"
>      > IMAGE_INSTALL:append = " gtk+3"
>      > CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev
>     libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev
>      > libopencv-ml-dev"
>      > #LICENSE_FLAGS_WHITELIST = " commercial"
>      > IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "*
>      >   and iafter bitbake m getting below errors.
>      >
>      > nikita@nikita-HP-Laptop-15-bs0xx:~/Yocto/imx-yocto-bsp$ *bitbake
>     imx-image-full*
>      > Loading cache: 100%
>     |##########################################################################################################|
>      > Time: 0:00:01
>      > Loaded 4736 entries from dependency cache.
>      > Parsing recipes: 100%
>     |########################################################################################################|
>      > Time: 0:00:02
>      > Parsing of 3190 .bb files complete (3188 cached, 2 parsed). 4738
>     targets, 262 skipped, 3 masked, 0 errors.
>      > NOTE: Resolving any missing task queue dependencies
>      > ERROR: Nothing RPROVIDES
>     'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server' (but
>      >
>     /home/nikita/Yocto/imx-yocto-bsp/sources/meta-imx/meta-sdk/dynamic-layers/qt6-layer/recipes-fsl/images/imx-image-full.bb <http://imx-image-full.bb>
>      > <http://imx-image-full.bb <http://imx-image-full.bb>> RDEPENDS on
>     or otherwise requires it)
>      > NOTE: Runtime target
>     'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server' is
>     unbuildable, removing...
>      > Missing or unbuildable dependency chain was:
>     ['imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server']
>      > ERROR: Required build target 'imx-image-full' has no buildable
>     providers.
>      > Missing or unbuildable dependency chain was: ['imx-image-full',
>     'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server']
>      >
>      > Summary: There were 2 ERROR messages, returning a non-zero exit code.
>      >
>      > These packages are needed i can not remove So please help me what
>     can i do in this.
>      >
>      > Thanks in Advance.
>      >
>      > On Fri, 27 Jan 2023 at 17:00, Nikita Gupta
>     <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>
>     <mailto:nikitagupta2509@gmail.com
>     <mailto:nikitagupta2509@gmail.com>>> wrote:
>      >
>      >     Hello Alex
>      >
>      >     When i run bitbake libimxvpuapi2 and it shows below error
>     (images attached).
>      >     Can you please tell me that is "libimxvpuapi2" compatible
>     with imx8mplus board?
>      >
>      >     Thanks in Advance
>      >
>      >     On Fri, 27 Jan 2023 at 14:35, Alexander Kanavin
>     <alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>
>     <mailto:alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>>> wrote:
>      >
>      >         The screenshot indicates the problem originates in
>     libimxvpuapi2
>      >         recipe. So you should get more information by running
>     'bitbake
>      >         libimxvpuapi2'.
>      >
>      >         Alex
>      >
>      >         On Fri, 27 Jan 2023 at 07:46, Nikita Gupta
>     <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>
>     <mailto:nikitagupta2509@gmail.com
>     <mailto:nikitagupta2509@gmail.com>>> wrote:
>      >          >
>      >          > Hello Alexander
>      >          >
>      >          > I am not getting your query . Can u please explain
>     your question?
>      >          >
>      >          > Regards
>      >          > Nikita Gupta
>      >          >
>      >          > On Wed, Jan 25, 2023, 18:35 Alexander Kanavin
>     <alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>
>     <mailto:alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>>> wrote:
>      >          >>
>      >          >> What happens if you bitbake libimx… thingy directly?
>      >          >>
>      >          >> Alex
>      >          >>
>      >          >> On Wed 25. Jan 2023 at 13.47, Nikita Gupta
>     <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>
>     <mailto:nikitagupta2509@gmail.com
>     <mailto:nikitagupta2509@gmail.com>>> wrote:
>      >          >>>
>      >          >>> Hello list,
>      >          >>>
>      >          >>> I was just making image for imx8mplus by adding few
>     pkgs in my local.conf but encountered few errors so i am here
>      >         for your help.
>      >          >>> I added below pkgs in my local.conf file
>      >          >>>
>      >          >>> IMAGE_INSTALL:append = "gstreamer1.0
>     gstreamer1.0-plugins-base gstreamer1.0-plugins-good
>     gstreamer1.0-plugins-bad
>      >         gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap
>     imx-gpu-g2d imx-gpu-viv gstreamer1.0-plugins-imx
>      >         imx-gst1.0-plugin"
>      >          >>> LICENSE_FLAGS_WHITELIST = "commercial"
>      >          >>> IMAGE_INSTALL:append = "kernel-devsrc"
>      >          >>> IMAGE_INSTALL_append += "gstreamer1.0-rtsp-server
>     gst-variable-rtsp-server"
>      >          >>> IMAGE_INSTALL:append = " gtk+3"
>      >          >>> CORE_IMAGE_EXTRA_INSTALL += " opencv
>     libopencv-core-dev libopencv-highgui-dev libopencv-imgproc-dev
>      >         libopencv-objdetect-dev libopencv-ml-dev"
>      >          >>> IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "
>      >          >>>
>      >          >>> So my local.conf file now looks like this
>      >          >>> So i am getting below error after baking my recipe (
>     Attached image).
>      >          >>>
>      >          >>> Please tell what should I need to do to resolve this.
>      >          >>>
>      >          >>> Thanks in advance
>      >          >>>
>      >          >>>
>      >          >>>
>      >
>      >
>      >
>      > -=-=-=-=-=-=-=-=-=-=-=-
>      > Links: You receive all messages sent to this group.
>      > View/Reply Online (#59078):
>     https://lists.yoctoproject.org/g/yocto/message/59078
>     <https://lists.yoctoproject.org/g/yocto/message/59078>
>      > Mute This Topic:
>     https://lists.yoctoproject.org/mt/96519310/3617373
>     <https://lists.yoctoproject.org/mt/96519310/3617373>
>      > Group Owner: yocto+owner@lists.yoctoproject.org
>     <mailto:yocto%2Bowner@lists.yoctoproject.org>
>      > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
>     <https://lists.yoctoproject.org/g/yocto/unsub> [ito@lineo.co.jp
>     <mailto:ito@lineo.co.jp>]
>      > -=-=-=-=-=-=-=-=-=-=-=-
>      >
> 
>     -- 
>     Takayasu Ito
>     Solution Department, Lineo Solutions, Inc.
>     https://www.lineo.co.jp/english/ <https://www.lineo.co.jp/english/>
>     Email: ito@lineo.co.jp <mailto:ito@lineo.co.jp>
>     Yocto Project Ambassador
> 

-- 
Takayasu Ito
Yocto Project Ambassador
Solution Department Lineo Solutions, Inc.
https://www.lineo.co.jp/english/
Email: ito@lineo.co.jp



^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
       [not found]                 ` <CAGQ3h177M2=N80TDZiDBd-EM2a36BS4zNMJzk_SVPEfJLwmtGA@mail.gmail.com>
@ 2023-01-31  7:10                   ` Nikita Gupta
  0 siblings, 0 replies; 17+ messages in thread
From: Nikita Gupta @ 2023-01-31  7:10 UTC (permalink / raw)
  To: Khem Raj, Yocto-mailing-list


[-- Attachment #1.1: Type: text/plain, Size: 7938 bytes --]

Hello Khem
Please find config.log file in attachment.
Thanks & Regards

On Tue, 31 Jan 2023 at 12:39, Nikita Gupta <nikitagupta2509@gmail.com>
wrote:

> Hello Khem
> Please find config.log file in attachment.
> Thanks & Regards
> Nikita Gupta
>
> On Mon, 30 Jan 2023 at 22:14, Khem Raj <raj.khem@gmail.com> wrote:
>
>> there should be a config.log file generated in the build dir of this
>> component. Can you share that ?
>>
>> On Mon, Jan 30, 2023 at 3:19 AM Nikita Gupta <nikitagupta2509@gmail.com>
>> wrote:
>> >
>> > Hello Takayasu
>> > Thanks for your suggestion,  but after implementing i am facing same
>> thing (see attached image).
>> >
>> > Regards
>> > Nikita Gupta
>> >
>> > On Fri, 27 Jan 2023 at 17:55, Takayasu Ito <ito@lineo.co.jp> wrote:
>> >>
>> >> Hi Nikita
>> >>
>> >>  > *IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base
>> gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
>> >>
>> >> If you do not put a space after the double quotation marks, the
>> package names before and after will be attached to each other
>> >> during the merge.
>> >>
>> >> See
>> >>
>> https://docs.yoctoproject.org/bitbake/2.2/bitbake-user-manual/bitbake-user-manual-metadata.html#appending-and-prepending-override-style-syntax
>> >>
>> >> On 2023/01/27 20:48, Nikita Gupta wrote:
>> >> > Hello List,
>> >> >
>> >> > As i earlier mentioned that i want to do some customisation in
>> local.conf by adding few pkgs (below).
>> >> > *IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base
>> gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
>> >> > gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap
>> imx-gpu-g2d imx-gpu-viv gstreamer1.0-plugins-imx imx-gst1.0-plugin"
>> >> > LICENSE_FLAGS_ACCEPTED = " commercial"
>> >> > IMAGE_INSTALL:append = "kernel-devsrc"
>> >> > IMAGE_INSTALL:append = "gstreamer1.0-rtsp-server
>> gst-variable-rtsp-server"
>> >> > IMAGE_INSTALL:append = " gtk+3"
>> >> > CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev
>> libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev
>> >> > libopencv-ml-dev"
>> >> > #LICENSE_FLAGS_WHITELIST = " commercial"
>> >> > IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "*
>> >> >   and iafter bitbake m getting below errors.
>> >> >
>> >> > nikita@nikita-HP-Laptop-15-bs0xx:~/Yocto/imx-yocto-bsp$ *bitbake
>> imx-image-full*
>> >> > Loading cache: 100%
>> |##########################################################################################################|
>> >> > Time: 0:00:01
>> >> > Loaded 4736 entries from dependency cache.
>> >> > Parsing recipes: 100%
>> |########################################################################################################|
>> >> > Time: 0:00:02
>> >> > Parsing of 3190 .bb files complete (3188 cached, 2 parsed). 4738
>> targets, 262 skipped, 3 masked, 0 errors.
>> >> > NOTE: Resolving any missing task queue dependencies
>> >> > ERROR: Nothing RPROVIDES
>> 'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server' (but
>> >> >
>> /home/nikita/Yocto/imx-yocto-bsp/sources/meta-imx/meta-sdk/dynamic-layers/qt6-layer/recipes-fsl/images/
>> imx-image-full.bb
>> >> > <http://imx-image-full.bb> RDEPENDS on or otherwise requires it)
>> >> > NOTE: Runtime target
>> 'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server' is unbuildable,
>> removing...
>> >> > Missing or unbuildable dependency chain was:
>> ['imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server']
>> >> > ERROR: Required build target 'imx-image-full' has no buildable
>> providers.
>> >> > Missing or unbuildable dependency chain was: ['imx-image-full',
>> 'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server']
>> >> >
>> >> > Summary: There were 2 ERROR messages, returning a non-zero exit code.
>> >> >
>> >> > These packages are needed i can not remove So please help me what
>> can i do in this.
>> >> >
>> >> > Thanks in Advance.
>> >> >
>> >> > On Fri, 27 Jan 2023 at 17:00, Nikita Gupta <
>> nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>> wrote:
>> >> >
>> >> >     Hello Alex
>> >> >
>> >> >     When i run bitbake libimxvpuapi2 and it shows below error
>> (images attached).
>> >> >     Can you please tell me that is "libimxvpuapi2" compatible with
>> imx8mplus board?
>> >> >
>> >> >     Thanks in Advance
>> >> >
>> >> >     On Fri, 27 Jan 2023 at 14:35, Alexander Kanavin <
>> alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>> wrote:
>> >> >
>> >> >         The screenshot indicates the problem originates in
>> libimxvpuapi2
>> >> >         recipe. So you should get more information by running
>> 'bitbake
>> >> >         libimxvpuapi2'.
>> >> >
>> >> >         Alex
>> >> >
>> >> >         On Fri, 27 Jan 2023 at 07:46, Nikita Gupta <
>> nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>> wrote:
>> >> >          >
>> >> >          > Hello Alexander
>> >> >          >
>> >> >          > I am not getting your query . Can u please explain your
>> question?
>> >> >          >
>> >> >          > Regards
>> >> >          > Nikita Gupta
>> >> >          >
>> >> >          > On Wed, Jan 25, 2023, 18:35 Alexander Kanavin <
>> alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>> wrote:
>> >> >          >>
>> >> >          >> What happens if you bitbake libimx… thingy directly?
>> >> >          >>
>> >> >          >> Alex
>> >> >          >>
>> >> >          >> On Wed 25. Jan 2023 at 13.47, Nikita Gupta <
>> nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>> wrote:
>> >> >          >>>
>> >> >          >>> Hello list,
>> >> >          >>>
>> >> >          >>> I was just making image for imx8mplus by adding few
>> pkgs in my local.conf but encountered few errors so i am here
>> >> >         for your help.
>> >> >          >>> I added below pkgs in my local.conf file
>> >> >          >>>
>> >> >          >>> IMAGE_INSTALL:append = "gstreamer1.0
>> gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
>> >> >         gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap
>> imx-gpu-g2d imx-gpu-viv gstreamer1.0-plugins-imx
>> >> >         imx-gst1.0-plugin"
>> >> >          >>> LICENSE_FLAGS_WHITELIST = "commercial"
>> >> >          >>> IMAGE_INSTALL:append = "kernel-devsrc"
>> >> >          >>> IMAGE_INSTALL_append += "gstreamer1.0-rtsp-server
>> gst-variable-rtsp-server"
>> >> >          >>> IMAGE_INSTALL:append = " gtk+3"
>> >> >          >>> CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev
>> libopencv-highgui-dev libopencv-imgproc-dev
>> >> >         libopencv-objdetect-dev libopencv-ml-dev"
>> >> >          >>> IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "
>> >> >          >>>
>> >> >          >>> So my local.conf file now looks like this
>> >> >          >>> So i am getting below error after baking my recipe (
>> Attached image).
>> >> >          >>>
>> >> >          >>> Please tell what should I need to do to resolve this.
>> >> >          >>>
>> >> >          >>> Thanks in advance
>> >> >          >>>
>> >> >          >>>
>> >> >          >>>
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >>
>> >> --
>> >> Takayasu Ito
>> >> Solution Department, Lineo Solutions, Inc.
>> >> https://www.lineo.co.jp/english/
>> >> Email: ito@lineo.co.jp
>> >> Yocto Project Ambassador
>> >>
>> >
>> > -=-=-=-=-=-=-=-=-=-=-=-
>> > Links: You receive all messages sent to this group.
>> > You automatically follow any topics you start or reply to.
>> > View/Reply Online (#59100):
>> https://lists.yoctoproject.org/g/yocto/message/59100
>> > Unfollow This Topic:
>> https://lists.yoctoproject.org/unft/96519310/1997914
>> > Group Owner: yocto+owner@lists.yoctoproject.org
>> > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [
>> raj.khem@gmail.com]
>> > -=-=-=-=-=-=-=-=-=-=-=-
>> >
>>
>

[-- Attachment #1.2: Type: text/html, Size: 12059 bytes --]

[-- Attachment #2: config.log --]
[-- Type: text/x-log, Size: 112021 bytes --]

# project  configured on Tue Jan 31 07:02:58 2023 by
# waf 2.0.12 (abi 20, python 3080af0 on linux)
# using ./waf configure -o /home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build --prefix=/usr --bindir=/usr/bin --libdir=/usr/lib --imx-platform=imx8mm --libdir=/usr/lib --imx-headers=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot/usr/include/imx --sysroot-path=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot
#
----------------------------------------
Setting top to
/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/git
----------------------------------------
Setting out to
/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build
----------------------------------------
Checking for 'gcc' (C compiler)
find program=['gcc', 'cc'] paths=['/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/sysroots-uninative/x86_64-linux/usr/bin', '/home/nikita/Yocto/imx-yocto-bsp/sources/poky/scripts', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot/usr/bin/crossscripts', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native/usr/sbin', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native/usr/bin', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native/sbin', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native/bin', '/home/nikita/Yocto/imx-yocto-bsp/sources/poky/bitbake/bin', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/hosttools'] var='CC' -> ['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot']
['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-dM', '-E', '-']
out: #define __SSP_STRONG__ 3
#define __DBL_MIN_EXP__ (-1021)
#define __LDBL_MANT_DIG__ 113
#define __UINT_LEAST16_MAX__ 0xffff
#define __ARM_SIZEOF_WCHAR_T 4
#define __DBL_DECIMAL_DIG__ 17
#define __ATOMIC_ACQUIRE 2
#define __FLT128_MAX_10_EXP__ 4932
#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F
#define __GCC_IEC_559_COMPLEX 2
#define __UINT_LEAST8_TYPE__ unsigned char
#define __FLT128_DIG__ 33
#define __INTMAX_C(c) c ## L
#define __CHAR_BIT__ 8
#define __UINT8_MAX__ 0xff
#define __WCHAR_MAX__ 0xffffffffU
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1
#define __GCC_ATOMIC_CHAR_LOCK_FREE 2
#define __GCC_IEC_559 2
#define __FLT32X_DECIMAL_DIG__ 17
#define __FLT_EVAL_METHOD__ 0
#define __FLT64_DECIMAL_DIG__ 17
#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2
#define __UINT_FAST32_TYPE__ long unsigned int
#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL
#define __SIG_ATOMIC_TYPE__ int
#define __DBL_MIN_10_EXP__ (-307)
#define __FINITE_MATH_ONLY__ 0
#define __FLT32X_MAX_EXP__ 1024
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1
#define __GNUC_PATCHLEVEL__ 0
#define __FLT32_HAS_DENORM__ 1
#define __UINT_FAST8_MAX__ 0xff
#define __INT8_C(c) c
#define __ARM_FEATURE_AES 1
#define __INT_LEAST8_WIDTH__ 8
#define __INTMAX_TYPE__ long int
#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL
#define __SHRT_MAX__ 0x7fff
#define __STDC_ISO_10646__ 201706L
#define __LDBL_MAX__ 1.18973149535723176508575932662800702e+4932L
#define __ARM_FEATURE_IDIV 1
#define __FLT64X_MAX_10_EXP__ 4932
#define __LDBL_IS_IEC_60559__ 2
#define __ARM_FP 14
#define __FLT64X_IS_IEC_60559__ 2
#define __FLT64X_HAS_QUIET_NAN__ 1
#define __WINT_TYPE__ unsigned int
#define __UINT_LEAST8_MAX__ 0xff
#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128
#define __UINTMAX_TYPE__ long unsigned int
#define _STDC_PREDEF_H 1
#define __linux 1
#define __FLT_EVAL_METHOD_TS_18661_3__ 0
#define __OPTIMIZE__ 1
#define __CHAR_UNSIGNED__ 1
#define __UINT32_MAX__ 0xffffffffU
#define __DBL_DENORM_MIN__ ((double)4.94065645841246544176568792868221372e-324L)
#define __AARCH64_CMODEL_SMALL__ 1
#define __LDBL_MAX_EXP__ 16384
#define __INT_FAST32_WIDTH__ 64
#define __FLT128_MIN_EXP__ (-16381)
#define __FLT128_MIN_10_EXP__ (-4931)
#define __FLT32X_IS_IEC_60559__ 2
#define __INT_LEAST16_WIDTH__ 16
#define __SCHAR_MAX__ 0x7f
#define __FLT128_MANT_DIG__ 113
#define __DBL_MAX__ ((double)1.79769313486231570814527423731704357e+308L)
#define __WCHAR_MIN__ 0U
#define __INT64_C(c) c ## L
#define __GCC_ATOMIC_POINTER_LOCK_FREE 2
#define _FORTIFY_SOURCE 2
#define __SIZEOF_INT__ 4
#define __INT_FAST64_WIDTH__ 64
#define __PRAGMA_REDEFINE_EXTNAME 1
#define __FLT32X_MANT_DIG__ 53
#define __USER_LABEL_PREFIX__ 
#define __FLT32_MAX_10_EXP__ 38
#define __FLT64X_EPSILON__ 1.92592994438723585305597794258492732e-34F64x
#define __STDC_HOSTED__ 1
#define __ARM_FEATURE_BTI_DEFAULT 1
#define __DBL_DIG__ 15
#define __FLT32_DIG__ 6
#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F
#define __SHRT_WIDTH__ 16
#define __FLT32_IS_IEC_60559__ 2
#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L
#define __STDC_UTF_16__ 1
#define __FLT16_HAS_QUIET_NAN__ 1
#define __ARM_SIZEOF_MINIMAL_ENUM 4
#define __FLT64X_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F64x
#define __FP_FAST_FMA 1
#define __FLT32X_HAS_INFINITY__ 1
#define __INT32_MAX__ 0x7fffffff
#define __FLT16_DIG__ 3
#define __INT_WIDTH__ 32
#define __SIZEOF_LONG__ 8
#define __STDC_IEC_559__ 1
#define __UINT16_C(c) c
#define __DECIMAL_DIG__ 36
#define __STDC_IEC_559_COMPLEX__ 1
#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64
#define __gnu_linux__ 1
#define __INT16_MAX__ 0x7fff
#define __FLT128_IS_IEC_60559__ 2
#define __FLT64X_MIN_10_EXP__ (-4931)
#define __LDBL_HAS_QUIET_NAN__ 1
#define __FLT16_MIN_EXP__ (-13)
#define __FLT64_MANT_DIG__ 53
#define __FLT64X_MANT_DIG__ 113
#define __GNUC__ 11
#define __pie__ 2
#define __FLT_HAS_DENORM__ 1
#define __SIZEOF_LONG_DOUBLE__ 16
#define __LDBL_MIN_EXP__ (-16381)
#define __FLT64_MAX_10_EXP__ 308
#define __FLT16_MAX_10_EXP__ 4
#define __ARM_FEATURE_CRYPTO 1
#define __DBL_IS_IEC_60559__ 2
#define __INT_FAST32_MAX__ 0x7fffffffffffffffL
#define __DBL_HAS_INFINITY__ 1
#define __HAVE_SPECULATION_SAFE_VALUE 1
#define __INTPTR_WIDTH__ 64
#define __FLT32X_HAS_DENORM__ 1
#define __INT_FAST16_TYPE__ long int
#define __LDBL_HAS_DENORM__ 1
#define __FLT128_HAS_INFINITY__ 1
#define __FLT32_DECIMAL_DIG__ 9
#define __DBL_MAX_EXP__ 1024
#define __WCHAR_WIDTH__ 32
#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32
#define __GCC_ATOMIC_LONG_LOCK_FREE 2
#define __FLT16_DECIMAL_DIG__ 5
#define __FLT_IS_IEC_60559__ 2
#define __FLT32_HAS_QUIET_NAN__ 1
#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL
#define __SIZEOF_SIZE_T__ 8
#define __SIG_ATOMIC_WIDTH__ 32
#define __ARM_ALIGN_MAX_PWR 28
#define __SIZEOF_WINT_T__ 4
#define __LONG_LONG_WIDTH__ 64
#define __FLT32_MAX_EXP__ 128
#define __ARM_FP16_FORMAT_IEEE 1
#define __FLT_MIN_EXP__ (-125)
#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64
#define __PIE__ 2
#define __GCC_HAVE_DWARF2_CFI_ASM 1
#define __FLT32X_MIN_EXP__ (-1021)
#define __INT_FAST64_TYPE__ long int
#define __ARM_FP16_ARGS 1
#define __FP_FAST_FMAF 1
#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128
#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64
#define __DBL_MIN__ ((double)2.22507385850720138309023271733240406e-308L)
#define __ARM_FEATURE_CLZ 1
#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16
#define __unix__ 1
#define __FLT64X_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F64x
#define __SIZEOF_POINTER__ 8
#define __LP64__ 1
#define __DBL_HAS_QUIET_NAN__ 1
#define __FLT_EVAL_METHOD_C99__ 0
#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x
#define __FLT64_MIN_EXP__ (-1021)
#define __UINT64_MAX__ 0xffffffffffffffffUL
#define __LDBL_DECIMAL_DIG__ 36
#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F
#define __aarch64__ 1
#define __FLT64_MIN_10_EXP__ (-307)
#define __FLT64X_DECIMAL_DIG__ 36
#define __REGISTER_PREFIX__ 
#define __UINT16_MAX__ 0xffff
#define __INTMAX_WIDTH__ 64
#define __LDBL_HAS_INFINITY__ 1
#define __FLT_DIG__ 6
#define __DEC_EVAL_METHOD__ 2
#define __FLT_MANT_DIG__ 24
#define __FLT16_MIN_10_EXP__ (-4)
#define __VERSION__ "11.3.0"
#define __UINT64_C(c) c ## UL
#define __GXX_ABI_VERSION 1016
#define __WINT_MAX__ 0xffffffffU
#define __INT_LEAST32_MAX__ 0x7fffffff
#define __GCC_ATOMIC_INT_LOCK_FREE 2
#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x
#define __FLT128_MAX_EXP__ 16384
#define __FLT32_MANT_DIG__ 24
#define __AARCH64EL__ 1
#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__
#define __FLT16_MAX_EXP__ 16
#define __BIGGEST_ALIGNMENT__ 16
#define __STDC_IEC_60559_COMPLEX__ 201404L
#define __INT32_C(c) c
#define __FLT128_HAS_DENORM__ 1
#define __SCHAR_WIDTH__ 8
#define __ORDER_PDP_ENDIAN__ 3412
#define __ARM_64BIT_STATE 1
#define __INT_FAST32_TYPE__ long int
#define __UINT_LEAST16_TYPE__ short unsigned int
#define __SIZE_TYPE__ long unsigned int
#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE"
#define __FLT64X_DIG__ 33
#define __ARM_FEATURE_FMA 1
#define __INT8_TYPE__ signed char
#define __ELF__ 1
#define __GCC_ASM_FLAG_OUTPUTS__ 1
#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1
#define __FLT_RADIX__ 2
#define __INT_LEAST16_TYPE__ short int
#define __ARM_ARCH_PROFILE 65
#define __LDBL_EPSILON__ 1.92592994438723585305597794258492732e-34L
#define __UINTMAX_C(c) c ## UL
#define __ARM_PCS_AAPCS64 1
#define __SIG_ATOMIC_MAX__ 0x7fffffff
#define __INT_LEAST64_WIDTH__ 64
#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2
#define __STDC_IEC_60559_BFP__ 201404L
#define __SIZEOF_PTRDIFF_T__ 8
#define __ATOMIC_RELAXED 0
#define __LDBL_DIG__ 33
#define __FLT64_IS_IEC_60559__ 2
#define __FLT16_IS_IEC_60559__ 2
#define __INT_FAST16_MAX__ 0x7fffffffffffffffL
#define __FLT64_DIG__ 15
#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL
#define __UINT_LEAST64_TYPE__ long unsigned int
#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16
#define __FLT_HAS_QUIET_NAN__ 1
#define __FLT_MAX_10_EXP__ 38
#define __LONG_MAX__ 0x7fffffffffffffffL
#define __FLT64X_HAS_DENORM__ 1
#define __FLT_HAS_INFINITY__ 1
#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8"
#define __unix 1
#define __DBL_HAS_DENORM__ 1
#define __UINT_FAST16_TYPE__ long unsigned int
#define __FLT32X_HAS_QUIET_NAN__ 1
#define __CHAR16_TYPE__ short unsigned int
#define __FLT64X_MAX_EXP__ 16384
#define __SIZE_WIDTH__ 64
#define __INT_LEAST16_MAX__ 0x7fff
#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16
#define __INT64_MAX__ 0x7fffffffffffffffL
#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32
#define __INT_LEAST64_TYPE__ long int
#define __INT16_TYPE__ short int
#define __INT_LEAST8_TYPE__ signed char
#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16
#define __STDC_VERSION__ 201710L
#define __INT_FAST8_MAX__ 0x7f
#define __ARM_ARCH 8
#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128
#define __INTPTR_MAX__ 0x7fffffffffffffffL
#define linux 1
#define __ARM_FEATURE_UNALIGNED 1
#define __FLT64_HAS_QUIET_NAN__ 1
#define __FLT64X_MIN_EXP__ (-16381)
#define __FLT32_MIN_10_EXP__ (-37)
#define __FLT32X_DIG__ 15
#define __UINT8_TYPE__ unsigned char
#define __PTRDIFF_WIDTH__ 64
#define __FLT64_HAS_INFINITY__ 1
#define __FLT64X_MAX__ 1.18973149535723176508575932662800702e+4932F64x
#define __FLT16_HAS_INFINITY__ 1
#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1)
#define __PTRDIFF_MAX__ 0x7fffffffffffffffL
#define __FLT16_MANT_DIG__ 11
#define __INTPTR_TYPE__ long int
#define __UINT16_TYPE__ short unsigned int
#define __WCHAR_TYPE__ unsigned int
#define __pic__ 2
#define __UINTPTR_MAX__ 0xffffffffffffffffUL
#define __ARM_ARCH_8A 1
#define __INT_FAST64_MAX__ 0x7fffffffffffffffL
#define __ARM_FEATURE_SHA2 1
#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F
#define __FLT32_HAS_INFINITY__ 1
#define __UINT_FAST64_TYPE__ long unsigned int
#define __INT_MAX__ 0x7fffffff
#define __INT64_TYPE__ long int
#define __FLT_MAX_EXP__ 128
#define __ORDER_BIG_ENDIAN__ 4321
#define __DBL_MANT_DIG__ 53
#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL
#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2
#define __FP_FAST_FMAF32 1
#define __UINT_LEAST32_TYPE__ unsigned int
#define __SIZEOF_SHORT__ 2
#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32
#define __GCC_ATOMIC_BOOL_LOCK_FREE 2
#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64
#define __WINT_WIDTH__ 32
#define __FP_FAST_FMAF64 1
#define __INT_LEAST8_MAX__ 0x7f
#define __FLT32X_MAX_10_EXP__ 308
#define __SIZEOF_INT128__ 16
#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16
#define __LDBL_MAX_10_EXP__ 4932
#define __DBL_EPSILON__ ((double)2.22044604925031308084726333618164062e-16L)
#define __FLT32_MIN_EXP__ (-125)
#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128
#define _LP64 1
#define __UINT8_C(c) c
#define __FLT64_MAX_EXP__ 1024
#define __INT_LEAST32_TYPE__ int
#define __UINT64_TYPE__ long unsigned int
#define __ARM_FEATURE_CRC32 1
#define __ARM_NEON 1
#define __FLT128_HAS_QUIET_NAN__ 1
#define __INTMAX_MAX__ 0x7fffffffffffffffL
#define __UINT_FAST8_TYPE__ unsigned char
#define __INT_FAST8_TYPE__ signed char
#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x
#define __GNUC_STDC_INLINE__ 1
#define __FLT64_HAS_DENORM__ 1
#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32
#define __FP_FAST_FMAF32x 1
#define __FLT16_HAS_DENORM__ 1
#define __STDC_UTF_32__ 1
#define __INT_FAST8_WIDTH__ 8
#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x
#define __DBL_NORM_MAX__ ((double)1.79769313486231570814527423731704357e+308L)
#define __FLT64X_HAS_INFINITY__ 1
#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__
#define __ARM_ALIGN_MAX_STACK_PWR 16
#define __LDBL_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966L
#define __SIZEOF_WCHAR_T__ 4
#define unix 1
#define __UINT32_C(c) c ## U
#define __WINT_MIN__ 0U
#define __INT8_MAX__ 0x7f
#define __LONG_WIDTH__ 64
#define __PIC__ 2
#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x
#define __CHAR32_TYPE__ unsigned int
#define __ARM_FEATURE_NUMERIC_MAXMIN 1
#define __INT32_TYPE__ int
#define __SIZEOF_DOUBLE__ 8
#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64
#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F
#define __INT_LEAST32_WIDTH__ 32
#define __SIZEOF_FLOAT__ 4
#define __ATOMIC_CONSUME 1
#define __GNUC_MINOR__ 3
#define __INT_FAST16_WIDTH__ 64
#define __UINTMAX_MAX__ 0xffffffffffffffffUL
#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x
#define __DBL_MAX_10_EXP__ 308
#define __INT16_C(c) c
#define __ARM_ARCH_ISA_A64 1
#define __STDC__ 1
#define __PTRDIFF_TYPE__ long int
#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32
#define __ATOMIC_SEQ_CST 5
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 1
#define __UINT32_TYPE__ unsigned int
#define __FLT32X_MIN_10_EXP__ (-307)
#define __ARM_FEATURE_PAC_DEFAULT 1
#define __UINTPTR_TYPE__ long unsigned int
#define __linux__ 1
#define __LDBL_MIN_10_EXP__ (-4931)
#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128
#define __SIZEOF_LONG_LONG__ 8
#define __FLT128_DECIMAL_DIG__ 36
#define __GCC_ATOMIC_LLONG_LOCK_FREE 2
#define __FLT_DECIMAL_DIG__ 9
#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL
#define __LDBL_NORM_MAX__ 1.18973149535723176508575932662800702e+4932L
#define __FLT_MIN_10_EXP__ (-37)
#define __GCC_ATOMIC_SHORT_LOCK_FREE 2
#define __ORDER_LITTLE_ENDIAN__ 1234
#define __SIZE_MAX__ 0xffffffffffffffffUL
#define __UINT_LEAST32_MAX__ 0xffffffffU
#define __ATOMIC_ACQ_REL 4
#define __ATOMIC_RELEASE 3

find program=['ar'] paths=['/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/sysroots-uninative/x86_64-linux/usr/bin', '/home/nikita/Yocto/imx-yocto-bsp/sources/poky/scripts', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot/usr/bin/crossscripts', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native/usr/sbin', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native/usr/bin', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native/sbin', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native/bin', '/home/nikita/Yocto/imx-yocto-bsp/sources/poky/bitbake/bin', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/hosttools'] var='AR' -> ['aarch64-poky-linux-gcc-ar']
aarch64-poky-linux-gcc -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot
----------------------------------------
Checking for compiler switch -O2
==>

int main()
{
	float f = 4.0;
	char c = f;
	return c - 4;
}

<==
[1/2] Compiling ../build/.conf_check_655bf61717b1f099130be94796ae6261/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-O2', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_655bf61717b1f099130be94796ae6261/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_655bf61717b1f099130be94796ae6261/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_655bf61717b1f099130be94796ae6261/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
----------------------------------------
Checking for compiler switch -pipe
==>

int main()
{
	float f = 4.0;
	char c = f;
	return c - 4;
}

<==
[1/2] Compiling ../build/.conf_check_99aba7581d2017f81df3c5f3b5be6229/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-pipe', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_99aba7581d2017f81df3c5f3b5be6229/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_99aba7581d2017f81df3c5f3b5be6229/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_99aba7581d2017f81df3c5f3b5be6229/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
----------------------------------------
Checking for compiler switch -g
==>

int main()
{
	float f = 4.0;
	char c = f;
	return c - 4;
}

<==
[1/2] Compiling ../build/.conf_check_4dc1c6124634c78b45df5b423bd81636/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-g', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_4dc1c6124634c78b45df5b423bd81636/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_4dc1c6124634c78b45df5b423bd81636/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_4dc1c6124634c78b45df5b423bd81636/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
-----------------------------------------------------------
Checking for compiler switch -feliminate-unused-debug-types
==>

int main()
{
	float f = 4.0;
	char c = f;
	return c - 4;
}

<==
[1/2] Compiling ../build/.conf_check_fa2d86c7ee3195a5c716ebdbbe7c0bb3/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-feliminate-unused-debug-types', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_fa2d86c7ee3195a5c716ebdbbe7c0bb3/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_fa2d86c7ee3195a5c716ebdbbe7c0bb3/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_fa2d86c7ee3195a5c716ebdbbe7c0bb3/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking for compiler switch -fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0
==>

int main()
{
	float f = 4.0;
	char c = f;
	return c - 4;
}

<==
[1/2] Compiling ../build/.conf_check_d28f30729330f9e9a7272bcd8d64660d/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_d28f30729330f9e9a7272bcd8d64660d/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_d28f30729330f9e9a7272bcd8d64660d/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_d28f30729330f9e9a7272bcd8d64660d/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking for compiler switch -fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0
==>

int main()
{
	float f = 4.0;
	char c = f;
	return c - 4;
}

<==
[1/2] Compiling ../build/.conf_check_a890d73583ab13a5ff4b41070f7d2a58/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_a890d73583ab13a5ff4b41070f7d2a58/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_a890d73583ab13a5ff4b41070f7d2a58/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_a890d73583ab13a5ff4b41070f7d2a58/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking for compiler switch -fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=
==>

int main()
{
	float f = 4.0;
	char c = f;
	return c - 4;
}

<==
[1/2] Compiling ../build/.conf_check_ba67177684650743d44397485540ef63/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_ba67177684650743d44397485540ef63/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_ba67177684650743d44397485540ef63/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_ba67177684650743d44397485540ef63/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking for compiler switch -fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=
==>

int main()
{
	float f = 4.0;
	char c = f;
	return c - 4;
}

<==
[1/2] Compiling ../build/.conf_check_0d7b575bad4b9c8156fe79e9a46fefd1/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_0d7b575bad4b9c8156fe79e9a46fefd1/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_0d7b575bad4b9c8156fe79e9a46fefd1/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_0d7b575bad4b9c8156fe79e9a46fefd1/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking for compiler switch -Wextra
==>

int main()
{
	float f = 4.0;
	char c = f;
	return c - 4;
}

<==
[1/2] Compiling ../build/.conf_check_a5e25542e01cd49c79d2754471ec600b/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-Wextra', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_a5e25542e01cd49c79d2754471ec600b/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_a5e25542e01cd49c79d2754471ec600b/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_a5e25542e01cd49c79d2754471ec600b/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking for compiler switch -Wall
==>

int main()
{
	float f = 4.0;
	char c = f;
	return c - 4;
}

<==
[1/2] Compiling ../build/.conf_check_37c2707fb640b46b6899e142f86b9315/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-Wall', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_37c2707fb640b46b6899e142f86b9315/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_37c2707fb640b46b6899e142f86b9315/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_37c2707fb640b46b6899e142f86b9315/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking for compiler switch -pedantic
==>

int main()
{
	float f = 4.0;
	char c = f;
	return c - 4;
}

<==
[1/2] Compiling ../build/.conf_check_fe3565be906f24668edb728d1fae0789/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-pedantic', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_fe3565be906f24668edb728d1fae0789/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_fe3565be906f24668edb728d1fae0789/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_fe3565be906f24668edb728d1fae0789/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking for compiler switch -fPIC
==>

int main()
{
	float f = 4.0;
	char c = f;
	return c - 4;
}

<==
[1/2] Compiling ../build/.conf_check_b4d8e53f78e3aeed0dd42519fc1f9731/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-fPIC', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_b4d8e53f78e3aeed0dd42519fc1f9731/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_b4d8e53f78e3aeed0dd42519fc1f9731/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_b4d8e53f78e3aeed0dd42519fc1f9731/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking for compiler switch -DPIC
==>

int main()
{
	float f = 4.0;
	char c = f;
	return c - 4;
}

<==
[1/2] Compiling ../build/.conf_check_b2573bcb56d51b2523671f1baa45d57d/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-DPIC', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_b2573bcb56d51b2523671f1baa45d57d/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_b2573bcb56d51b2523671f1baa45d57d/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_b2573bcb56d51b2523671f1baa45d57d/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking for compiler switch -O2
==>

int main()
{
	float f = 4.0;
	char c = f;
	return c - 4;
}

<==
[1/2] Compiling ../build/.conf_check_655bf61717b1f099130be94796ae6261/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-O2', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_655bf61717b1f099130be94796ae6261/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_655bf61717b1f099130be94796ae6261/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_655bf61717b1f099130be94796ae6261/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking for compiler switch -std=gnu99
==>

int main()
{
	float f = 4.0;
	char c = f;
	return c - 4;
}

<==
[1/2] Compiling ../build/.conf_check_73de3cab90bfd685c94b696d7b4260b0/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-std=gnu99', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_73de3cab90bfd685c94b696d7b4260b0/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_73de3cab90bfd685c94b696d7b4260b0/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_73de3cab90bfd685c94b696d7b4260b0/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking if this combination works
==>

int main()
{
	float f = 4.0;
	char c = f;
	return c - 4;
}

<==
[1/2] Compiling ../build/.conf_check_1000358a10f32ef35596289e1432d8b1/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-std=gnu99', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_1000358a10f32ef35596289e1432d8b1/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_1000358a10f32ef35596289e1432d8b1/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_1000358a10f32ef35596289e1432d8b1/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking for compiler switch -std=c99
==>

int main()
{
	float f = 4.0;
	char c = f;
	return c - 4;
}

<==
[1/2] Compiling ../build/.conf_check_ddb7e36bee4aeaa013919c934aaeb193/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-std=c99', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_ddb7e36bee4aeaa013919c934aaeb193/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_ddb7e36bee4aeaa013919c934aaeb193/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_ddb7e36bee4aeaa013919c934aaeb193/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking if this combination works
==>

int main()
{
	float f = 4.0;
	char c = f;
	return c - 4;
}

<==
[1/2] Compiling ../build/.conf_check_264e3837f693646e4424fae14ad46119/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-std=c99', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_264e3837f693646e4424fae14ad46119/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_264e3837f693646e4424fae14ad46119/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_264e3837f693646e4424fae14ad46119/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking for program 'pkg-config'
/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native/usr/bin/pkg-config
find program=['pkg-config'] paths=['/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/sysroots-uninative/x86_64-linux/usr/bin', '/home/nikita/Yocto/imx-yocto-bsp/sources/poky/scripts', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot/usr/bin/crossscripts', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native/usr/sbin', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native/usr/bin', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native/sbin', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native/bin', '/home/nikita/Yocto/imx-yocto-bsp/sources/poky/bitbake/bin', '/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/hosttools'] var='PKGCONFIG' -> ['/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native/usr/bin/pkg-config']
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking for 'libimxdmabuffer >= 1.1.1'
['/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native/usr/bin/pkg-config', '--cflags', '--libs', 'libimxdmabuffer', '>=', '1.1.1']
out: -limxdmabuffer

yes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking for library hantro
==>

int main(int argc, char **argv) {
	(void)argc; (void)argv;
	return 0;
}

<==
[1/2] Compiling ../build/.conf_check_55d38af76abb1c764577bd795e25cadf/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-pthread', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_55d38af76abb1c764577bd795e25cadf/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_55d38af76abb1c764577bd795e25cadf/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-pthread', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_55d38af76abb1c764577bd795e25cadf/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-lhantro', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking for library codec
==>

int main(int argc, char **argv) {
	(void)argc; (void)argv;
	return 0;
}

<==
[1/2] Compiling ../build/.conf_check_7cfcb394a080272cfdfb3d7798612e6b/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-pthread', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_7cfcb394a080272cfdfb3d7798612e6b/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_7cfcb394a080272cfdfb3d7798612e6b/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-pthread', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_7cfcb394a080272cfdfb3d7798612e6b/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-lcodec', '-lhantro', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking for header dwl.h
==>
#include <dwl.h>

int main(int argc, char **argv) {
	(void)argc; (void)argv;
	return 0;
}

<==
[1/2] Compiling ../build/.conf_check_7b531eb7e8ba21a4c2c9ab5f449c814f/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-pthread', '-I../../../recipe-sysroot/usr/include/hantro_dec', '-DSET_OUTPUT_CROP_RECT', '-DUSE_EXTERNAL_BUFFER', '-DVSI_API', '-DENABLE_CODEC_VP8', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_7b531eb7e8ba21a4c2c9ab5f449c814f/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_7b531eb7e8ba21a4c2c9ab5f449c814f/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-pthread', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_7b531eb7e8ba21a4c2c9ab5f449c814f/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-lhantro', '-lcodec', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking for header codec.h
==>
#include <codec.h>

int main(int argc, char **argv) {
	(void)argc; (void)argv;
	return 0;
}

<==
[1/2] Compiling ../build/.conf_check_995e71c374c1423621b188b193c2b537/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-pthread', '-I../../../recipe-sysroot/usr/include/hantro_dec', '-DSET_OUTPUT_CROP_RECT', '-DUSE_EXTERNAL_BUFFER', '-DVSI_API', '-DENABLE_CODEC_VP8', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_995e71c374c1423621b188b193c2b537/testbuild/test.c.1.o']
err: In file included from ../../../recipe-sysroot/usr/include/hantro_dec/codec.h:45,
                 from ../test.c:1:
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:132:36: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  132 |   OMX_ErrorInsufficientResources = (OMX_S32) 0x80001000,
      |                                    ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:135:24: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  135 |   OMX_ErrorUndefined = (OMX_S32) 0x80001001,
      |                        ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:138:35: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  138 |   OMX_ErrorInvalidComponentName = (OMX_S32) 0x80001002,
      |                                   ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:141:32: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  141 |   OMX_ErrorComponentNotFound = (OMX_S32) 0x80001003,
      |                                ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:145:31: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  145 |   OMX_ErrorInvalidComponent = (OMX_S32) 0x80001004,
      |                               ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:148:27: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  148 |   OMX_ErrorBadParameter = (OMX_S32) 0x80001005,
      |                           ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:151:29: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  151 |   OMX_ErrorNotImplemented = (OMX_S32) 0x80001006,
      |                             ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:154:24: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  154 |   OMX_ErrorUnderflow = (OMX_S32) 0x80001007,
      |                        ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:157:23: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  157 |   OMX_ErrorOverflow = (OMX_S32) 0x80001008,
      |                       ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:160:23: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  160 |   OMX_ErrorHardware = (OMX_S32) 0x80001009,
      |                       ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:163:27: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  163 |   OMX_ErrorInvalidState = (OMX_S32) 0x8000100A,
      |                           ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:166:28: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  166 |   OMX_ErrorStreamCorrupt = (OMX_S32) 0x8000100B,
      |                            ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:169:33: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  169 |   OMX_ErrorPortsNotCompatible = (OMX_S32) 0x8000100C,
      |                                 ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:173:28: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  173 |   OMX_ErrorResourcesLost = (OMX_S32) 0x8000100D,
      |                            ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:176:21: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  176 |   OMX_ErrorNoMore = (OMX_S32) 0x8000100E,
      |                     ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:179:30: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  179 |   OMX_ErrorVersionMismatch = (OMX_S32) 0x8000100F,
      |                              ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:182:23: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  182 |   OMX_ErrorNotReady = (OMX_S32) 0x80001010,
      |                       ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:185:22: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  185 |   OMX_ErrorTimeout = (OMX_S32) 0x80001011,
      |                      ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:188:24: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  188 |   OMX_ErrorSameState = (OMX_S32) 0x80001012,
      |                        ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:192:33: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  192 |   OMX_ErrorResourcesPreempted = (OMX_S32) 0x80001013,
      |                                 ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:198:47: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  198 |   OMX_ErrorPortUnresponsiveDuringAllocation = (OMX_S32) 0x80001014,
      |                                               ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:204:49: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  204 |   OMX_ErrorPortUnresponsiveDuringDeallocation = (OMX_S32) 0x80001015,
      |                                                 ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:210:41: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  210 |   OMX_ErrorPortUnresponsiveDuringStop = (OMX_S32) 0x80001016,
      |                                         ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:213:39: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  213 |   OMX_ErrorIncorrectStateTransition = (OMX_S32) 0x80001017,
      |                                       ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:216:38: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  216 |   OMX_ErrorIncorrectStateOperation = (OMX_S32) 0x80001018,
      |                                      ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:219:33: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  219 |   OMX_ErrorUnsupportedSetting = (OMX_S32) 0x80001019,
      |                                 ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:222:31: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  222 |   OMX_ErrorUnsupportedIndex = (OMX_S32) 0x8000101A,
      |                               ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:225:27: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  225 |   OMX_ErrorBadPortIndex = (OMX_S32) 0x8000101B,
      |                           ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:228:30: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  228 |   OMX_ErrorPortUnpopulated = (OMX_S32) 0x8000101C,
      |                              ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:231:33: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  231 |   OMX_ErrorComponentSuspended = (OMX_S32) 0x8000101D,
      |                                 ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:234:42: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  234 |   OMX_ErrorDynamicResourcesUnavailable = (OMX_S32) 0x8000101E,
      |                                          ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:238:30: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  238 |   OMX_ErrorMbErrorsInFrame = (OMX_S32) 0x8000101F,
      |                              ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:241:32: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  241 |   OMX_ErrorFormatNotDetected = (OMX_S32) 0x80001020,
      |                                ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:244:36: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  244 |   OMX_ErrorContentPipeOpenFailed = (OMX_S32) 0x80001021,
      |                                    ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:247:40: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  247 |   OMX_ErrorContentPipeCreationFailed = (OMX_S32) 0x80001022,
      |                                        ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:250:33: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  250 |   OMX_ErrorSeperateTablesUsed = (OMX_S32) 0x80001023,
      |                                 ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:253:35: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  253 |   OMX_ErrorTunnelingUnsupported = (OMX_S32) 0x80001024,
      |                                   ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:255:32: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  255 |   OMX_ErrorKhronosExtensions = (OMX_S32)0x8F000000, /**< Reserved region for introducing Khronos Standard Extensions */
      |                                ^
../../../recipe-sysroot/usr/include/hantro_dec/OMX_Core.h:256:32: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
  256 |   OMX_ErrorVendorStartUnused = (OMX_S32)0x90000000, /**< Reserved region for introducing Vendor Extensions */
      |                                ^

[2/2] Linking ../build/.conf_check_995e71c374c1423621b188b193c2b537/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-pthread', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_995e71c374c1423621b188b193c2b537/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-lhantro', '-lcodec', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
yes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Checking for library hantro_h1
==>

int main(int argc, char **argv) {
	(void)argc; (void)argv;
	return 0;
}

<==
[1/2] Compiling ../build/.conf_check_b5cc4fcbed96568db1cc40ac73a5f927/test.c

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wextra', '-Wall', '-pedantic', '-fPIC', '-DPIC', '-O2', '-pthread', '-DIMXVPUAPI2_VPU_HAS_ENCODER=1', '-DSET_OUTPUT_CROP_RECT', '-DUSE_EXTERNAL_BUFFER', '-DVSI_API', '-DENABLE_CODEC_VP8', '../test.c', '-c', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_b5cc4fcbed96568db1cc40ac73a5f927/testbuild/test.c.1.o']
[2/2] Linking ../build/.conf_check_b5cc4fcbed96568db1cc40ac73a5f927/testbuild/testprog

['aarch64-poky-linux-gcc', '-march=armv8-a+crc+crypto', '-fstack-protector-strong', '-O2', '-D_FORTIFY_SOURCE=2', '-Wformat', '-Wformat-security', '-Werror=format-security', '--sysroot=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot', '-pthread', 'test.c.1.o', '-o/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/build/.conf_check_b5cc4fcbed96568db1cc40ac73a5f927/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-lhantro_h1', '-lhantro', '-lcodec', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', '-fmacro-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0=/usr/src/debug/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot=', '-fdebug-prefix-map=/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native=', '-Wl,-z,relro,-z,now']
err: /home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux/../../libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/11.3.0/ld: cannot find -lhantro_h1: No such file or directory
collect2: error: ld returned 1 exit status

from /home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/git: Test does not build: Traceback (most recent call last):
  File "/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/git/.waf3-2.0.12-99294ba4df4d1c7132661cc921a025f1/waflib/Configure.py", line 324, in run_build
    bld.compile()
  File "/home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/git/.waf3-2.0.12-99294ba4df4d1c7132661cc921a025f1/waflib/Build.py", line 176, in compile
    raise Errors.BuildError(self.producer.error)
waflib.Errors.BuildError: Build failed
 -> task in 'testprog' failed with exit status 1 (run with -v to display more information)

not found
from /home/nikita/Yocto/imx-yocto-bsp/build-xwayland/tmp/work/armv8a-mx8mp-poky-linux/libimxvpuapi2/2.2.1+gitAUTOINC+e81db32d10-r0/git: The configuration failed

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
  2023-01-31  2:34               ` Takayasu Ito
@ 2023-01-31  7:11                 ` Nikita Gupta
  2023-01-31  8:40                 ` Khem Raj
  1 sibling, 0 replies; 17+ messages in thread
From: Nikita Gupta @ 2023-01-31  7:11 UTC (permalink / raw)
  To: Takayasu Ito, Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 9983 bytes --]

Hello Takayasu
I try to implement your suggestion and let you know the result.

Thanks & regards
Nikita Gupta

On Tue, 31 Jan 2023 at 08:04, Takayasu Ito <ito@lineo.co.jp> wrote:

> Hi  Nikita
>
> The problem is that in the imx-vpu-hantro recipe, the encoder library,
> libhantro_h1.so, is not installed for mx8mp, but is installed for mx8mm.
>
> In the libimxvpuapi2 recipe, imx8mp specifies imx8mm in IMX_PLATFORM.
> Therefore, the _encoder variable used in the waf wsctipt file is set to
> true, so a check is made for the presence of hantro_h1, resulting in an
> error.
> At this time, libimxvpuapi2 support for imx8m is imx8m and imx8mm, so by
> changing the setting to one for imx8m, which does not use a hardware
> encoder, the build for imx8mp will pass.
>
> Create the libimxvpuapi2_%.bbappen file and add
> IMX_PLATFOEM:mx8mp-nxp-bsp = "imx8m"
>
>
>
> Translated with www.DeepL.com/Translator (free version)
> On 2023/01/30 20:19, Nikita Gupta wrote:
> > Hello Takayasu
> > Thanks for your suggestion,  but after implementing i am facing same
> > thing (see attached image).
> >
> > Regards
> > Nikita Gupta
> >
> > On Fri, 27 Jan 2023 at 17:55, Takayasu Ito <ito@lineo.co.jp
> > <mailto:ito@lineo.co.jp>> wrote:
> >
> >     Hi Nikita
> >
> >       > *IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base
> >     gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
> >
> >     If you do not put a space after the double quotation marks, the
> >     package names before and after will be attached to each other
> >     during the merge.
> >
> >     See
> >
> https://docs.yoctoproject.org/bitbake/2.2/bitbake-user-manual/bitbake-user-manual-metadata.html#appending-and-prepending-override-style-syntax
> <
> https://docs.yoctoproject.org/bitbake/2.2/bitbake-user-manual/bitbake-user-manual-metadata.html#appending-and-prepending-override-style-syntax
> >
> >
> >     On 2023/01/27 20:48, Nikita Gupta wrote:
> >      > Hello List,
> >      >
> >      > As i earlier mentioned that i want to do some customisation in
> >     local.conf by adding few pkgs (below).
> >      > *IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base
> >     gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
> >      > gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap
> >     imx-gpu-g2d imx-gpu-viv gstreamer1.0-plugins-imx imx-gst1.0-plugin"
> >      > LICENSE_FLAGS_ACCEPTED = " commercial"
> >      > IMAGE_INSTALL:append = "kernel-devsrc"
> >      > IMAGE_INSTALL:append = "gstreamer1.0-rtsp-server
> >     gst-variable-rtsp-server"
> >      > IMAGE_INSTALL:append = " gtk+3"
> >      > CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev
> >     libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev
> >      > libopencv-ml-dev"
> >      > #LICENSE_FLAGS_WHITELIST = " commercial"
> >      > IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "*
> >      >   and iafter bitbake m getting below errors.
> >      >
> >      > nikita@nikita-HP-Laptop-15-bs0xx:~/Yocto/imx-yocto-bsp$ *bitbake
> >     imx-image-full*
> >      > Loading cache: 100%
> >
>  |##########################################################################################################|
> >      > Time: 0:00:01
> >      > Loaded 4736 entries from dependency cache.
> >      > Parsing recipes: 100%
> >
>  |########################################################################################################|
> >      > Time: 0:00:02
> >      > Parsing of 3190 .bb files complete (3188 cached, 2 parsed). 4738
> >     targets, 262 skipped, 3 masked, 0 errors.
> >      > NOTE: Resolving any missing task queue dependencies
> >      > ERROR: Nothing RPROVIDES
> >     'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server' (but
> >      >
> >
>  /home/nikita/Yocto/imx-yocto-bsp/sources/meta-imx/meta-sdk/dynamic-layers/qt6-layer/recipes-fsl/images/
> imx-image-full.bb <http://imx-image-full.bb>
> >      > <http://imx-image-full.bb <http://imx-image-full.bb>> RDEPENDS on
> >     or otherwise requires it)
> >      > NOTE: Runtime target
> >     'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server' is
> >     unbuildable, removing...
> >      > Missing or unbuildable dependency chain was:
> >     ['imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server']
> >      > ERROR: Required build target 'imx-image-full' has no buildable
> >     providers.
> >      > Missing or unbuildable dependency chain was: ['imx-image-full',
> >     'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server']
> >      >
> >      > Summary: There were 2 ERROR messages, returning a non-zero exit
> code.
> >      >
> >      > These packages are needed i can not remove So please help me what
> >     can i do in this.
> >      >
> >      > Thanks in Advance.
> >      >
> >      > On Fri, 27 Jan 2023 at 17:00, Nikita Gupta
> >     <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>
> >     <mailto:nikitagupta2509@gmail.com
> >     <mailto:nikitagupta2509@gmail.com>>> wrote:
> >      >
> >      >     Hello Alex
> >      >
> >      >     When i run bitbake libimxvpuapi2 and it shows below error
> >     (images attached).
> >      >     Can you please tell me that is "libimxvpuapi2" compatible
> >     with imx8mplus board?
> >      >
> >      >     Thanks in Advance
> >      >
> >      >     On Fri, 27 Jan 2023 at 14:35, Alexander Kanavin
> >     <alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>
> >     <mailto:alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>>>
> wrote:
> >      >
> >      >         The screenshot indicates the problem originates in
> >     libimxvpuapi2
> >      >         recipe. So you should get more information by running
> >     'bitbake
> >      >         libimxvpuapi2'.
> >      >
> >      >         Alex
> >      >
> >      >         On Fri, 27 Jan 2023 at 07:46, Nikita Gupta
> >     <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>
> >     <mailto:nikitagupta2509@gmail.com
> >     <mailto:nikitagupta2509@gmail.com>>> wrote:
> >      >          >
> >      >          > Hello Alexander
> >      >          >
> >      >          > I am not getting your query . Can u please explain
> >     your question?
> >      >          >
> >      >          > Regards
> >      >          > Nikita Gupta
> >      >          >
> >      >          > On Wed, Jan 25, 2023, 18:35 Alexander Kanavin
> >     <alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>
> >     <mailto:alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>>>
> wrote:
> >      >          >>
> >      >          >> What happens if you bitbake libimx… thingy directly?
> >      >          >>
> >      >          >> Alex
> >      >          >>
> >      >          >> On Wed 25. Jan 2023 at 13.47, Nikita Gupta
> >     <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>
> >     <mailto:nikitagupta2509@gmail.com
> >     <mailto:nikitagupta2509@gmail.com>>> wrote:
> >      >          >>>
> >      >          >>> Hello list,
> >      >          >>>
> >      >          >>> I was just making image for imx8mplus by adding few
> >     pkgs in my local.conf but encountered few errors so i am here
> >      >         for your help.
> >      >          >>> I added below pkgs in my local.conf file
> >      >          >>>
> >      >          >>> IMAGE_INSTALL:append = "gstreamer1.0
> >     gstreamer1.0-plugins-base gstreamer1.0-plugins-good
> >     gstreamer1.0-plugins-bad
> >      >         gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap
> >     imx-gpu-g2d imx-gpu-viv gstreamer1.0-plugins-imx
> >      >         imx-gst1.0-plugin"
> >      >          >>> LICENSE_FLAGS_WHITELIST = "commercial"
> >      >          >>> IMAGE_INSTALL:append = "kernel-devsrc"
> >      >          >>> IMAGE_INSTALL_append += "gstreamer1.0-rtsp-server
> >     gst-variable-rtsp-server"
> >      >          >>> IMAGE_INSTALL:append = " gtk+3"
> >      >          >>> CORE_IMAGE_EXTRA_INSTALL += " opencv
> >     libopencv-core-dev libopencv-highgui-dev libopencv-imgproc-dev
> >      >         libopencv-objdetect-dev libopencv-ml-dev"
> >      >          >>> IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "
> >      >          >>>
> >      >          >>> So my local.conf file now looks like this
> >      >          >>> So i am getting below error after baking my recipe (
> >     Attached image).
> >      >          >>>
> >      >          >>> Please tell what should I need to do to resolve this.
> >      >          >>>
> >      >          >>> Thanks in advance
> >      >          >>>
> >      >          >>>
> >      >          >>>
> >      >
> >      >
> >      >
> >      > -=-=-=-=-=-=-=-=-=-=-=-
> >      > Links: You receive all messages sent to this group.
> >      > View/Reply Online (#59078):
> >     https://lists.yoctoproject.org/g/yocto/message/59078
> >     <https://lists.yoctoproject.org/g/yocto/message/59078>
> >      > Mute This Topic:
> >     https://lists.yoctoproject.org/mt/96519310/3617373
> >     <https://lists.yoctoproject.org/mt/96519310/3617373>
> >      > Group Owner: yocto+owner@lists.yoctoproject.org
> >     <mailto:yocto%2Bowner@lists.yoctoproject.org>
> >      > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
> >     <https://lists.yoctoproject.org/g/yocto/unsub> [ito@lineo.co.jp
> >     <mailto:ito@lineo.co.jp>]
> >      > -=-=-=-=-=-=-=-=-=-=-=-
> >      >
> >
> >     --
> >     Takayasu Ito
> >     Solution Department, Lineo Solutions, Inc.
> >     https://www.lineo.co.jp/english/ <https://www.lineo.co.jp/english/>
> >     Email: ito@lineo.co.jp <mailto:ito@lineo.co.jp>
> >     Yocto Project Ambassador
> >
>
> --
> Takayasu Ito
> Yocto Project Ambassador
> Solution Department Lineo Solutions, Inc.
> https://www.lineo.co.jp/english/
> Email: ito@lineo.co.jp
>
>

[-- Attachment #2: Type: text/html, Size: 16429 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
  2023-01-31  2:34               ` Takayasu Ito
  2023-01-31  7:11                 ` Nikita Gupta
@ 2023-01-31  8:40                 ` Khem Raj
  2023-01-31  9:15                   ` Nikita Gupta
  2023-02-01  2:06                   ` Takayasu Ito
  1 sibling, 2 replies; 17+ messages in thread
From: Khem Raj @ 2023-01-31  8:40 UTC (permalink / raw)
  To: Takayasu Ito; +Cc: Nikita Gupta, Alexander Kanavin, Yocto-mailing-list

On Mon, Jan 30, 2023 at 6:34 PM Takayasu Ito <ito@lineo.co.jp> wrote:
>
> Hi  Nikita
>
> The problem is that in the imx-vpu-hantro recipe, the encoder library,
> libhantro_h1.so, is not installed for mx8mp, but is installed for mx8mm.
>
> In the libimxvpuapi2 recipe, imx8mp specifies imx8mm in IMX_PLATFORM.
> Therefore, the _encoder variable used in the waf wsctipt file is set to
> true, so a check is made for the presence of hantro_h1, resulting in an
> error.
> At this time, libimxvpuapi2 support for imx8m is imx8m and imx8mm, so by
> changing the setting to one for imx8m, which does not use a hardware
> encoder, the build for imx8mp will pass.
>
> Create the libimxvpuapi2_%.bbappen file and add
> IMX_PLATFOEM:mx8mp-nxp-bsp = "imx8m"
>

I think this is perhaps in right direction but I would suggest

IMX_PLATFORM:mx8mp-nxp-bsp = "imx8mm"

>
>
> Translated with www.DeepL.com/Translator (free version)
> On 2023/01/30 20:19, Nikita Gupta wrote:
> > Hello Takayasu
> > Thanks for your suggestion,  but after implementing i am facing same
> > thing (see attached image).
> >
> > Regards
> > Nikita Gupta
> >
> > On Fri, 27 Jan 2023 at 17:55, Takayasu Ito <ito@lineo.co.jp
> > <mailto:ito@lineo.co.jp>> wrote:
> >
> >     Hi Nikita
> >
> >       > *IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base
> >     gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
> >
> >     If you do not put a space after the double quotation marks, the
> >     package names before and after will be attached to each other
> >     during the merge.
> >
> >     See
> >     https://docs.yoctoproject.org/bitbake/2.2/bitbake-user-manual/bitbake-user-manual-metadata.html#appending-and-prepending-override-style-syntax <https://docs.yoctoproject.org/bitbake/2.2/bitbake-user-manual/bitbake-user-manual-metadata.html#appending-and-prepending-override-style-syntax>
> >
> >     On 2023/01/27 20:48, Nikita Gupta wrote:
> >      > Hello List,
> >      >
> >      > As i earlier mentioned that i want to do some customisation in
> >     local.conf by adding few pkgs (below).
> >      > *IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base
> >     gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
> >      > gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap
> >     imx-gpu-g2d imx-gpu-viv gstreamer1.0-plugins-imx imx-gst1.0-plugin"
> >      > LICENSE_FLAGS_ACCEPTED = " commercial"
> >      > IMAGE_INSTALL:append = "kernel-devsrc"
> >      > IMAGE_INSTALL:append = "gstreamer1.0-rtsp-server
> >     gst-variable-rtsp-server"
> >      > IMAGE_INSTALL:append = " gtk+3"
> >      > CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev
> >     libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev
> >      > libopencv-ml-dev"
> >      > #LICENSE_FLAGS_WHITELIST = " commercial"
> >      > IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "*
> >      >   and iafter bitbake m getting below errors.
> >      >
> >      > nikita@nikita-HP-Laptop-15-bs0xx:~/Yocto/imx-yocto-bsp$ *bitbake
> >     imx-image-full*
> >      > Loading cache: 100%
> >     |##########################################################################################################|
> >      > Time: 0:00:01
> >      > Loaded 4736 entries from dependency cache.
> >      > Parsing recipes: 100%
> >     |########################################################################################################|
> >      > Time: 0:00:02
> >      > Parsing of 3190 .bb files complete (3188 cached, 2 parsed). 4738
> >     targets, 262 skipped, 3 masked, 0 errors.
> >      > NOTE: Resolving any missing task queue dependencies
> >      > ERROR: Nothing RPROVIDES
> >     'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server' (but
> >      >
> >     /home/nikita/Yocto/imx-yocto-bsp/sources/meta-imx/meta-sdk/dynamic-layers/qt6-layer/recipes-fsl/images/imx-image-full.bb <http://imx-image-full.bb>
> >      > <http://imx-image-full.bb <http://imx-image-full.bb>> RDEPENDS on
> >     or otherwise requires it)
> >      > NOTE: Runtime target
> >     'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server' is
> >     unbuildable, removing...
> >      > Missing or unbuildable dependency chain was:
> >     ['imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server']
> >      > ERROR: Required build target 'imx-image-full' has no buildable
> >     providers.
> >      > Missing or unbuildable dependency chain was: ['imx-image-full',
> >     'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server']
> >      >
> >      > Summary: There were 2 ERROR messages, returning a non-zero exit code.
> >      >
> >      > These packages are needed i can not remove So please help me what
> >     can i do in this.
> >      >
> >      > Thanks in Advance.
> >      >
> >      > On Fri, 27 Jan 2023 at 17:00, Nikita Gupta
> >     <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>
> >     <mailto:nikitagupta2509@gmail.com
> >     <mailto:nikitagupta2509@gmail.com>>> wrote:
> >      >
> >      >     Hello Alex
> >      >
> >      >     When i run bitbake libimxvpuapi2 and it shows below error
> >     (images attached).
> >      >     Can you please tell me that is "libimxvpuapi2" compatible
> >     with imx8mplus board?
> >      >
> >      >     Thanks in Advance
> >      >
> >      >     On Fri, 27 Jan 2023 at 14:35, Alexander Kanavin
> >     <alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>
> >     <mailto:alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>>> wrote:
> >      >
> >      >         The screenshot indicates the problem originates in
> >     libimxvpuapi2
> >      >         recipe. So you should get more information by running
> >     'bitbake
> >      >         libimxvpuapi2'.
> >      >
> >      >         Alex
> >      >
> >      >         On Fri, 27 Jan 2023 at 07:46, Nikita Gupta
> >     <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>
> >     <mailto:nikitagupta2509@gmail.com
> >     <mailto:nikitagupta2509@gmail.com>>> wrote:
> >      >          >
> >      >          > Hello Alexander
> >      >          >
> >      >          > I am not getting your query . Can u please explain
> >     your question?
> >      >          >
> >      >          > Regards
> >      >          > Nikita Gupta
> >      >          >
> >      >          > On Wed, Jan 25, 2023, 18:35 Alexander Kanavin
> >     <alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>
> >     <mailto:alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>>> wrote:
> >      >          >>
> >      >          >> What happens if you bitbake libimx… thingy directly?
> >      >          >>
> >      >          >> Alex
> >      >          >>
> >      >          >> On Wed 25. Jan 2023 at 13.47, Nikita Gupta
> >     <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>
> >     <mailto:nikitagupta2509@gmail.com
> >     <mailto:nikitagupta2509@gmail.com>>> wrote:
> >      >          >>>
> >      >          >>> Hello list,
> >      >          >>>
> >      >          >>> I was just making image for imx8mplus by adding few
> >     pkgs in my local.conf but encountered few errors so i am here
> >      >         for your help.
> >      >          >>> I added below pkgs in my local.conf file
> >      >          >>>
> >      >          >>> IMAGE_INSTALL:append = "gstreamer1.0
> >     gstreamer1.0-plugins-base gstreamer1.0-plugins-good
> >     gstreamer1.0-plugins-bad
> >      >         gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap
> >     imx-gpu-g2d imx-gpu-viv gstreamer1.0-plugins-imx
> >      >         imx-gst1.0-plugin"
> >      >          >>> LICENSE_FLAGS_WHITELIST = "commercial"
> >      >          >>> IMAGE_INSTALL:append = "kernel-devsrc"
> >      >          >>> IMAGE_INSTALL_append += "gstreamer1.0-rtsp-server
> >     gst-variable-rtsp-server"
> >      >          >>> IMAGE_INSTALL:append = " gtk+3"
> >      >          >>> CORE_IMAGE_EXTRA_INSTALL += " opencv
> >     libopencv-core-dev libopencv-highgui-dev libopencv-imgproc-dev
> >      >         libopencv-objdetect-dev libopencv-ml-dev"
> >      >          >>> IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "
> >      >          >>>
> >      >          >>> So my local.conf file now looks like this
> >      >          >>> So i am getting below error after baking my recipe (
> >     Attached image).
> >      >          >>>
> >      >          >>> Please tell what should I need to do to resolve this.
> >      >          >>>
> >      >          >>> Thanks in advance
> >      >          >>>
> >      >          >>>
> >      >          >>>
> >      >
> >      >
> >      >
> >      >
> >      >
> >
> >     --
> >     Takayasu Ito
> >     Solution Department, Lineo Solutions, Inc.
> >     https://www.lineo.co.jp/english/ <https://www.lineo.co.jp/english/>
> >     Email: ito@lineo.co.jp <mailto:ito@lineo.co.jp>
> >     Yocto Project Ambassador
> >
>
> --
> Takayasu Ito
> Yocto Project Ambassador
> Solution Department Lineo Solutions, Inc.
> https://www.lineo.co.jp/english/
> Email: ito@lineo.co.jp
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> You automatically follow any topics you start or reply to.
> View/Reply Online (#59112): https://lists.yoctoproject.org/g/yocto/message/59112
> Unfollow This Topic: https://lists.yoctoproject.org/unft/96519310/1997914
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
  2023-01-31  8:40                 ` Khem Raj
@ 2023-01-31  9:15                   ` Nikita Gupta
  2023-02-01  2:06                   ` Takayasu Ito
  1 sibling, 0 replies; 17+ messages in thread
From: Nikita Gupta @ 2023-01-31  9:15 UTC (permalink / raw)
  To: Khem Raj, Takayasu Ito, Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 10474 bytes --]

Hello All,
I created one libimxvpuapi2_%.bbappend file in "libimxvpuapi" directory and
following platform configuration in that and it works.
IMX_PLATFORM:mx8mp-nxp-bsp = "imx8m"
Thanks team for this kind help.

On Tue, 31 Jan 2023 at 14:11, Khem Raj <raj.khem@gmail.com> wrote:

> On Mon, Jan 30, 2023 at 6:34 PM Takayasu Ito <ito@lineo.co.jp> wrote:
> >
> > Hi  Nikita
> >
> > The problem is that in the imx-vpu-hantro recipe, the encoder library,
> > libhantro_h1.so, is not installed for mx8mp, but is installed for mx8mm.
> >
> > In the libimxvpuapi2 recipe, imx8mp specifies imx8mm in IMX_PLATFORM.
> > Therefore, the _encoder variable used in the waf wsctipt file is set to
> > true, so a check is made for the presence of hantro_h1, resulting in an
> > error.
> > At this time, libimxvpuapi2 support for imx8m is imx8m and imx8mm, so by
> > changing the setting to one for imx8m, which does not use a hardware
> > encoder, the build for imx8mp will pass.
> >
> > Create the libimxvpuapi2_%.bbappen file and add
> > IMX_PLATFOEM:mx8mp-nxp-bsp = "imx8m"
> >
>
> I think this is perhaps in right direction but I would suggest
>
> IMX_PLATFORM:mx8mp-nxp-bsp = "imx8mm"
>
> >
> >
> > Translated with www.DeepL.com/Translator (free version)
> > On 2023/01/30 20:19, Nikita Gupta wrote:
> > > Hello Takayasu
> > > Thanks for your suggestion,  but after implementing i am facing same
> > > thing (see attached image).
> > >
> > > Regards
> > > Nikita Gupta
> > >
> > > On Fri, 27 Jan 2023 at 17:55, Takayasu Ito <ito@lineo.co.jp
> > > <mailto:ito@lineo.co.jp>> wrote:
> > >
> > >     Hi Nikita
> > >
> > >       > *IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base
> > >     gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
> > >
> > >     If you do not put a space after the double quotation marks, the
> > >     package names before and after will be attached to each other
> > >     during the merge.
> > >
> > >     See
> > >
> https://docs.yoctoproject.org/bitbake/2.2/bitbake-user-manual/bitbake-user-manual-metadata.html#appending-and-prepending-override-style-syntax
> <
> https://docs.yoctoproject.org/bitbake/2.2/bitbake-user-manual/bitbake-user-manual-metadata.html#appending-and-prepending-override-style-syntax
> >
> > >
> > >     On 2023/01/27 20:48, Nikita Gupta wrote:
> > >      > Hello List,
> > >      >
> > >      > As i earlier mentioned that i want to do some customisation in
> > >     local.conf by adding few pkgs (below).
> > >      > *IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base
> > >     gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
> > >      > gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap
> > >     imx-gpu-g2d imx-gpu-viv gstreamer1.0-plugins-imx imx-gst1.0-plugin"
> > >      > LICENSE_FLAGS_ACCEPTED = " commercial"
> > >      > IMAGE_INSTALL:append = "kernel-devsrc"
> > >      > IMAGE_INSTALL:append = "gstreamer1.0-rtsp-server
> > >     gst-variable-rtsp-server"
> > >      > IMAGE_INSTALL:append = " gtk+3"
> > >      > CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev
> > >     libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev
> > >      > libopencv-ml-dev"
> > >      > #LICENSE_FLAGS_WHITELIST = " commercial"
> > >      > IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "*
> > >      >   and iafter bitbake m getting below errors.
> > >      >
> > >      > nikita@nikita-HP-Laptop-15-bs0xx:~/Yocto/imx-yocto-bsp$
> *bitbake
> > >     imx-image-full*
> > >      > Loading cache: 100%
> > >
>  |##########################################################################################################|
> > >      > Time: 0:00:01
> > >      > Loaded 4736 entries from dependency cache.
> > >      > Parsing recipes: 100%
> > >
>  |########################################################################################################|
> > >      > Time: 0:00:02
> > >      > Parsing of 3190 .bb files complete (3188 cached, 2 parsed). 4738
> > >     targets, 262 skipped, 3 masked, 0 errors.
> > >      > NOTE: Resolving any missing task queue dependencies
> > >      > ERROR: Nothing RPROVIDES
> > >     'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server' (but
> > >      >
> > >
>  /home/nikita/Yocto/imx-yocto-bsp/sources/meta-imx/meta-sdk/dynamic-layers/qt6-layer/recipes-fsl/images/
> imx-image-full.bb <http://imx-image-full.bb>
> > >      > <http://imx-image-full.bb <http://imx-image-full.bb>> RDEPENDS
> on
> > >     or otherwise requires it)
> > >      > NOTE: Runtime target
> > >     'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server' is
> > >     unbuildable, removing...
> > >      > Missing or unbuildable dependency chain was:
> > >     ['imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server']
> > >      > ERROR: Required build target 'imx-image-full' has no buildable
> > >     providers.
> > >      > Missing or unbuildable dependency chain was: ['imx-image-full',
> > >     'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server']
> > >      >
> > >      > Summary: There were 2 ERROR messages, returning a non-zero exit
> code.
> > >      >
> > >      > These packages are needed i can not remove So please help me
> what
> > >     can i do in this.
> > >      >
> > >      > Thanks in Advance.
> > >      >
> > >      > On Fri, 27 Jan 2023 at 17:00, Nikita Gupta
> > >     <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>
> > >     <mailto:nikitagupta2509@gmail.com
> > >     <mailto:nikitagupta2509@gmail.com>>> wrote:
> > >      >
> > >      >     Hello Alex
> > >      >
> > >      >     When i run bitbake libimxvpuapi2 and it shows below error
> > >     (images attached).
> > >      >     Can you please tell me that is "libimxvpuapi2" compatible
> > >     with imx8mplus board?
> > >      >
> > >      >     Thanks in Advance
> > >      >
> > >      >     On Fri, 27 Jan 2023 at 14:35, Alexander Kanavin
> > >     <alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>
> > >     <mailto:alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>>>
> wrote:
> > >      >
> > >      >         The screenshot indicates the problem originates in
> > >     libimxvpuapi2
> > >      >         recipe. So you should get more information by running
> > >     'bitbake
> > >      >         libimxvpuapi2'.
> > >      >
> > >      >         Alex
> > >      >
> > >      >         On Fri, 27 Jan 2023 at 07:46, Nikita Gupta
> > >     <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>
> > >     <mailto:nikitagupta2509@gmail.com
> > >     <mailto:nikitagupta2509@gmail.com>>> wrote:
> > >      >          >
> > >      >          > Hello Alexander
> > >      >          >
> > >      >          > I am not getting your query . Can u please explain
> > >     your question?
> > >      >          >
> > >      >          > Regards
> > >      >          > Nikita Gupta
> > >      >          >
> > >      >          > On Wed, Jan 25, 2023, 18:35 Alexander Kanavin
> > >     <alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>
> > >     <mailto:alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>>>
> wrote:
> > >      >          >>
> > >      >          >> What happens if you bitbake libimx… thingy directly?
> > >      >          >>
> > >      >          >> Alex
> > >      >          >>
> > >      >          >> On Wed 25. Jan 2023 at 13.47, Nikita Gupta
> > >     <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>
> > >     <mailto:nikitagupta2509@gmail.com
> > >     <mailto:nikitagupta2509@gmail.com>>> wrote:
> > >      >          >>>
> > >      >          >>> Hello list,
> > >      >          >>>
> > >      >          >>> I was just making image for imx8mplus by adding few
> > >     pkgs in my local.conf but encountered few errors so i am here
> > >      >         for your help.
> > >      >          >>> I added below pkgs in my local.conf file
> > >      >          >>>
> > >      >          >>> IMAGE_INSTALL:append = "gstreamer1.0
> > >     gstreamer1.0-plugins-base gstreamer1.0-plugins-good
> > >     gstreamer1.0-plugins-bad
> > >      >         gstreamer1.0-plugins-ugly  gstreamer1.0-libav
> imx-vpuwrap
> > >     imx-gpu-g2d imx-gpu-viv gstreamer1.0-plugins-imx
> > >      >         imx-gst1.0-plugin"
> > >      >          >>> LICENSE_FLAGS_WHITELIST = "commercial"
> > >      >          >>> IMAGE_INSTALL:append = "kernel-devsrc"
> > >      >          >>> IMAGE_INSTALL_append += "gstreamer1.0-rtsp-server
> > >     gst-variable-rtsp-server"
> > >      >          >>> IMAGE_INSTALL:append = " gtk+3"
> > >      >          >>> CORE_IMAGE_EXTRA_INSTALL += " opencv
> > >     libopencv-core-dev libopencv-highgui-dev libopencv-imgproc-dev
> > >      >         libopencv-objdetect-dev libopencv-ml-dev"
> > >      >          >>> IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "
> > >      >          >>>
> > >      >          >>> So my local.conf file now looks like this
> > >      >          >>> So i am getting below error after baking my recipe
> (
> > >     Attached image).
> > >      >          >>>
> > >      >          >>> Please tell what should I need to do to resolve
> this.
> > >      >          >>>
> > >      >          >>> Thanks in advance
> > >      >          >>>
> > >      >          >>>
> > >      >          >>>
> > >      >
> > >      >
> > >      >
> > >      >
> > >      >
> > >
> > >     --
> > >     Takayasu Ito
> > >     Solution Department, Lineo Solutions, Inc.
> > >     https://www.lineo.co.jp/english/ <https://www.lineo.co.jp/english/
> >
> > >     Email: ito@lineo.co.jp <mailto:ito@lineo.co.jp>
> > >     Yocto Project Ambassador
> > >
> >
> > --
> > Takayasu Ito
> > Yocto Project Ambassador
> > Solution Department Lineo Solutions, Inc.
> > https://www.lineo.co.jp/english/
> > Email: ito@lineo.co.jp
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > You automatically follow any topics you start or reply to.
> > View/Reply Online (#59112):
> https://lists.yoctoproject.org/g/yocto/message/59112
> > Unfollow This Topic:
> https://lists.yoctoproject.org/unft/96519310/1997914
> > Group Owner: yocto+owner@lists.yoctoproject.org
> > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [
> raj.khem@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>

[-- Attachment #2: Type: text/html, Size: 17061 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
  2023-01-31  8:40                 ` Khem Raj
  2023-01-31  9:15                   ` Nikita Gupta
@ 2023-02-01  2:06                   ` Takayasu Ito
  1 sibling, 0 replies; 17+ messages in thread
From: Takayasu Ito @ 2023-02-01  2:06 UTC (permalink / raw)
  To: Khem Raj; +Cc: Nikita Gupta, Alexander Kanavin, Yocto-mailing-list

Hi All

If the imx8mp encoder is fully backward compatible with the imx8mm 
encoder, then
PLATFORM:mx8mp-nxp-bsp = "IMX8MP"
defined in imx-vpu-hantro_1.27.0.bb
to
PLATFORM:mx8mp-nxp-bsp = "IMX8MM"
in the bbappend file, the header file for hantro_h1 that the source code 
for the encoder in libimxvpuapi2 refers to, and that is used when 
linking It is confirmed that libhantro_h1.so is extracted under 
resipe-sysroot of libimxvpuapi2.

I have not been able to confirm the compatibility of hantro_h1 and 
hantro_vc8000e, so please use at your own risk.


 >> Create the libimxvpuapi2_%.bbappen file and add
 >> IMX_PLATFOEM:mx8mp-nxp-bsp = "imx8m"
 >>
 >
 > I think this is perhaps in right direction but I would suggest
 >
 > IMX_PLATFORM:mx8mp-nxp-bsp = "imx8mm"



On 2023/01/31 17:40, Khem Raj wrote:
> On Mon, Jan 30, 2023 at 6:34 PM Takayasu Ito <ito@lineo.co.jp> wrote:
>>
>> Hi  Nikita
>>
>> The problem is that in the imx-vpu-hantro recipe, the encoder library,
>> libhantro_h1.so, is not installed for mx8mp, but is installed for mx8mm.
>>
>> In the libimxvpuapi2 recipe, imx8mp specifies imx8mm in IMX_PLATFORM.
>> Therefore, the _encoder variable used in the waf wsctipt file is set to
>> true, so a check is made for the presence of hantro_h1, resulting in an
>> error.
>> At this time, libimxvpuapi2 support for imx8m is imx8m and imx8mm, so by
>> changing the setting to one for imx8m, which does not use a hardware
>> encoder, the build for imx8mp will pass.
>>
>> Create the libimxvpuapi2_%.bbappen file and add
>> IMX_PLATFOEM:mx8mp-nxp-bsp = "imx8m"
>>
> 
> I think this is perhaps in right direction but I would suggest
> 
> IMX_PLATFORM:mx8mp-nxp-bsp = "imx8mm"
> 
>>
>>
>> Translated with www.DeepL.com/Translator (free version)
>> On 2023/01/30 20:19, Nikita Gupta wrote:
>>> Hello Takayasu
>>> Thanks for your suggestion,  but after implementing i am facing same
>>> thing (see attached image).
>>>
>>> Regards
>>> Nikita Gupta
>>>
>>> On Fri, 27 Jan 2023 at 17:55, Takayasu Ito <ito@lineo.co.jp
>>> <mailto:ito@lineo.co.jp>> wrote:
>>>
>>>      Hi Nikita
>>>
>>>        > *IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base
>>>      gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
>>>
>>>      If you do not put a space after the double quotation marks, the
>>>      package names before and after will be attached to each other
>>>      during the merge.
>>>
>>>      See
>>>      https://docs.yoctoproject.org/bitbake/2.2/bitbake-user-manual/bitbake-user-manual-metadata.html#appending-and-prepending-override-style-syntax <https://docs.yoctoproject.org/bitbake/2.2/bitbake-user-manual/bitbake-user-manual-metadata.html#appending-and-prepending-override-style-syntax>
>>>
>>>      On 2023/01/27 20:48, Nikita Gupta wrote:
>>>       > Hello List,
>>>       >
>>>       > As i earlier mentioned that i want to do some customisation in
>>>      local.conf by adding few pkgs (below).
>>>       > *IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base
>>>      gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
>>>       > gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap
>>>      imx-gpu-g2d imx-gpu-viv gstreamer1.0-plugins-imx imx-gst1.0-plugin"
>>>       > LICENSE_FLAGS_ACCEPTED = " commercial"
>>>       > IMAGE_INSTALL:append = "kernel-devsrc"
>>>       > IMAGE_INSTALL:append = "gstreamer1.0-rtsp-server
>>>      gst-variable-rtsp-server"
>>>       > IMAGE_INSTALL:append = " gtk+3"
>>>       > CORE_IMAGE_EXTRA_INSTALL += " opencv libopencv-core-dev
>>>      libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev
>>>       > libopencv-ml-dev"
>>>       > #LICENSE_FLAGS_WHITELIST = " commercial"
>>>       > IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "*
>>>       >   and iafter bitbake m getting below errors.
>>>       >
>>>       > nikita@nikita-HP-Laptop-15-bs0xx:~/Yocto/imx-yocto-bsp$ *bitbake
>>>      imx-image-full*
>>>       > Loading cache: 100%
>>>      |##########################################################################################################|
>>>       > Time: 0:00:01
>>>       > Loaded 4736 entries from dependency cache.
>>>       > Parsing recipes: 100%
>>>      |########################################################################################################|
>>>       > Time: 0:00:02
>>>       > Parsing of 3190 .bb files complete (3188 cached, 2 parsed). 4738
>>>      targets, 262 skipped, 3 masked, 0 errors.
>>>       > NOTE: Resolving any missing task queue dependencies
>>>       > ERROR: Nothing RPROVIDES
>>>      'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server' (but
>>>       >
>>>      /home/nikita/Yocto/imx-yocto-bsp/sources/meta-imx/meta-sdk/dynamic-layers/qt6-layer/recipes-fsl/images/imx-image-full.bb <http://imx-image-full.bb>
>>>       > <http://imx-image-full.bb <http://imx-image-full.bb>> RDEPENDS on
>>>      or otherwise requires it)
>>>       > NOTE: Runtime target
>>>      'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server' is
>>>      unbuildable, removing...
>>>       > Missing or unbuildable dependency chain was:
>>>      ['imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server']
>>>       > ERROR: Required build target 'imx-image-full' has no buildable
>>>      providers.
>>>       > Missing or unbuildable dependency chain was: ['imx-image-full',
>>>      'imx-gst1.0-pluginkernel-devsrcgstreamer1.0-rtsp-server']
>>>       >
>>>       > Summary: There were 2 ERROR messages, returning a non-zero exit code.
>>>       >
>>>       > These packages are needed i can not remove So please help me what
>>>      can i do in this.
>>>       >
>>>       > Thanks in Advance.
>>>       >
>>>       > On Fri, 27 Jan 2023 at 17:00, Nikita Gupta
>>>      <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>
>>>      <mailto:nikitagupta2509@gmail.com
>>>      <mailto:nikitagupta2509@gmail.com>>> wrote:
>>>       >
>>>       >     Hello Alex
>>>       >
>>>       >     When i run bitbake libimxvpuapi2 and it shows below error
>>>      (images attached).
>>>       >     Can you please tell me that is "libimxvpuapi2" compatible
>>>      with imx8mplus board?
>>>       >
>>>       >     Thanks in Advance
>>>       >
>>>       >     On Fri, 27 Jan 2023 at 14:35, Alexander Kanavin
>>>      <alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>
>>>      <mailto:alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>>> wrote:
>>>       >
>>>       >         The screenshot indicates the problem originates in
>>>      libimxvpuapi2
>>>       >         recipe. So you should get more information by running
>>>      'bitbake
>>>       >         libimxvpuapi2'.
>>>       >
>>>       >         Alex
>>>       >
>>>       >         On Fri, 27 Jan 2023 at 07:46, Nikita Gupta
>>>      <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>
>>>      <mailto:nikitagupta2509@gmail.com
>>>      <mailto:nikitagupta2509@gmail.com>>> wrote:
>>>       >          >
>>>       >          > Hello Alexander
>>>       >          >
>>>       >          > I am not getting your query . Can u please explain
>>>      your question?
>>>       >          >
>>>       >          > Regards
>>>       >          > Nikita Gupta
>>>       >          >
>>>       >          > On Wed, Jan 25, 2023, 18:35 Alexander Kanavin
>>>      <alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>
>>>      <mailto:alex.kanavin@gmail.com <mailto:alex.kanavin@gmail.com>>> wrote:
>>>       >          >>
>>>       >          >> What happens if you bitbake libimx… thingy directly?
>>>       >          >>
>>>       >          >> Alex
>>>       >          >>
>>>       >          >> On Wed 25. Jan 2023 at 13.47, Nikita Gupta
>>>      <nikitagupta2509@gmail.com <mailto:nikitagupta2509@gmail.com>
>>>      <mailto:nikitagupta2509@gmail.com
>>>      <mailto:nikitagupta2509@gmail.com>>> wrote:
>>>       >          >>>
>>>       >          >>> Hello list,
>>>       >          >>>
>>>       >          >>> I was just making image for imx8mplus by adding few
>>>      pkgs in my local.conf but encountered few errors so i am here
>>>       >         for your help.
>>>       >          >>> I added below pkgs in my local.conf file
>>>       >          >>>
>>>       >          >>> IMAGE_INSTALL:append = "gstreamer1.0
>>>      gstreamer1.0-plugins-base gstreamer1.0-plugins-good
>>>      gstreamer1.0-plugins-bad
>>>       >         gstreamer1.0-plugins-ugly  gstreamer1.0-libav imx-vpuwrap
>>>      imx-gpu-g2d imx-gpu-viv gstreamer1.0-plugins-imx
>>>       >         imx-gst1.0-plugin"
>>>       >          >>> LICENSE_FLAGS_WHITELIST = "commercial"
>>>       >          >>> IMAGE_INSTALL:append = "kernel-devsrc"
>>>       >          >>> IMAGE_INSTALL_append += "gstreamer1.0-rtsp-server
>>>      gst-variable-rtsp-server"
>>>       >          >>> IMAGE_INSTALL:append = " gtk+3"
>>>       >          >>> CORE_IMAGE_EXTRA_INSTALL += " opencv
>>>      libopencv-core-dev libopencv-highgui-dev libopencv-imgproc-dev
>>>       >         libopencv-objdetect-dev libopencv-ml-dev"
>>>       >          >>> IMAGE_ROOTFS_EXTRA_SPACE = "1048576 "
>>>       >          >>>
>>>       >          >>> So my local.conf file now looks like this
>>>       >          >>> So i am getting below error after baking my recipe (
>>>      Attached image).
>>>       >          >>>
>>>       >          >>> Please tell what should I need to do to resolve this.
>>>       >          >>>
>>>       >          >>> Thanks in advance
>>>       >          >>>
>>>       >          >>>
>>>       >          >>>
>>>       >
>>>       >
>>>       >
>>>       >
>>>       >
>>>
>>>      --
>>>      Takayasu Ito
>>>      Solution Department, Lineo Solutions, Inc.
>>>      https://www.lineo.co.jp/english/ <https://www.lineo.co.jp/english/>
>>>      Email: ito@lineo.co.jp <mailto:ito@lineo.co.jp>
>>>      Yocto Project Ambassador
>>>
>>
>> --
>> Takayasu Ito
>> Yocto Project Ambassador
>> Solution Department Lineo Solutions, Inc.
>> https://www.lineo.co.jp/english/
>> Email: ito@lineo.co.jp
>>
>>
>>
>>
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#59116): https://lists.yoctoproject.org/g/yocto/message/59116
>> Mute This Topic: https://lists.yoctoproject.org/mt/96519310/3617373
>> Group Owner: yocto+owner@lists.yoctoproject.org
>> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [ito@lineo.co.jp]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>

-- 
Takayasu Ito
Yocto Project Ambassador
Solution Department Lineo Solutions, Inc.
https://www.lineo.co.jp/english/
Email: ito@lineo.co.jp



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-02-01  2:07 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAGQ3h144Hp00zHw+F2Px2+dFYtXti6aoBDYs7qe9j0tEZFbiyg@mail.gmail.com>
2023-01-25 13:05 ` [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus Alexander Kanavin
2023-01-27  6:46   ` Nikita Gupta
2023-01-27  9:05     ` Alexander Kanavin
2023-01-27 11:30       ` Nikita Gupta
2023-01-27 11:48         ` Nikita Gupta
2023-01-27 12:25           ` Takayasu Ito
2023-01-30 11:19             ` Nikita Gupta
2023-01-30 16:44               ` Khem Raj
     [not found]                 ` <CAGQ3h177M2=N80TDZiDBd-EM2a36BS4zNMJzk_SVPEfJLwmtGA@mail.gmail.com>
2023-01-31  7:10                   ` Nikita Gupta
2023-01-31  2:34               ` Takayasu Ito
2023-01-31  7:11                 ` Nikita Gupta
2023-01-31  8:40                 ` Khem Raj
2023-01-31  9:15                   ` Nikita Gupta
2023-02-01  2:06                   ` Takayasu Ito
2023-01-27 12:32         ` Alexander Kanavin
2023-01-25 17:21 ` Khem Raj
2023-01-27  6:45   ` Nikita Gupta

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.