2023-01-31

[dotnet] yocto에 추가.

layers 밑에


build 폴더에서.
vi conf/bblayers.conf
BBLAYERS 에 meta-dotnet-core 경로 추가.

images폴더의 wrlinux-image-test.bbappend 에
IMAGE_INSTALL_append += "dotnet-core" 추가.

bitbake wrlinux-image-test

결과는 dotnet 포함됨.

그다음은 몰라~

댓글 없음:

댓글 쓰기

gitea 설치

깃 서버 wget -O gitea https://dl.gitea.com/gitea/1.22.0/gitea-1.22.0-linux-amd64 chmod a+x gitea ./gitea web github 에서 미러링시에, access token을 넣어야...