Thanks for clarifying this Denys. Adam
On Fri, Jan 12, 2018 at 3:52 PM Denys Dmytriyenko <[email protected]> wrote: > Adam, > > meta-ti is a pure BSP layer and has absolutely no knowledge of > tisdk-rootfs-image. > That means that meta-ti itself shouldn't have any issues with Yocto > Extensible > SDK. > > Now, TI SDK specifically is covered by meta-arago, which is a separate > layer > with its own list, and does not currently support extensible SDK. > > -- > Denys > > > On Fri, Jan 12, 2018 at 06:18:32PM +0000, Adam Lee wrote: > > Has anyone successfully built Yocto's Extensible SDK with meta-ti > included? > > I am getting this error on the latest version: > > > > ERROR: tisdk-rootfs-image-1.0-r0 do_populate_sdk_ext: Error executing a > > python function in exec_python_func() autogenerated: > > > > The stack trace of python calls that resulted in this exception/failure > was: > > File: 'exec_python_func() autogenerated', lineno: 2, function: <module> > > 0001: > > *** 0002:copy_buildsystem(d) > > 0003: > > File: > '/home/tisdk/sources/oe-core/meta/classes/populate_sdk_ext.bbclass', > > lineno: 331, function: copy_buildsystem > > 0327: f.write('TCLIBCAPPEND = ""\n') > > 0328: f.write('DL_DIR = "${TOPDIR}/downloads"\n') > > 0329: > > 0330: f.write('INHERIT += "%s"\n' % 'uninative') > > *** 0331: f.write('UNINATIVE_CHECKSUM[%s] = "%s"\n\n' % > > (d.getVar('BUILD_ARCH'), uninative_checksum)) > > 0332: f.write('CONF_VERSION = "%s"\n\n' % > > d.getVar('CONF_VERSION', False)) > > 0333: > > 0334: # Some classes are not suitable for SDK, remove > them > > from INHERIT > > 0335: f.write('INHERIT_remove = "%s"\n' % > > d.getVar('SDK_INHERIT_BLACKLIST', False)) > > Exception: UnboundLocalError: local variable 'uninative_checksum' > > referenced before assignment > > > > ERROR: tisdk-rootfs-image-1.0-r0 do_populate_sdk_ext: Function failed: > > copy_buildsystem > > ERROR: Logfile of failure stored in: > > > /home/tisdk/build/arago-tmp-glibc/work/am57xx_evm-oe-linux-gnueabi/tisdk-rootfs-image/1.0-r0/temp/log.do_populate_sdk_ext.42114 > > ERROR: Task > > > (/home/tisdk/sources/meta-arago/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb: > do_populate_sdk_ext) > > failed with exit code '1' > > > > Regards, > > > > Adam > > > -- > > _______________________________________________ > > meta-ti mailing list > > [email protected] > > https://lists.yoctoproject.org/listinfo/meta-ti > >
-- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
