Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Conversation

@mythi
Copy link
Contributor

@mythi mythi commented Jun 14, 2017

No description provided.

Copy link
Contributor

@pohly pohly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The argument for dropping .wic.xz.sha256 is a bit misleading. The intention probably was to have separate checksums that get communicated to downloaders via some separate channel (release announcement, for example) so that the authenticity of the downloaded file can be verified after downloading it.

xz guarantees that the file is not corrupted, but not that it is authentic.

I'm fine with dropping .wic.xz.sha256 nevertheless, because we never used it.

@mythi
Copy link
Contributor Author

mythi commented Jun 14, 2017

I don't think the argument is totally misleading: the conversion is redundant and for CI-purposes file download integrity check is sufficient. I agree the wording could be improved though.

Anyway, thanks for the review.

This obsoletes #173

mythi added a commit to mythi/intel-iot-refkit that referenced this pull request Jun 15, 2017
This combined merge takes these PRs in one: intel#177, intel#179, intel#182, intel#183
(with cherry-pick), intel#186, and intel#187.
mythi added a commit to mythi/intel-iot-refkit that referenced this pull request Jun 15, 2017
This combined merge takes these PRs in one: intel#113, intel#177, intel#179, intel#182, intel#183
(with cherry-pick), intel#186, and intel#187.
mythi added 4 commits June 15, 2017 15:23
Some image conversions are redundant and can be skipped in
favor of optimizing CI build-times.

It's enough to compress in xz format only. For download
integrity checking, we use xz's built-in mechanism and
change it to use sha256.

Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com>
zip image conversion is already part of OE-core and the
vdi format isn't used so it's safe to drop image_types_extra
completely.

Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com>
wic image format has been the default for some time now and
it's time to remove the unused custom dsk image format.

image-dsk.bbclass is kept since do_uefiapp is still used but
modified to:

    * work with empty DSK_IMAGE_LAYOUT (set as default)
    * not provide IMAGE_CMD_dsk anymore

Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com>
Post-build testing builds images but only .wic is sufficient
(default in IMAGE_FSTYPES). We skip compression and bmap formats
for oe-selftests to optimize testing time.

[YOCTO: #11506]

Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com>
mythi added a commit to mythi/intel-iot-refkit that referenced this pull request Jun 15, 2017
This combined merge takes these PRs in one: intel#113, intel#177, intel#179, intel#182, intel#183
(with cherry-pick), intel#186, and intel#187.
mythi added a commit to mythi/intel-iot-refkit that referenced this pull request Jun 15, 2017
This combined merge takes these PRs in one: intel#113, intel#177, intel#179, intel#182, intel#183
(with cherry-pick), and intel#187.
mythi added a commit to mythi/intel-iot-refkit that referenced this pull request Jun 16, 2017
This combined merge takes these PRs in one: intel#177, intel#179, intel#182, intel#183
(with cherry-pick), and intel#187.
@mythi mythi merged commit 4d0104d into intel:master Jun 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants