Skip to content

Files

Latest commit

71d5112 · Feb 20, 2025

History

History
This branch is 6 commits behind mendersoftware/meta-mender-community:scarthgap.

meta-mender-validation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 11, 2024
Feb 20, 2025
Oct 11, 2024
Oct 11, 2024
This README file contains information on the contents of the meta-mender-validation layer.

Please see the corresponding sections below for details.

Dependencies
============

  URI: https://git.yoctoproject.org/poky
  branch: scarthgap

  URI: https://github.com/mendersoftware/meta-mender
  branch: scarthgap

Contributions
=============

Please the README file in the top level directory.

Table of Contents
=================

  I. Adding the meta-mender-validation layer to your build
 II. Misc


I. Adding the meta-mender-validation layer to your build
=================================================

Run 'bitbake-layers add-layer meta-mender-validation'

II. Misc
========

This layer contains various means of validating a Mender integration on
a given device.

- bootloader-validation: this script implements an automated run of the
  integration checklist as documented at https://docs.mender.io/client-installation/integration-checklist.
  It installs a systemd service to run the script at startup, which requires
  a number of reboots to check the various bootloader integration facets.
  Make sure the following preconditions are met:
  1. `INIT_MANAGER = "systemd"`
  2. `MENDER_FEATURES_ENABLE:append = "mender-prepopulate-inactive-partition"`
  After completion, the systemd service is automatically disabled and the
  result can be found in the `/data/validation.log` file.