You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: