That's what I expected and that is true, however it seems that I am using the SDK slightly improperly: when I install the SDK, there does not appear to be a p4080ds environment setup:
/opt/fsl-networking/QorIQ-SDK-V1.4/environment-setup-ppce500mc-fsl_networking-linux references the following sysroots:
export OECORE_NATIVE_SYSROOT="/opt/fsl-networking/QorIQ-SDK-V1.4/sysroots/x86_64-fsl_networking_sdk-linux"
export OECORE_TARGET_SYSROOT="/opt/fsl-networking/QorIQ-SDK-V1.4/sysroots/ppce500mc-fsl_networking-linux"
whereas tmp/environment-setup-ppce500mc-fsl_networking-linux references the following sysroots:
export OECORE_NATIVE_SYSROOT="/home/dave/qoriq14/build_p4080ds_release/tmp/sysroots/x86_64-linux"
export OECORE_TARGET_SYSROOT="/home/dave/qoriq14/build_p4080ds_release/tmp/sysroots/p4080ds"
tmp/sysroots/x86-64-linux/usr/include does indeed have the openssl headers (amongst many others), but /opt/fsl-networking/QorIQ-SDK-V1.4/sysroots/x86_64-fsl_networking_sdk-linux/usr/include does not (and only has python2.7). /opt/fsl-networking/QorIQ-SDK-V1.4/sysroots/ppce500mc-fsl_networking-linux/usr/include does not have openssl headers either.
If i use the environment-setup that is installed with the SDK (e.g., installed via tmp/deploy/sdk/fsl-networking-eglibc-x86_64-ppce500mc-toolchain-1.4.sh) with autotools, the package build can't find the headers. If i use the environment-setup in tmp, the build does find the headers.
What am i missing with regards to using the SDK that is built by bitbake?