layers 밑에
git clone --recursive https://github.com/RDunkley/meta-dotnet-core.git
build 폴더에서.
vi conf/bblayers.conf
BBLAYERS 에 meta-dotnet-core 경로 추가.
images폴더의 wrlinux-image-test.bbappend 에
IMAGE_INSTALL_append += "dotnet-core" 추가.
bitbake wrlinux-image-test
결과는 dotnet 포함됨.
그다음은 몰라~