Skip to content

Instantly share code, notes, and snippets.

@fboudra
Created September 21, 2017 12:37
Show Gist options
  • Save fboudra/dc38513105f532d39016f09fb9ef6e00 to your computer and use it in GitHub Desktop.
Save fboudra/dc38513105f532d39016f09fb9ef6e00 to your computer and use it in GitHub Desktop.
quick oe test
sudo apt-get update
sudo apt-get install chrpath cpio diffstat gawk libmagickwand-dev libmath-prime-util-perl libsdl1.2-dev libssl-dev texinfo vim-tiny whiptail
mkdir -p ${HOME}/oe ${HOME}/bin
curl https://storage.googleapis.com/git-repo-downloads/repo > ${HOME}/bin/repo
chmod a+x ${HOME}/bin/repo
export PATH=${HOME}/bin:${PATH}
cd oe
repo init -u https://github.com/96boards/oe-rpb-manifest.git -b morty
export MACHINE=hikey
export DISTRO=rpb
repo sync
source setup-environment build
time bitbake rpb-console-image
bitbake -c clean virtual/kernel
bitbake -c cleansstate virtual/kernel
time bitbake rpb-console-image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment