Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build yosemite project #233

Open
NguyenTanNhutQuang opened this issue Mar 18, 2024 · 1 comment
Open

Cannot build yosemite project #233

NguyenTanNhutQuang opened this issue Mar 18, 2024 · 1 comment

Comments

@NguyenTanNhutQuang
Copy link

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

@williamspatrick
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants