public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix cross-build from base-apt when custom DISTRO name used
@ 2022-11-24  6:42 Uladzimir Bely
  2022-11-24  6:42 ` [PATCH 1/2] Populate base-apt from both DISTRO and HOST_DISTRO download dirs Uladzimir Bely
  2022-11-24  6:42 ` [PATCH 2/2] testsuite: Run signed repro test in cross mode Uladzimir Bely
  0 siblings, 2 replies; 4+ messages in thread
From: Uladzimir Bely @ 2022-11-24  6:42 UTC (permalink / raw)
  To: isar-users

This patchset is mostly intended for downstreams that prefer
to rename DISTRO variable (like `meat-iot2050`) and use
ISAR_CROSS_COMPILE = "1".

This fixes only the case when renamed DISTRO still uses the same
repositories as HOST_DISTRO. E.g, "raspberry pi" still can't be
rebuilt from local `base-apt` while host distro (e.g., Debian)
and target one (Raspbian / RaspiOS) use different repositories
and it happens that packages with the same name and version in
both repos have different size/md5sum and can't be placed to
`base-apt` repo simultaneously.

Also, testsute updated to cover cross-build case.

Uladzimir Bely (2):
  Populate base-apt from both DISTRO and HOST_DISTRO download dirs
  testsuite: Run signed repro test in cross mode

 meta/recipes-devtools/base-apt/base-apt.bb | 11 ++++++++---
 testsuite/citest.py                        |  2 +-
 2 files changed, 9 insertions(+), 4 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2022-11-24  7:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-24  6:42 [PATCH 0/2] Fix cross-build from base-apt when custom DISTRO name used Uladzimir Bely
2022-11-24  6:42 ` [PATCH 1/2] Populate base-apt from both DISTRO and HOST_DISTRO download dirs Uladzimir Bely
2022-11-24  7:31   ` Jan Kiszka
2022-11-24  6:42 ` [PATCH 2/2] testsuite: Run signed repro test in cross mode Uladzimir Bely

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