This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ssh server on OMAP L138 using DaVinci-PSP-SDK-03.20.00.12

We need to start a ssh server on GC5330 EVM utilizing the OMAP L138.  The baseline code we are using is DaVinci-PSP-SDK-03.20.00.12 and we've modified local.conf  with the following line (in bold):

# Disable DropBear for now due to export restrictions
DISTRO_SSH_DAEMON = "dropbear"

# Disable all crypt support in curl due to export restrictions
CURL_FEATURES = "zlib,cookies,dict,file,ftp,http,telnet,tftp"

However on a complete rebuild of the kernel (doing correct cleaning), we clearly see that the sshd service NEVER comes up, but clearly the telnetd service comes up.  In the task-arago-base.bb we only see - but never see anything with SSH:

ARAGO_BASE = "\
    ${ARAGO_ALSA_BASE} \
    ldd \
    mtd-utils \
    curl \
    arago-feed-configs \
    initscript-telnetd \
    devmem2 \
    "

I'm sure we missed something in some other configuration.