Skip to content

alon8432/meta-obmc-machines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

meta-obmc-machines

##Prerquisite

  • Ubuntu
sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath diffstat

##How to download:

  1. Clone the OpenBMC repository and other open source repositories:
$ git clone -b rocko https://git.yoctoproject.org/git/poky
$ cd poky
$ git clone https://github.com/alon8432/meta-obmc-machines.git
$ mkdir import-layers
$ cd import-layers
$ git clone -b rocko https://github.com/openembedded/meta-openembedded.git
$ git clone -b rocko https://git.yoctoproject.org/git/meta-raspberrypi
  1. Initialize a build directory for the platform to build. In the root directory:
$ export TEMPLATECONF=meta-obmc-machines/meta-evb/meta-evb-raspberrypi/conf
$ source poky/oe-init-build-env rpi-build
  1. Start the build within the build directory:
$ bitbake console-image

The build process automatically fetches all necessary packages and builds the complete image. The final build results a re in rpi-build/tmp/deploy/images/<platform>.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published