Functionality of 'from-raw-disk-image' command has been extended.
To be more compliant with Yocto build process the mender-convert
tool produces now three outputs:
- Mender image
- Mender artifact
- root filesystem extracted from Mender image
Issues: MEN-2191
Changelog: None
Signed-off-by: Adam Podogrocki <a.podogrocki@gmail.com>
Moreover commands have been divided into two groups:
general commands & expert commands.
Issues: MEN-2162
Changelog: None
Signed-off-by: Adam Podogrocki <a.podogrocki@gmail.com>
Some tests' related variables can be discovered in specific
convert stages, like installing Mender client or bootloader.
Issues: MEN-2102
Changelog: None
Signed-off-by: Adam Podogrocki <a.podogrocki@gmail.com>
At this step variables related to partitions sizes, alignment, etc.
are updated.
Issues: MEN-2102
Changelog: None
Signed-off-by: Adam Podogrocki <a.podogrocki@gmail.com>
Earlier GRUB needs to be configured and built twice for ARM and x86
targets separately. Now only one build is necessary.
Signed-off-by: Dominik Adamski <adamski.dominik@gmail.com>
We do not use server parameter any more. We use --demo-ip or --production-url parameters instead.
Signed-off-by: Dominik Adamski <adamski.dominik@gmail.com>
The current README seems to have been a copy of the
one found in the Mender client repository which contains
som information about Yocto and other things which are not
relavant to this repository.
Changelog: None
Signed-off-by: Mirza Krak <mirza.krak@northern.tech>
They point to an invalid location and we probably will not have
any codecov reports nor travis builds for this repo. If we
do we can always bring it back.
Changelog: None
Signed-off-by: Mirza Krak <mirza.krak@northern.tech>
Script is added to mendersoftware repository,
instead of being downloaded from external
private repository.
Issues: MEN-2089
Signed-off-by: Adam Podogrocki a.podogrocki@gmail.com
U-Boot related file like: fw_printenv, u-boot.bin are
cross-compiled now.
boot.scr on the other hand is built with mkimage tool
created in the previous step.
Issues: MEN-2089
Changelog: None
Signed-off-by: Adam Podogrocki <a.podogrocki@gmail.com>
mender-conversion-tool with add-on scripts allow user to:
- shrink an existing embedded Linux image (shorter time of building final .sdimg raw disk image)
- restructure partition table of an existing embedded Linux image to follow Mender layout
- install Mender client related files
- install Grub related files for platforms supporting it
- patch U-Boot for platforms where Grub integration is not feasible (e.g. Raspbian)
- create Mender artifact based on the created .sdimg file
Issues: MEN-1867 / MEN-2037 / MEN-2038 / MEN-2041
Signed-off-by: Adam Podogrocki <a.podogrocki@gmail.com>