GitXplorerGitXplorer
N

cper-logger

public
1 stars
0 forks
0 issues

Commits

List of commits on branch develop.
Unverified
355338d4a1d07a0fbb9f548830c727cabf83d78f

Merge branch 'remove-fault-cper' into 'develop'

committed a month ago
Unverified
35a9d5baec35113c29fb5159d74cb587b2b4f102

Remove CPER logs from the fault

committed a month ago
Unverified
73bfed29255d969f659c124433d8d5f0d626b6f2

Remove CPER logs from the fault-log

committed a month ago
Unverified
8238abd8b296f85db8c7b5c5b05b43f9c8aa9d86

Merge branch 'aushim_aff3' into 'develop'

eedtanous committed a month ago
Unverified
1175d92f1aeab7c4f1a332505c99e50876935f67

Update libcper schema

aaushimnagarkatti committed a month ago
Unverified
5e915a885369312dcc87123dbd4fce8e707ab809

Merge branch 'build' into 'develop'

eedtanous committed 2 months ago

README

The README file for this repository.

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-), 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

IMAGE_INSTALL:append = "my-app-name"

Then run bitbake, and your application will be included.