1) For info on the architecture of the box
- oe.2.0
opkg print-architecture | grep -iE "arm|aarch64|mips|cortex|sh4|sh_4"

- oe.2.5-6
dpkg --print-architecture | grep -iE "arm|aarch64|mips|cortex|sh4|sh_4"

2) To see the OpenSSL Version of the box:
ls -l /usr/lib/libss*.*
or
openssl version

3) For python Version
python -V
_________________________