Coder Social home page Coder Social logo

i2c-tools fetch error about openbmc HOT 7 CLOSED

facebook avatar facebook commented on April 25, 2024
i2c-tools fetch error

from openbmc.

Comments (7)

fillmorechen avatar fillmorechen commented on April 25, 2024

Issue fixed, Thanks

from openbmc.

tfangit avatar tfangit commented on April 25, 2024

Thx. Most likely, there was an issue to access the i2c-tool source, which was fixed by itself later.

For 3rd party open source projects, OpenBMC repo (Yocto) only has the reference to its source. The source code will be downloaded during build.

from openbmc.

wvervoorn avatar wvervoorn commented on April 25, 2024

I am experiencing the same issue. It seems lm-server.org is down and so far I haven't found an alternative i2ctools repo that works as well. I found the https://github.com/groeck/i2c-tools.git repo but I still get a build error in the impbd stuff as there are no defines for the I2C slave in the i2c-dev.h.

Any suggestions

from openbmc.

williamspatrick avatar williamspatrick commented on April 25, 2024

Yocto keeps mirrors of packages here : http://downloads.yoctoproject.org/mirror/sources/

The i2c-tools-3.1.1.tar.bz2 is there.

from openbmc.

wvervoorn avatar wvervoorn commented on April 25, 2024

Hello Patrick,

Thanks for that. Will the OpenBMC tree be updated to include these mirrors at least for the i2c-tools case?

In the meantime I got it working by correctly getting the code from another GIT repo on github.

I also mentioned an issue building ipmbd that I expected to be related to this issue. It wasn’t. Actually this was caused by the order in which the bitbake tasks are executed. The ipmbd code requires “facebook/i2c-dev.h” to be present and this was installed much later in the process. Perhaps this was a coincidence on my build. It would be better to know for sure that one task can only be executed when another has been completed.

Best Regards,
Wim Vervoorn

Eltan B.V.
Ambachtstraat 23
5481 SM Schijndel
The Netherlands

T : +31-(0)73-594 46 64
E : [email protected]
W : http://www.eltan.com
"THIS MESSAGE CONTAINS CONFIDENTIAL INFORMATION. UNLESS YOU ARE THE INTENDED RECIPIENT OF THIS MESSAGE, ANY USE OF THIS MESSAGE IS STRICTLY PROHIBITED. IF YOU HAVE RECEIVED THIS MESSAGE IN ERROR, PLEASE IMMEDIATELY NOTIFY THE SENDER BY TELEPHONE +31-(0)73-5944664 OR REPLY EMAIL, AND IMMEDIATELY DELETE THIS MESSAGE AND ALL COPIES."

From: Patrick Williams [mailto:[email protected]]
Sent: Thursday, October 15, 2015 6:03 PM
To: facebook/openbmc [email protected]
Cc: Wim Vervoorn [email protected]
Subject: Re: [openbmc] i2c-tools fetch error (#12)

Yocto keeps mirrors of packages here : http://downloads.yoctoproject.org/mirror/sources/

The i2c-tools-3.1.1.tar.bz2 is there.


Reply to this email directly or view it on GitHubhttps://github.com//issues/12#issuecomment-148435478.

from openbmc.

williamspatrick avatar williamspatrick commented on April 25, 2024

On Fri, Oct 16, 2015 at 12:03:29AM -0700, Wim Vervoorn wrote:

Hello Patrick,

Thanks for that. Will the OpenBMC tree be updated to include these mirrors at least for the i2c-tools case?

I cannot answer this. I am not working on this tree.

I also mentioned an issue building ipmbd that I expected to be related to this issue. It wasn’t. Actually this was caused by the order in which the bitbake tasks are executed. The ipmbd code requires “facebook/i2c-dev.h” to be present and this was installed much later in the process. Perhaps this was a coincidence on my build. It would be better to know for sure that one task can only be executed when another has been completed.

It appears that i2c-dev.h is provided by the package 'fbutils'. I don't
see that in the dependency list for the ipmbd package. My suggestion would
be to add DEPENDS += "fbutils" to common/recipes-core/ipmbd/ipmbd_0.1.bb

You could try this out and make a pull request for Facebook to

incorporate.

Patrick Williams

from openbmc.

wvervoorn avatar wvervoorn commented on April 25, 2024

Hello Patrick,

Thanks for the quick reply. I will do that.

Best Regards,
Wim Vervoorn

Eltan B.V.
Ambachtstraat 23
5481 SM Schijndel
The Netherlands

T : +31-(0)73-594 46 64
E : [email protected]
W : http://www.eltan.com
"THIS MESSAGE CONTAINS CONFIDENTIAL INFORMATION. UNLESS YOU ARE THE INTENDED RECIPIENT OF THIS MESSAGE, ANY USE OF THIS MESSAGE IS STRICTLY PROHIBITED. IF YOU HAVE RECEIVED THIS MESSAGE IN ERROR, PLEASE IMMEDIATELY NOTIFY THE SENDER BY TELEPHONE +31-(0)73-5944664 OR REPLY EMAIL, AND IMMEDIATELY DELETE THIS MESSAGE AND ALL COPIES."

From: Patrick Williams [mailto:[email protected]]
Sent: Friday, October 16, 2015 3:06 PM
To: facebook/openbmc [email protected]
Cc: Wim Vervoorn [email protected]
Subject: Re: [openbmc] i2c-tools fetch error (#12)

On Fri, Oct 16, 2015 at 12:03:29AM -0700, Wim Vervoorn wrote:

Hello Patrick,

Thanks for that. Will the OpenBMC tree be updated to include these mirrors at least for the i2c-tools case?

I cannot answer this. I am not working on this tree.

I also mentioned an issue building ipmbd that I expected to be related to this issue. It wasn’t. Actually this was caused by the order in which the bitbake tasks are executed. The ipmbd code requires “facebook/i2c-dev.h” to be present and this was installed much later in the process. Perhaps this was a coincidence on my build. It would be better to know for sure that one task can only be executed when another has been completed.

It appears that i2c-dev.h is provided by the package 'fbutils'. I don't
see that in the dependency list for the ipmbd package. My suggestion would
be to add DEPENDS += "fbutils" to common/recipes-core/ipmbd/ipmbd_0.1.bb

You could try this out and make a pull request for Facebook to

incorporate.

Patrick Williams


Reply to this email directly or view it on GitHubhttps://github.com//issues/12#issuecomment-148711600.

from openbmc.

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.