openbmc icon indicating copy to clipboard operation
openbmc copied to clipboard

Cannot build yosemite project

Open NguyenTanNhutQuang opened this issue 3 months ago • 1 comments

Hi,

I have followed the build instructions to build the project yosemite ` Note: In the instruction set below, references to for some of the steps is an example only and need to be replaced with the respective platform when setting up for a different platform.

Set up the build environment based on the Yocto Project's Quick Start Guide.

Clone the OpenBMC repository and other open source repositories:

$ git clone -b helium https://github.com/facebook/openbmc.git $ cd openbmc $ ./sync_yocto.sh Initialize a build directory for the platform to build. In the openbmc directory: $ source openbmc-init-build-env wedge Choose between wedge, wedge100, yosemite, or any of the other platforms listed in the meta-facebook directory. After this step, you will be dropped into a build directory, openbmc/build.

Start the build within the build directory: In general to build for the platform: $ bitbake -image The build process automatically fetches all necessary packages and builds the complete image. The final build results are in openbmc/build/tmp/deploy/images/. The root password will be 0penBmc, you may change this in the local configuration. ` But it seems this instruction missing poky, meta-openembedded, and meta-security therefore it caused alot of errors during build.

I added those meta layers but the build still have had alot of errors most of them are missing file error. Could someone please point me to the correct intruction to build yosemite project?

Thank you Quang

NguyenTanNhutQuang avatar Mar 18 '24 03:03 NguyenTanNhutQuang

Yosemite is a very very old machine at this point. I would not recommend attempting to build it. What are you trying to achieve?

Can you give exact errors you are seeing and exactly what you've ran?

We do still build yosemite in CI internally, so I'm not sure what the issue might be.

williamspatrick avatar Mar 27 '24 17:03 williamspatrick