From: Gyorgy Sarvari <skandigraun@gmail.com>
To: "openembedded-devel@lists.openembedded.org"
<openembedded-devel@lists.openembedded.org>
Subject: Re: [oe] [meta-oe][PATCH] Disable FASTCV HAL implementation
Date: Mon, 10 Feb 2025 11:27:45 +0100 [thread overview]
Message-ID: <4e8eb4ac-a4dc-4beb-81ca-4bcfe7179722@gmail.com> (raw)
In-Reply-To: <23700.1739182003353626062@lists.openembedded.org>
(Please keep the discussion on the mailing list)
I have enabled the fastcv PACKAGECONFIG in my run, since that's the
point of having it, isn't it? With that it has -DWITH_FASTCV=ON amonst
the CMake flags, and that part seems to work as it should.
Did enabling this new PACKAGECONFIG flag work for you?
-------- Forwarded Message --------
Hi,
It should not download the tar file when FastCV is disabled. Try
sourcing the env again and check for the flag : DWITH_FASTCV=OFF in the
configure file.
On Mon, Feb 10, 2025 at 12:45 AM, Gyorgy Sarvari wrote:
+#Fastcv based Opencv HAL/Extensions are not supported on all
platforms, hence disabling it by default
+PACKAGECONFIG[fastcv] = "-DWITH_FASTCV=ON,-DWITH_FASTCV=OFF,,"
Is there a dependency missing? Using this new packageconfig fails with
the following error during do_configuration:
| -- FASTCV: Downloading fastcv_linux_aarch64_2024_12_11.tgz from
https://raw.githubusercontent.com/opencv/opencv_3rdparty/dc5d58018f3af915a8d209386d2c58c0501c0f2c/fastcv/fastcv_linux_aarch64_2024_12_11.tgz
| CMake Error at cmake/OpenCVDownload.cmake:210 (message):
| Not going to download fastcv_linux_aarch64_2024_12_11.tgz
| Call Stack (most recent call first):
| 3rdparty/fastcv/fastcv.cmake:29 (ocv_download)
| cmake/OpenCVFindLibsPerf.cmake:188 (download_fastcv)
| CMakeLists.txt:800 (include)
|
|
| -- Configuring incomplete, errors occurred!
next parent reply other threads:[~2025-02-10 10:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <23700.1739182003353626062@lists.openembedded.org>
2025-02-10 10:27 ` Gyorgy Sarvari [this message]
2025-02-10 7:53 [meta-oe][PATCH] Disable FASTCV HAL implementation Pulkit Singh Tak
2025-02-10 8:45 ` [oe] " Gyorgy Sarvari
2025-02-10 16:41 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4e8eb4ac-a4dc-4beb-81ca-4bcfe7179722@gmail.com \
--to=skandigraun@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.