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 포함됨.

그다음은 몰라~

댓글 없음:

댓글 쓰기

Sharing /dev/ttyUSB0 between Claude Code and a Human via tmux

Sharing /dev/ttyUSB0 between Claude Code and a Human via tmux When you debug an embedded board with Claude Code, sooner or later you want t...