Commit Graph

5 Commits

Author SHA1 Message Date
Mingyang Wang
6d423b9034 opencv_4.5.2: Fix opencv fetch issue
When fetch opencv source, it meets ERROR/WARNING as:
    "ERROR: opencv-4.5.2.imx-r0 do_fetch: Fetcher failure for URL: 'git://github.com/opencv/opencv_contrib.git;destsuffix=contrib;name=contrib'. Unable to fetch from any source.
    or
    "WARNING: opencv-4.5.2.imx-r0 do_fetch: Failed to fetch URL git://github.com/opencv/opencv_contrib.git;destsuffix=contrib;name=contrib, attempting MIRRORS if available."

- Use nobranch=1 to avoid the missing commit on master branch.
- Use protocol=https for Github urls.

Signed-off-by: Mingyang Wang <mingyang.wang@nxp.com>
Signed-off-by: Jun Zhu <junzhu@nxp.com>
2023-09-01 09:30:49 +08:00
Neena Busireddy
121c236ad6 opencv: Update CAF to github
opencv recipe in meta-freescale still points to CAF. Update the SRC_URI to fetch from github.

Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2023-04-19 13:27:16 -07:00
Neena Busireddy
5d28b74258 imx8mpul-evk.conf: Add machine configuration file for i.MX 8M Plus UltraLite [YOCIMX-5696]
- Fixed recipes to support this new machine file as it does not have display, GPU, NPU and ISP

Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2021-10-13 19:49:03 +02:00
Tom Hochstein
9f5befe216 mx8mnul: Fix SOC overrides for 8M NanoUltraLite [YOCIMX-5355]
The SOC and SOCARCH overrides for 8M NanoUltraLite are set as if the
SOC is an 8M NanoLite. Since the 8M NanoUltraLite has no GPU, it is
not likely to be compatible with 8M NanoLite, so give it a unique
SOC name.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2021-05-11 14:07:58 +02:00
Tom Hochstein
890e0e5b4d opencv: Update opencv_4.5.2.imx.bbappend to commit 5423d53
Keep this recipe bbappend even though at the moment it adds nothing
to what is in meta-freescale. The recipe file is needed in git for
our release process and for automation.

The subject line of this commit matches the expected format for
automation.

Fixes: YOCIMX-5428

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2021-05-07 15:36:13 -05:00