public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* SDK Container for app development is missing some applications
@ 2025-03-14 16:49 'Antoine Petty' via isar-users
  2025-03-14 17:49 ` 'Jan Kiszka' via isar-users
  0 siblings, 1 reply; 7+ messages in thread
From: 'Antoine Petty' via isar-users @ 2025-03-14 16:49 UTC (permalink / raw)
  To: isar-users


[-- Attachment #1.1: Type: text/plain, Size: 1463 bytes --]

Hi all

I'm familiar with Yocto but fairly new to using ISAR.

I am able to create a containerised SDK file system which includes the 
libraries I'm using e.g. Boost but seems to be missing the additional tools 
such as cmake. 
It has included Boost for the host architecture but not for the target 
architecture - I was expecting the target architecture libraries as well so 
that I could cross-compile my application?

I'm using KAS and my target recipe has the following:
```
SDK_INCLUDE_ISAR_APT = "1"
ISAR_CROSS_COMPILE = "1"
SDK_FORMATS = "docker-archive"
SDK_PREINSTALL += "cmake"
SDK_PREINSTALL += "libboost-all-dev"
SDK_PREINSTALL += ...several other libraries and tools
```

When checking my environment with bitbake I can see `DISTRO_ARCH="armhf"`. 
I can see my container has the g++ etc cross-compilers for this 
architecture which I assume is triggered by this variable.

So in summary, I have two problems:

   1. Missing tools specified in `SDK_PREINSTALL`
   2. Missing cross-compiled dependencies such as Boost

Am I doing something wrong or misunderstanding how this works?

Thank you :)

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/24a6acdd-1c3f-40dd-8af8-0131e321bb53n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 2011 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-03-18 21:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-14 16:49 SDK Container for app development is missing some applications 'Antoine Petty' via isar-users
2025-03-14 17:49 ` 'Jan Kiszka' via isar-users
2025-03-17 10:33   ` 'Antoine Petty' via isar-users
2025-03-17 10:38     ` 'Antoine Petty' via isar-users
2025-03-17 15:38       ` 'Jan Kiszka' via isar-users
2025-03-18 11:27         ` 'Antoine Petty' via isar-users
2025-03-18 21:47           ` 'Jan Kiszka' via isar-users

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox