Custom meta layer
Switch to build directory for compilation/building.
cd tisdk_bbb/build/
Export environmental variables which is needed for youcto compilation
export LC_ALL="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"
export LC_NUMERIC="en_US.UTF-8"
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
ulimit -n 4096
# source env
. conf/setenv
Create custom meta layer
bitbake-layers create-layer <path>
NOTE: you can replace path with the location where you wanted to create meta layer
©2023-2024 rculock.com