Skip to content

MontaVista-OpenSourceTechnology/opencgx-rasberrypi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release repository for raspberrypi3-64

Montavista Software, LLC. release of raspberrypi3-64.

How to use:

git clone -b next --recursive https://github.com/MontaVista-OpenSourceTechnology/opencgx-rasberrypi
cd opencgx-rasberrypi
source setup.sh

Optionally, you can pass setup.sh a directory name to use instead of the default "project" as follows:

source setup.sh <project directory>

Note: If you are running setup.sh under another script, you should execute it as a shell script:

bash setup.sh <project directory>
source <project directory>/setup.sh

The kernel sources by default will be checked out locally to the sources directory. If you would rather have bitbake do the checkout run the following command prior to sourcing setup.sh:

export LOCAL_SOURCES=0

After running the top level setup.sh, you are ready to build. When starting another session, you can source the setup.sh script in the project directory to get started. This script will automatically source the environment for the build tools stored under buildtools, and sources the poky/oe-init-build-env script.

directory layout:

opencgx-rasberrypi/
       project - bitbake project for the raspberrypi3-64 project build
       buildtools - build tools to provide minimal build requirement for poky builds
       layers - layers for building raspberrypi3-64 project
       setup.sh - project setup script
       bin - various helper applications for setting up and maintaining the release directory

Verfied machines: raspberrypi3-64

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published