Has anyone built the meta-raspberrypi
target for https://github.com/openbmc/openbmc with some patch to build the bmcweb
application into the resulting image? I've spent some time trying to learn enough about Yocto to do this myself, but it's a steep learning curve. I see evidence that Intel, IBM, and others have builds for their platforms with bmcweb
. I think I just need a little help connecting the dots here.
Asked
Active
Viewed 1,572 times
1

Mine
- 4,123
- 1
- 25
- 46

Alan Mimms
- 651
- 9
- 22
-
Did you try to add [meta-phosphor](https://github.com/openbmc/meta-phosphor) with `meta-raspberrypi`? – Nayfe Jul 21 '19 at 18:19
-
1Actually yes. That's one of the dots I need to connect. I did, but a bunch of other required packages reared up and said "no build success". I have now asked on the OpenBMC github issues page and it appears I'm seeing something known and not yet fix merged. – Alan Mimms Jul 22 '19 at 20:21
1 Answers
3
The code commits have stalled out a bit but the code behind this tag has been shown to work with getting OpenBMC to work on Rasberry Pi
https://gerrit.openbmc-project.xyz/q/topic:%22raspberrypi%22+(status:open%20OR%20status:merged)
Multiple people have pulled it down and built an OpenBMC image that works on Rasberry.

Andrew Geissler
- 136
- 5
-
Yeah, I got it to work after a bit of effort to build stacks of layers. Thanks. – Alan Mimms Sep 05 '19 at 00:37
-
Hey @AlanMimms, since you succeeded in that task, could you share some tips and advices how to do that? Maybe you have some step-by-step tutorial, that would be great! If not, is it enough to use above link to get it running out of the box. Could you also share your use case of OpenBMC on the Raspberry Pi platform? – VIPPER Dec 07 '20 at 10:08
-