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.

AM3358: Bitbake errors

Hi, 

   I follow the TI Processor SDK quick Start :

       $cd tisdk

       $./oe-layertool-setup.sh -f ......

       $cd build

       $.conf/setenv

       $export TOOLCHAIN_PATH=.....

       $MACHINE=am335x-evm bitbake tisdk-rootfs-image

      I successfully built the SDK.

     However, I try to build eSDK, 

       $bitbake tisdk-rootfs-image -c populate_sdk_ext

    I got the error messages:

ERROR: tisdk-rootfs-image-1.0-r0 do_sdk_depends: The file /usr/include/openssl/dh.h is installed by both openssl and openssl10, aborting
ERROR: tisdk-rootfs-image-1.0-r0 do_sdk_depends: Function failed: extend_recipe_sysroot
ERROR: Logfile of failure stored in: /home/judy/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/tisdk-rootfs-image/1.0-r0/temp/log.do_sdk_depends.11830
ERROR: Task (/home/judy/tisdk/sources/meta-arago/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb:do_sdk_depends) failed with exit code '1'

     How can I build the eSDK version???

Judy,