This repository holds some configuration, helper scripts and OpenEmbedded layers (as submodules).
git clone -b pyro --recurse-submodules https://github.com/tbs-biometrics/oe-a711.git
cd oe-a711/build/conf
- Create your
local.conf.<USER>_<HOSTNAME>
(that format of the name isn't required). You can base it onlocal.conf.tom_tomas
. Edit mainlyDL_DIR
,SSTATE_DIR
and removeSOURCE_MIRROR_URL
. ln -s local.conf.<YOUR_SUFFIX> local.conf
- That's all. Continue to the next section.
- Go to the top level directory:
cd oe-711
- Source environment:
. ./setup.sh
- You can start any build now:
bitbake <RECIPE/TARGET>
a711-image-dev
: small and simple reference image with a few tools and utilities. Resulting SD card image can be directly flashed to a SD card and booted. Location of the SD card image:oe-a711/build/tmp-glibc/deploy/images/a711/a711-image-dev-a711.a711-sdimg
.a711-image-dev -c populate_sdk
: builds standalone sdk. Directory with sdk:oe-a711/build/tmp-glibc/deploy/sdk
.