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>
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>
- 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>
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>
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>