History log of /openbmc/skeleton/op-flasher/Makefile (Results 1 – 4 of 4)
Revision Date Author Comments
# 275524ee 08-Sep-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

op-flasher: use dynamic libflash

Replace the old statically linked snapshot of libflash with
the real shared library.

Resolves: openbmc/openbmc#542
Change-Id: I3b6f634d17951

op-flasher: use dynamic libflash

Replace the old statically linked snapshot of libflash with
the real shared library.

Resolves: openbmc/openbmc#542
Change-Id: I3b6f634d17951c714ebc571518ad5067eaf44e97
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...


# b0d0a745 21-Jun-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #107 from bradbishop/dead

Remove dead code


# c034d2d3 19-Jun-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

Enable user-overriable CFLAGS

Put required CFLAGS (ie pkg-config --cflags) in ALL_CFLAGS and append
user specified CFLAGS to that.

Use CFLAGS during link.

Signed-off-by

Enable user-overriable CFLAGS

Put required CFLAGS (ie pkg-config --cflags) in ALL_CFLAGS and append
user specified CFLAGS to that.

Use CFLAGS during link.

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...


# 40a360c2 28-May-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

Reorganize directory structure

Moving to directory per-application layout. This facilitates
building single applications which is useful in the Yocto build
environment since differe

Reorganize directory structure

Moving to directory per-application layout. This facilitates
building single applications which is useful in the Yocto build
environment since different applications satisfy different OpenBMC
build requirements.

A number of issues are also addressed:
- All applications were pulling in libsystemd and the gdbus libs
irrespective of whether or not they were needed.
- gpio.o duplicated in every application - moved to libopenbmc_intf
- Added install target

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...