Honeywell Product Independent Buildroot Layer
=============================================

This repository contains the buildroot-2020.02.3 LTS release and the Honeywell
Product Independent Buildroot modifications.

Directory Layout:

  buildroot
    This directory contains the unmodified 2020.02.3 Buildroot release.

  upstream
    This directory contains the 2020.02.3 tar archive and signature file downloaded
    from https://buildroot.org/downloads.

  honeywell-buildroot-tree
    This directory contains the Honeywell Product Independent Buildroot modifications and
    provides the common components of a Buildroot Layered Customisation structure as
    described in section 9 of the Buildroot Manual. This directory is referenced as a
    Buildroot br2-external tree (named HONEYWELL_BUILDROOT by the "name" field in the
    honeywell-buildroot-tree/external.desc file) and its components are accessed via
    the BR2_EXTERNAL_HONEYWELL_BUILDROOT_PATH variable.
    The current Product Independent Buildroot modifications only includes CVE patch files.
    These can be integrated into a Buildroot configuration with the following definition:
      BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_HONEYWELL_BUILDROOT_PATH)/cve-patches/"

  documentation
    This directory contains documentation describing the Honeywell Product Independent
    Buildroot Layer and how it is used.
