# cper-logger **Repository Path**: mirrors_NVIDIA/cper-logger ## Basic Information - **Project Name**: cper-logger - **Description**: Daemon for managing CPER logs produced from processor complexes - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-29 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenBMC Template Application The purpose of this application is to provide a template for writing new openbmc applications. When using this template, the author should fill this section with some small details about what the app is for, how it should be used, and how one configures it into the build. This template application supports: Meson builds Unit tests using gtest Opening a basic application on DBus Static analysis with openbmc-build-scripts ## Usage To use this application, take template-app_git.bb, and put it into an appropriate meta layer (generally meta-machine_name), and rename to your application name in the form of my-app-name_git.bb Update the SRC_URI in the bb file to the latest commit from this repo. Open $BBPATH/conf/local.conf and add ```bash IMAGE_INSTALL:append = "my-app-name" ``` Then run bitbake, and your application will be included.