History log of /openbmc/openpower-vpd-parser/.gitignore (Results 1 – 5 of 5)
Revision Date Author Comments
# f457a3ef 13-Apr-2023 jinuthomas <jinu.joy.thomas@in.ibm.com>

Additional change to support ee1004 driver

changed the code to remove hardcoding of driver
changed read parser executable to take driver as input

Change-Id: I6909e2d56d4572e3ff78610248683a75337bb

Additional change to support ee1004 driver

changed the code to remove hardcoding of driver
changed read parser executable to take driver as input

Change-Id: I6909e2d56d4572e3ff78610248683a75337bbd72
Signed-off-by: jinuthomas <jinu.joy.thomas@in.ibm.com>

show more ...


# a0cc5923 26-Oct-2021 George Liu <liuxiwei@inspur.com>

build: Remove autotools support

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: If57df32d4b5e879c29f42b022bd90427ea3dbd57


# 7ef54422 03-Dec-2019 SunnySrivastava1984 <sunnsr25@in.ibm.com>

Enable Meson option to build parser and test cases

Meson script to build parser and test cases.
It will replace the use of auto tools to
build the code.

- Steps to build

Enable Meson option to build parser and test cases

Meson script to build parser and test cases.
It will replace the use of auto tools to
build the code.

- Steps to build
In the directory, where you have meson.build file
execute the following commands.

meson -Doption=value builddir
<This will create a builddir>

ninja -C builddir
<Creates EXE>

ninja -C builddir test
<Executes unit tests>

Change-Id: Ic351daf2c135b06e1b04048a4a6ad8d9897fba54
Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com>

show more ...


# 79f9eee0 02-Dec-2016 Deepak Kodihalli <dkodihal@in.ibm.com>

tests: unit-test for parse() API

Change-Id: I9912102d442f2c00ce70514a4a65f25e1552fc19
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>


# 6737c7da 29-Nov-2016 Deepak Kodihalli <dkodihal@in.ibm.com>

Add .gitignore

This is to avoid built objects from showing up, during the
development stage, in the 'git status' output.

Change-Id: I9824d5c3a88d1fb57f043d61762c05f9e5213902

Add .gitignore

This is to avoid built objects from showing up, during the
development stage, in the 'git status' output.

Change-Id: I9824d5c3a88d1fb57f043d61762c05f9e5213902
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>

show more ...