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

그다음은 몰라~

댓글 없음:

댓글 쓰기

How to Convert EUC-KR Source Code to UTF-8

How to Convert EUC-KR Source Code to UTF-8 I found old STM32 firmware code. The files were in EUC-KR encoding. This is an old Korean text f...