public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix u-boot-script packages conflict
@ 2022-01-11  9:36 Anton Mikanovich
  2022-01-11  9:36 ` [PATCH 1/2] dpkg: Allow parallel build of different package versions Anton Mikanovich
  2022-01-11  9:36 ` [PATCH 2/2] u-boot-script: Split packages by kernel Anton Mikanovich
  0 siblings, 2 replies; 12+ messages in thread
From: Anton Mikanovich @ 2022-01-11  9:36 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

When trying to execute do_prepare_build task of u-boot-script package
for some targets 'multiple execution' occurs:

$ bitbake mc:bananapi-buster:u-boot-script:do_prepare_build mc:de0-nano-soc-buster:u-boot-script:do_prepare_build
ERROR: Detect multiple executions of do_prepare_build in /build/tmp/work/debian-buster-armhf/u-boot-script/1.1-r0
ERROR: Rerun a clean build with empty STAMPCLEAN and compare the sigdata files

This is caused by different u-boot-script packages building in the same
directory. The difference between those two output debs is dependency on
linux-image-${KERNEL_NAME}, so we need to separate them and fix Isar to
allow parallel building.

Anton Mikanovich (2):
  dpkg: Allow parallel build of different package versions
  u-boot-script: Split packages by kernel

 meta/classes/dpkg-base.bbclass                      | 7 +++++--
 meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb | 3 +++
 2 files changed, 8 insertions(+), 2 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-01-12 13:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11  9:36 [PATCH 0/2] Fix u-boot-script packages conflict Anton Mikanovich
2022-01-11  9:36 ` [PATCH 1/2] dpkg: Allow parallel build of different package versions Anton Mikanovich
2022-01-11  9:48   ` Henning Schild
2022-01-11  9:36 ` [PATCH 2/2] u-boot-script: Split packages by kernel Anton Mikanovich
2022-01-11  9:50   ` Henning Schild
2022-01-11 12:03   ` Jan Kiszka
2022-01-11 15:05     ` Anton Mikanovich
2022-01-11 15:56       ` Jan Kiszka
2022-01-12 13:34         ` Anton Mikanovich
2022-01-12 13:51           ` Schmidt, Adriaan
2022-01-12 13:59             ` Jan Kiszka
2022-01-12 13:58           ` Jan Kiszka

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