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.

PROCESSOR-SDK-J7200: DRA821U J7200 bulding sdk in yocto

Part Number: PROCESSOR-SDK-J7200
Other Parts Discussed in Thread: DRA821U

Tool/software:

Dear Team,

We are working on DRA821U cpu with Linux 09.02 sdk, WE want to build complete sdk in yocto, to achive this which yocto recipes we have to provide in yocto.

as mentioned in website we have to provide  as "MACHINE=j7200-evm bitbake -k arago-core-psdkla-bundle;"  but we are observing parse error with this command.

Kindly support in this

Regards,

Nikhil K

  • Hi Nikhil,

    Can you send the error message?

    Best,
    Jared

  • Hi Jared,

    find the error prints


     MACHINE=j7200-evm bitbake -k arago-core-psdkla-bundle;
    ERROR: Unable to parse /home/user/sources/bitbake/lib/bb/parse/parse_py/ConfHandler.py
    Traceback (most recent call last):
      File "/home/user/sources/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 94, in include_single_file(parentfn='/home/user/sources/meta-arago/meta-arago-distro/conf/distro/arago.conf', fn='conf/distro/include/branding-psdkla.inc', lineno=171, data=<bb.data_smart.DataSmart object at 0x79d811fff670>, error_out='include required'):
                     if error_out:
        >                raise ParseError("Could not %s file %s" % (error_out, fn), parentfn, lineno)
                     logger.debug2("CONF file '%s' not found", fn)
    bb.parse.ParseError: ParseError at /home/user/sources/meta-arago/meta-arago-distro/conf/distro/arago.conf:171: Could not include required file conf/distro/include/branding-psdkla.inc

    ERROR: Unable to parse /home/user/sources/bitbake/lib/bb/parse/parse_py/ConfHandler.py
    Traceback (most recent call last):
      File "/home/user/sources/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 94, in include_single_file(parentfn='/home/user/sources/meta-arago/meta-arago-distro/conf/distro/arago.conf', fn='conf/distro/include/branding-psdkla.inc', lineno=171, data=<bb.data_smart.DataSmart object at 0x731466612670>, error_out='include required'):
                     if error_out:
        >                raise ParseError("Could not %s file %s" % (error_out, fn), parentfn, lineno)
                     logger.debug2("CONF file '%s' not found", fn)
    bb.parse.ParseError: ParseError at /home/user/sources/meta-arago/meta-arago-distro/conf/distro/arago.conf:171: Could not include required file conf/distro/include/branding-psdkla.inc



    Also is it possible to build sdk with

    MACHINE=j7200-evm bitbake -k tisdk-core-bundle;


    Regards,

    Nikhil K

  • Hi Nikhil,

    Looking at the 9.2 SDK, the build targets options listed are:

    tisdk-core-bundle
    tisdk-default-image
    tisdk-base-image
    tisdk-thinlinux-image
    meta-toolchain-arago-tisdk
    mc:k3r5:meta-toolchain-arago

    I would try to build the tisdk-core-bundle instead of the arago-core-psdkla-bundle.

    Best,
    Jared