Skip to content

Instantly share code, notes, and snippets.

@piratecarrot
Created September 28, 2021 12:56
Show Gist options
  • Save piratecarrot/b20c2d6e722898e0beca3fe10fc92bf9 to your computer and use it in GitHub Desktop.
Save piratecarrot/b20c2d6e722898e0beca3fe10fc92bf9 to your computer and use it in GitHub Desktop.
export BASE=/var/lib/build
cd $BASE
mkdir -p $BASE/bbb/build
cd $BASE
git clone -b dunfell git://git.yoctoproject.org/poky.git poky-dunfell
cd poky-dunfell
git clone -b dunfell git://git.openembedded.org/meta-openembedded
git clone -b dunfell https://github.com/meta-qt5/meta-qt5.git
git clone -b dunfell git://git.yoctoproject.org/meta-security.git
git clone -b dunfell https://github.com/jumpnow/meta-jumpnow.git
cd $BASE/bbb
git clone -b dunfell git://github.com/jumpnow/meta-bbb
source $BASE/poky-dunfell/oe-init-build-env $BASE/bbb/build
cp $BASE/bbb/meta-bbb/conf/local.conf.sample $BASE/bbb/build/conf/local.conf
cp $BASE/bbb/meta-bbb/conf/bblayers.conf.sample $BASE/bbb/build/conf/bblayers.conf
cd $BASE/bbb/build
bitbake console-image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment