public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* build always makes .zst file
@ 2025-04-02 19:53 Stephen Ecker
  2025-04-03 12:11 ` Uladzimir Bely
  0 siblings, 1 reply; 7+ messages in thread
From: Stephen Ecker @ 2025-04-02 19:53 UTC (permalink / raw)
  To: isar-users


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

My build always makes .zst compressed files of the images, but I don't have 
zst specified _anywhere_.  any ideas on how to turn this off?

-- 
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/100f6288-3d6b-44fa-880e-ead8a42aa2f3n%40googlegroups.com.

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

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

* Re: build always makes .zst file
  2025-04-02 19:53 build always makes .zst file Stephen Ecker
@ 2025-04-03 12:11 ` Uladzimir Bely
  2025-04-03 12:41   ` Stephen Ecker
  2025-04-03 12:45   ` Stephen Ecker
  0 siblings, 2 replies; 7+ messages in thread
From: Uladzimir Bely @ 2025-04-03 12:11 UTC (permalink / raw)
  To: Stephen Ecker, isar-users

On Wed, 2025-04-02 at 12:53 -0700, Stephen Ecker wrote:
> My build always makes .zst compressed files of the images, but I
> don't have zst specified _anywhere_.  any ideas on how to turn this
> off?
> -- 

Check "bitbake -e" output for IMAGE_FSTYPES and you should see where
it's applied.

> 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/100f6288-3d6b-44fa-880e-ead8a42aa2f3n%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/6b8d302c35287c60a5e042b38d8f3c522c137137.camel%40ilbers.de.

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

* Re: build always makes .zst file
  2025-04-03 12:11 ` Uladzimir Bely
@ 2025-04-03 12:41   ` Stephen Ecker
  2025-04-03 12:45   ` Stephen Ecker
  1 sibling, 0 replies; 7+ messages in thread
From: Stephen Ecker @ 2025-04-03 12:41 UTC (permalink / raw)
  To: isar-users


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

I checked the output of bitbake -e, the only thing set for IMAGE_FSTYPES is 
"wic wic.xz",  no zst

On Thursday, April 3, 2025 at 7:11:34 AM UTC-5 Uladzimir Bely wrote:

> On Wed, 2025-04-02 at 12:53 -0700, Stephen Ecker wrote:
> > My build always makes .zst compressed files of the images, but I
> > don't have zst specified _anywhere_.  any ideas on how to turn this
> > off?
> > -- 
>
> Check "bitbake -e" output for IMAGE_FSTYPES and you should see where
> it's applied.
>
> > 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+...@googlegroups.com.
> > To view this discussion visit
> > 
> https://groups.google.com/d/msgid/isar-users/100f6288-3d6b-44fa-880e-ead8a42aa2f3n%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/010ba8b2-6e3f-4f3e-9523-1e5d04b39a80n%40googlegroups.com.

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

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

* Re: build always makes .zst file
  2025-04-03 12:11 ` Uladzimir Bely
  2025-04-03 12:41   ` Stephen Ecker
@ 2025-04-03 12:45   ` Stephen Ecker
  2025-04-03 12:47     ` Stephen Ecker
  1 sibling, 1 reply; 7+ messages in thread
From: Stephen Ecker @ 2025-04-03 12:45 UTC (permalink / raw)
  To: isar-users


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

the only place that "zst" shows up is:

# $SSTATE_PATHSPEC

#   set /home/stephen/workspace/build/../isar/meta/classes/sstate.bbclass:42

#     
"${SSTATE_DIR}/${SSTATE_EXTRAPATHWILDCARD}*/*/${SSTATE_PKGSPEC}*_${SSTATE_PATH_CURRTASK}.tar.zst*"

SSTATE_PATHSPEC="/home/stephen/workspace/build/sstate-cache/*/*/sstate:defaultpkgname:amd64-isar:1.0:r0:amd64:10:*_\${SSTATE_PATH_CURRTASK}

.tar.zst*"

and in a few isar functions:  sstate_create_package, sstate_unpack_package 
and generate_sstatefn
On Thursday, April 3, 2025 at 7:11:34 AM UTC-5 Uladzimir Bely wrote:

> On Wed, 2025-04-02 at 12:53 -0700, Stephen Ecker wrote:
> > My build always makes .zst compressed files of the images, but I
> > don't have zst specified _anywhere_.  any ideas on how to turn this
> > off?
> > -- 
>
> Check "bitbake -e" output for IMAGE_FSTYPES and you should see where
> it's applied.
>
> > 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+...@googlegroups.com.
> > To view this discussion visit
> > 
> https://groups.google.com/d/msgid/isar-users/100f6288-3d6b-44fa-880e-ead8a42aa2f3n%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/4dc20cec-1e0f-452f-b860-0e7bd3f3c7f4n%40googlegroups.com.

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

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

* Re: build always makes .zst file
  2025-04-03 12:45   ` Stephen Ecker
@ 2025-04-03 12:47     ` Stephen Ecker
  2025-04-04 14:22       ` Uladzimir Bely
  0 siblings, 1 reply; 7+ messages in thread
From: Stephen Ecker @ 2025-04-03 12:47 UTC (permalink / raw)
  To: isar-users


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

(sorry for the repeated replies):  it only does it when I build the 
installer image.  the base image only builds .wic.xz,  but when the 
installer target is run, it creates the .wic.zst, but zst is not defined 
_anywhere_ in my configuration or recipes


-- 
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/c3343e20-8dc0-4484-b61e-4f6d99a7a807n%40googlegroups.com.

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

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

* Re: build always makes .zst file
  2025-04-03 12:47     ` Stephen Ecker
@ 2025-04-04 14:22       ` Uladzimir Bely
  2025-04-04 14:30         ` Stephen Ecker
  0 siblings, 1 reply; 7+ messages in thread
From: Uladzimir Bely @ 2025-04-04 14:22 UTC (permalink / raw)
  To: Stephen Ecker, isar-users

On Thu, 2025-04-03 at 05:47 -0700, Stephen Ecker wrote:
> (sorry for the repeated replies):  it only does it when I build the
> installer image.  the base image only builds .wic.xz,  but when the
> installer target is run, it creates the .wic.zst, but zst is not
> defined _anywhere_ in my configuration or recipes
> 
> 

Look at `meta-isar/classes/installer-add-rootfs.bbclass` - probably you
need to override IMAGE_DATA_POSTFIX in your configuration.

> -- 
> 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/c3343e20-8dc0-4484-b61e-4f6d99a7a807n%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/ec413b3d38a5ba3fac88e9518f1f4145ca8f5371.camel%40ilbers.de.

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

* Re: build always makes .zst file
  2025-04-04 14:22       ` Uladzimir Bely
@ 2025-04-04 14:30         ` Stephen Ecker
  0 siblings, 0 replies; 7+ messages in thread
From: Stephen Ecker @ 2025-04-04 14:30 UTC (permalink / raw)
  To: Uladzimir Bely; +Cc: isar-users

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

This is correct, that's what fixed it for me.  Thank you

On Fri, Apr 4, 2025, 9:22 AM Uladzimir Bely <ubely@ilbers.de> wrote:

> On Thu, 2025-04-03 at 05:47 -0700, Stephen Ecker wrote:
> > (sorry for the repeated replies):  it only does it when I build the
> > installer image.  the base image only builds .wic.xz,  but when the
> > installer target is run, it creates the .wic.zst, but zst is not
> > defined _anywhere_ in my configuration or recipes
> >
> >
>
> Look at `meta-isar/classes/installer-add-rootfs.bbclass` - probably you
> need to override IMAGE_DATA_POSTFIX in your configuration.
>
> > --
> > 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/c3343e20-8dc0-4484-b61e-4f6d99a7a807n%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/CAK9C7GAdjDEMfPSTG8XvPTir5vzLy2y6JNmkiTCdLWgf0BS2nA%40mail.gmail.com.

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

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

end of thread, other threads:[~2025-04-04 14:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-02 19:53 build always makes .zst file Stephen Ecker
2025-04-03 12:11 ` Uladzimir Bely
2025-04-03 12:41   ` Stephen Ecker
2025-04-03 12:45   ` Stephen Ecker
2025-04-03 12:47     ` Stephen Ecker
2025-04-04 14:22       ` Uladzimir Bely
2025-04-04 14:30         ` Stephen Ecker

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