Skip to content

khalex7/rikor-aztec

 
 

Repository files navigation

Rikor-Aztec

  1. Clone
$ git clone https://github.com/ShajTester/rikor-aztec.git
$ cd rikor-aztec
$ ./sync_yocto.sh
  1. Initialize a build directory for the platform to build. In the rikor-aztec directory:
$ source yo
  1. Start the build within the build directory: In general to build for the platform:
$ bitbake yosemite-image

Kernel & U-Boot Development

By default build process fetches and build Linux kernel and U-boot directly from GitHub repository.

  • To make local kernel changes and build with the modified kernel:

In the build directory, run

$ devtool modify linux-aspeed

or

$ devtool modify u-boot

This will create local Linux package under /workspace/sources/linux-aspeed for development

  • To go back to default recipes, run
$ devtool reset linux-aspeed

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 52.7%
  • C++ 18.4%
  • Python 15.1%
  • Shell 8.7%
  • BitBake 3.8%
  • Makefile 1.0%
  • Other 0.3%