From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 85056E00D94; Fri, 12 Jan 2018 12:52:45 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [198.47.27.80 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from lelnx194.ext.ti.com (lelnx194.ext.ti.com [198.47.27.80]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 12E5EE006CA for ; Fri, 12 Jan 2018 12:52:43 -0800 (PST) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id w0CKqgcm004925; Fri, 12 Jan 2018 14:52:42 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1515790363; bh=YkPPWPj0PPmHwyz7YYrPGmRjgJZy6p+qL7JytTTcgG0=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=cp0aPtlRjPFWFyexdq+vE37mMPyv7TkY7WUx0fmhVS9N0EuM8hc5Gy0GMRWNcEsGZ b+Kob/Z6ysbbK1m6H/5jGB7QJyBYC3P2DaqPGfh7duCXI+6qvqkqkhjVK1tU2LalTV Sdgg0hOrO+viWZ1yLA4Js9rzMHjxP6TNa5h8mtFM= Received: from DLEE111.ent.ti.com (dlee111.ent.ti.com [157.170.170.22]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id w0CKqgqt014985; Fri, 12 Jan 2018 14:52:42 -0600 Received: from DLEE101.ent.ti.com (157.170.170.31) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1261.35; Fri, 12 Jan 2018 14:52:42 -0600 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1261.35 via Frontend Transport; Fri, 12 Jan 2018 14:52:42 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id w0CKqg23002752; Fri, 12 Jan 2018 14:52:42 -0600 Date: Fri, 12 Jan 2018 15:52:41 -0500 From: Denys Dmytriyenko To: Adam Lee Message-ID: <20180112205241.GM25785@edge> References: MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: "meta-ti@yoctoproject.org" Subject: Re: Extensible SDK with TI SDK? X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jan 2018 20:52:45 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline 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: > 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 > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti