public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* make sure a package builds last
@ 2025-01-28 12:49 Stephen Ecker
  2025-01-29  8:20 ` Uladzimir Bely
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Ecker @ 2025-01-28 12:49 UTC (permalink / raw)
  To: isar-users


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

how can I ensure that a dpkg-raw package is built _last_, after all other 
packages have been built?  preferably before the base image is built, but 
that's not entirely necessary.

thanks

-- 
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/73a37c33-3c21-4080-8a50-bac81772fc29n%40googlegroups.com.

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

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

* Re: make sure a package builds last
  2025-01-28 12:49 make sure a package builds last Stephen Ecker
@ 2025-01-29  8:20 ` Uladzimir Bely
  2025-01-29 15:17   ` Stephen Ecker
  0 siblings, 1 reply; 3+ messages in thread
From: Uladzimir Bely @ 2025-01-29  8:20 UTC (permalink / raw)
  To: Stephen Ecker, isar-users

On Tue, 2025-01-28 at 04:49 -0800, Stephen Ecker wrote:
> how can I ensure that a dpkg-raw package is built _last_, after all
> other packages have been built?  preferably before the base image is
> built, but that's not entirely necessary.
> 
> thanks

Bitbake tends to run tasks in parallel as soon as they don't depend on
any other tasks. Any attempt to change this behavior would be probably
tricky and cause longer build time, I guess.


> -- 
> 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/73a37c33-3c21-4080-8a50-bac81772fc29n%40googlegroups.com
> .

-- 
Best regards,
Uladzimir.



-- 
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/d3be7d2fac4c79c1ceb8943f6afae8bb6e8c5bec.camel%40ilbers.de.

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

* Re: make sure a package builds last
  2025-01-29  8:20 ` Uladzimir Bely
@ 2025-01-29 15:17   ` Stephen Ecker
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Ecker @ 2025-01-29 15:17 UTC (permalink / raw)
  To: Uladzimir Bely; +Cc: isar-users

[-- Attachment #1: Type: text/plain, Size: 1575 bytes --]

I just need one dpkg-raw recipe to build after all the other
dpkg-recipes... It seems like this should work, but it doesn't:

DEPENDS = "other dpkg recipes"

do_prepare_build[recrdeptask] = "do_dpkg_publish"

It still runs in parallel

On Wed, Jan 29, 2025, 2:20 AM Uladzimir Bely <ubely@ilbers.de> wrote:

> On Tue, 2025-01-28 at 04:49 -0800, Stephen Ecker wrote:
> > how can I ensure that a dpkg-raw package is built _last_, after all
> > other packages have been built?  preferably before the base image is
> > built, but that's not entirely necessary.
> >
> > thanks
>
> Bitbake tends to run tasks in parallel as soon as they don't depend on
> any other tasks. Any attempt to change this behavior would be probably
> tricky and cause longer build time, I guess.
>
>
> > --
> > 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/73a37c33-3c21-4080-8a50-bac81772fc29n%40googlegroups.com
> > .
>
> --
> Best regards,
> Uladzimir.
>
>
>
>

-- 
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/CAK9C7GBmAUWhqGpf%2BJb8KLAUxPKeEWTjLOQ%3DHaahEZBv4pi7xQ%40mail.gmail.com.

[-- Attachment #2: Type: text/html, Size: 2695 bytes --]

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

end of thread, other threads:[~2025-01-29 15:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-28 12:49 make sure a package builds last Stephen Ecker
2025-01-29  8:20 ` Uladzimir Bely
2025-01-29 15:17   ` Stephen Ecker

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