Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

pcengines/oe-manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

WARNING

This was WIP repo and is not currently developed. It is not expected to work correctly. If you have use-cases for such thing to be developed, please submit an issue or PR with description of your needs / fixes.

oe-manifest

OpenEmbedded (Yocto) repo manifest

Init repositories

repo init -u [email protected]:pcengines/oe-manifest.git -b master
repo sync

Prepare build configuration

cd poky
./yocto-docker/docker-bake.sh
cp meta-pcengines/example/local.conf.example build/conf/local.conf
cp meta-pcengines/example/bblayers.conf.example build/conf/bblayers.conf
sed -e "s@POKY_DIR@$PWD@g" -i ./build/conf/bblayers.conf

Build

./yocto-docker/docker-bake.sh core-image-minimal

About

OpenEmbedded (Yocto) repo manifest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published