Giter Club home page Giter Club logo

Comments (8)

gunnarx avatar gunnarx commented on August 17, 2024

Sometimes these things are just a temporary fetching error...

But to check, let's start with which version of meta-ivi you are trying to build. Please report the commit hash of meta-ivi, so that we are looking at the same thing.

from capicxx-core-runtime.

gunnarx avatar gunnarx commented on August 17, 2024

Or do you have your own custom .bb file? If so, it might help if you post it. Building in yocto is not sure to be the right support channel here in the capicxx component project, but we could take a quick look.

from capicxx-core-runtime.

gunnarx avatar gunnarx commented on August 17, 2024

@michaelchao Commit hash 210ce21 and tag 2.1.5 is over 5 years old...

I would say that no one is likely to provide any support on such old versions.

I do agree with you, it looks like that commit does not seem to be on the master branch, and I can imagine there was a reorganization done back at that time because I found a few other references to 2.1.5 on the master branch.

What you have already found is that bitbake only fetches part of the tree (in this case only what is referred by master branch) and then it might not get the commit you need.

Referring to : https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#git-fetcher

I would say that adding either ";nobranch=1" or ";tag=2.1.5" on to the SRC_URI seems like it might make your recipe work. But I really don't recommend using such an old version. It's very likely to have bugs that have been fixed later on.

Can we close the issue @michaelchao?

from capicxx-core-runtime.

michaelchao avatar michaelchao commented on August 17, 2024

OK, thank you for your answer

from capicxx-core-runtime.

michaelchao avatar michaelchao commented on August 17, 2024

Sorry to reopen this question,
First , with "nobranch=1", I can fetch 2.1.5 successfully, thank you:)
I have one last thing for capicxx-core-runtime
In this project, there is a patch file for 2.1.5

--- git/configure.ac 2016-09-05 09:47:15.875109831 +0800
+++ git/configure.ac-new 2016-09-05 09:58:41.727130151 +0800
@@ -4,9 +4,9 @@
[],
[CommonAPI])
+AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
-AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([build-aux/config.h])
AC_CONFIG_FILES([
Makefile

And, is this patch still suitable for 2.1.5?

from capicxx-core-runtime.

gunnarx avatar gunnarx commented on August 17, 2024

In this project, there is a patch file for 2.1.5

In what project?

And, is this patch still suitable for 2.1.5?

I don't think anyone can answer that... First, because as I said we would recommend you to instead upgrade to a newer version. And secondly, if you have a kind of "private" project, then any patches that are added there are your own responsibility to keep up to date. If you were asking about for example meta-ivi, where we maintain Yocto build recipes for these components together in a collaboration, then it would be different (but we still don't provide support for several years old versions).

You could just try the patch and find out yourself.

from capicxx-core-runtime.

michaelchao avatar michaelchao commented on August 17, 2024

Our company‘s yocto project. For now, I have a very simple question.
In 2.1.5, this tag, is there any strings like one of that path content ?
For example, is there "AC_CONFIG_AUX_DIR" in any file of 2.1.5?

from capicxx-core-runtime.

michaelchao avatar michaelchao commented on August 17, 2024

I found a CommAPI.path file in 2.1.5, and its content is same as my project. So problem seems to be resolved. Thank you for your help

from capicxx-core-runtime.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.