STMicroelectronics / meta-predmnt

ST Predictive Maintenance meta layer for Linux Yocto based distributions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meta-predmnt

meta-predmnt is a meta layer for Linux Yocto based distributions to get the Predictive Maintenance Platform application from STMicroelectronics running on a Linux gateway. It contains the recipes to install the Predictive Maintenance application, the Amazon AWS Greengrass service for edge computing, and other required Python packages (see “meta-predmnt/conf/layer.conf” file for further details).

Dependencies

The meta-predmnt layer depends on the following layers:

  • meta-python

Installation

The meta-predmnt layer can be download to a PC from its GitHub repository. First, move to the directory of your distribution, e.g.:

$ cd <path-to>/openstlinux-<version>/layers

Clone the GitHub repository:

$ git clone https://github.com/STMicroelectronics/meta-predmnt

Enter the configuration folder, e.g.:

$ cd <path-to>/openstlinux-<version>/build-openstlinuxweston-stm32mp1/conf/

Copy and paste the following line within the “bblayers.conf” file, just before the “BBLAYERS” token definition, and check that the “BBLAYERS” token contains the “FRAMEWORKLAYERS” token, otherwise add it:

$ FRAMEWORKLAYERS += "${@'${OEROOT}/layers/meta-predmnt' if os.path.isfile('${OEROOT}/layers/meta-predmnt/conf/layer.conf') else ''}"

You can now build your distribution with BitBake.

Platforms

The Predictive Maintenance Platform application can run on a Linux gateway, for example the STMicroelectronics STM32MP157F-DK2 discovery kit.

License

COPYRIGHT(c) 2022 STMicroelectronics

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of STMicroelectronics nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

ST Predictive Maintenance meta layer for Linux Yocto based distributions.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 95.8%Language:BitBake 3.6%Language:Shell 0.6%