Margish thumar
Margish thumar

Reputation: 83

How to add xrdp server in yocto?

I am working on raspberry pi 4 and install a yocto linux image on that.

Is there any way to add xrdp server in yocto warrior branch?

I have added recepie from meta-openembedded/meta-oe/recepie-support/rxdp/ In final image but can't get remote desktop of raspberry pi

please find logs from here

logs of journalctl command

Thanks Margish

Upvotes: 0

Views: 835

Answers (1)

Oleksandr Kravchuk
Oleksandr Kravchuk

Reputation: 6319

IMAGE_INSTALL += " xrdp "

Upvotes: 1

Related Questions