Skip to content

Cannot build yosemite project #233

Open
@NguyenTanNhutQuang

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions