The meta-deepx layer contains the DeepX driver and applications.
This layer was tested on a Toradex Verdin iMX8MP. To test the layer, follow these steps:
repo init -u git://git.toradex.com/toradex-manifest.git -b scarthgap-7.x.y -m tdxref/default.xml
repo sync
cd layers
git clone git://git.yoctoproject.org/meta-arago -b scarthgap
cd ..
. export
# Change the MACHINE in conf/local.conf to MACHINE = "verdin-imx8mp"
sed -i 's/MACHINE .*/MACHINE = "verdin-imx8mp"/' conf/local.conf
# Add deepx applictions to the image
echo "IMAGE_INSTALL:append = \" dxrt dxapp dxrt-driver dxmodels\"" >> conf/local.conf
# Add the meta-deepx layer and meta-aarago/meta-arago-extras to bblayers.conf
bitbake-layers add-layer ../layers/meta-deepx
bitbake-layers add-layer ../layers/meta-arago/meta-arago-extras
# Build the reference image
bitbake tdx-reference-multimedia-image