On Thu, Oct 21, 2021 at 02:53:23PM -0400, John wrote: > On Thu, Oct 21, 2021 at 1:34 PM John via lists.yoctoproject.org > <[email protected]> wrote: > > > I've got a booting image for the AM335x under dunfell and so went on to > > what I thought would be the easy step of building the cross-development > > image using -c populate_sdk. It completes, but when I try to install it, > > it locks up at the 'cannot access /opt/poky/environment-setup-*' stage, and > > it seems to be missing some other significant pieces, at least most of the > > x86_64-arago-linux folder. > > > > Any suggestions on how to move forward? > > > > Or was my first mistake 'dunfell', and if so, suggestions on how far back > > to step? I got the impression that the TI SDK 07.03.00.005 was using > > dunfell. > > Sorry, I seem to have hit on the right search parameters shortly after > hitting 'send'. > See > https://www.openembedded.org/pipermail/openembedded-core/2015-July/106931.html > > In arago-image.inc, I believe: > TOOLCHAIN_HOST_TASK += "nativesdk-buildtools-perl-dummy" > should be > TOOLCHAIN_HOST_TASK_append += "nativesdk-buildtools-perl-dummy" > > I haven't built anything with the resulting SDK yet, but the install > completed.
John, Thank you for your report! It appears your email should have been sent to meta-arago mailing list instead. As meta-ti is just a BSP layer for TI platforms, it is not specific to TI SDK, since it does not define any distro policies, SDKs or even any rootfs images. Hence there's no arago-image.inc file. Any distro could utilize meta-ti, define own images and create SDKs with -c populate_sdk w/o problems. As of meta-arago, it uses a different approach for creating SDKs by defining meta-toolchain recipes due to the way it uses toolchains and supports both external and internal toolchain variants. But that's a topic for a different mailing list... -- Regards, Denys Dmytriyenko <[email protected]> PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14085): https://lists.yoctoproject.org/g/meta-ti/message/14085 Mute This Topic: https://lists.yoctoproject.org/mt/86495651/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
