Skip to content

OpenArgo/ArgoLinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArgoPi-FW

Yocto Build for the OS onboard the ArgoPi

Quickstart

Note: Only tested on Linux, probably will work on MacOS, not sure about Windows (might not have to worry about UID and GID in Windows)

  1. Install Docker (https://docs.docker.com/engine/install/)
  2. Run git submodule update --init --recursive
  3. Run
export UID=$(id -u)
export GID=$(id -g)
docker compose run --rm --build yocto-build
  1. In the docker container, run
. sources/poky/oe-init-build-env
bitbake core-image-minimal 

About

Yocto Build for ArgoLinux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors