-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support xz compressed images #121
Comments
Not sure if someone is looking into to it. If not planing to take it. |
Thanks! |
@chombourger Any specific reason for using python-xz? Looks like lzma can do it too. I do see some benefits mentioned in python-xz, but currently not sure whether it will have an impact. |
If you are talking about isar image compression: Adriaan has started porting over the OE image compression features. That will obsolete the currently needed custom image classes. |
@jan-kiszka This is about mtda's storage writer supporting xz compressed images. Lines 49 to 60 in a13e98c
|
Bz2 write is broken. Tested in Qemu, Richa also validated in an actual board. XZ similar implementation to BZ2 also doesnot work. Checking. |
Thanks for the info. We will get a framework to test our APIs and features With #146 and hopefully avoid regressions in the future |
Based on bz2 logic. Closes: siemens#121 Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
Based on bz2 logic. Closes: siemens#121 Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
Based on bz2 logic. Closes: #121 Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
use https://github.com/Rogdham/python-xz to support .xz images
The text was updated successfully, but these errors were encountered: