public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/7] HOST_ARCH, -native, riscv64, and all the rest
@ 2023-10-05 18:31 Jan Kiszka
  2023-10-05 18:31 ` [PATCH 1/7] Revert "base: Fix HOST_ARCH for native builds" Jan Kiszka
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Jan Kiszka @ 2023-10-05 18:31 UTC (permalink / raw)
  To: isar-users; +Cc: Adriaan Schmidt, Felix Moessbauer, Uladzimir Bely

This first of all reverts my incorrect changes to HOST_ARCH. It then
tries to resolve the native build issues of the visionfive2, fixing some
remaining corner case of -native usage:

If package A has B-native as build dependency but is then compiled
without cross-building, using qemu-user instead, it will incorrectly
request the build of B:, rather than B:. This
is resolved automatically now, and the solution is used for the
visionfive2.

For that board to build again, we also need to switch from sid-ports to
sid, for riscv64 in general.

Jan

Jan Kiszka (7):
  Revert "base: Fix HOST_ARCH for native builds"
  multiarch: Downgrade native dependencies when building in emulated
    environment
  meta-isar: jh7110-u-boot-spl-tool: Rely on native annotation
  meta-isar: jh7110-u-boot-spl-image: Fix native build
  meta-isar: u-boot-starfive-visionfive2: Simplify build dependencies
  linux-custom: Drop unused template variable
  Move riscv64 from sid-ports to regular sid

 kas/distro/Kconfig                                   |  6 +++---
 .../{debian-sid-ports.yaml => debian-sid.yaml}       |  2 +-
 kas/machine/Kconfig                                  |  6 +++---
 meta-isar/conf/mc.conf                               |  6 +++---
 ...muriscv64-sid-ports.conf => qemuriscv64-sid.conf} |  2 +-
 ...ve-fu540-sid-ports.conf => sifive-fu540-sid.conf} |  2 +-
 ...-sid-ports.conf => starfive-visionfive2-sid.conf} |  2 +-
 .../jh7110-u-boot-spl-image_0.1.bb                   |  6 +++---
 .../jh7110-u-boot-spl-tool_0.1.bb                    |  3 ---
 .../u-boot-starfive-visionfive2_2021.10+VF2-3.0.4.bb |  4 +---
 meta/classes/base.bbclass                            |  6 ++----
 meta/classes/imagetypes.bbclass                      |  6 ++----
 meta/classes/multiarch.bbclass                       | 12 ++++++++++++
 meta/recipes-kernel/linux/linux-custom.inc           |  1 -
 testsuite/citest.py                                  |  6 +++---
 15 files changed, 36 insertions(+), 34 deletions(-)
 rename kas/distro/{debian-sid-ports.yaml => debian-sid.yaml} (78%)
 rename meta-isar/conf/multiconfig/{qemuriscv64-sid-ports.conf => qemuriscv64-sid.conf} (85%)
 rename meta-isar/conf/multiconfig/{sifive-fu540-sid-ports.conf => sifive-fu540-sid.conf} (76%)
 rename meta-isar/conf/multiconfig/{starfive-visionfive2-sid-ports.conf => starfive-visionfive2-sid.conf} (78%)

-- 
2.35.3


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

end of thread, other threads:[~2023-10-06  6:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-05 18:31 [PATCH 0/7] HOST_ARCH, -native, riscv64, and all the rest Jan Kiszka
2023-10-05 18:31 ` [PATCH 1/7] Revert "base: Fix HOST_ARCH for native builds" Jan Kiszka
2023-10-06  5:44   ` Uladzimir Bely
2023-10-06  5:59     ` Jan Kiszka
2023-10-06  6:04   ` Uladzimir Bely
2023-10-05 18:31 ` [PATCH 2/7] multiarch: Downgrade native dependencies when building in emulated environment Jan Kiszka
2023-10-05 18:31 ` [PATCH 3/7] meta-isar: jh7110-u-boot-spl-tool: Rely on native annotation Jan Kiszka
2023-10-05 18:32 ` [PATCH 4/7] meta-isar: jh7110-u-boot-spl-image: Fix native build Jan Kiszka
2023-10-06  5:52   ` Uladzimir Bely
2023-10-06  6:00     ` Jan Kiszka
2023-10-06  6:06       ` Uladzimir Bely
2023-10-05 18:32 ` [PATCH 5/7] meta-isar: u-boot-starfive-visionfive2: Simplify build dependencies Jan Kiszka
2023-10-05 18:32 ` [PATCH 6/7] linux-custom: Drop unused template variable Jan Kiszka
2023-10-05 18:32 ` [PATCH 7/7] Move riscv64 from sid-ports to regular sid Jan Kiszka

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