History log of /openbmc/skeleton/pytools/setup.py (Results 1 – 5 of 5)
Revision Date Author Comments
# 75fe8cc4 22-Jul-2022 Patrick Williams <patrick@stwcx.xyz>

python: reformat using black

Code cannot currently be submitted to this repo because it fails
in the unit-test phase. Attempt to reformat the code using `black`
to hopefully make pycodestyle happie

python: reformat using black

Code cannot currently be submitted to this repo because it fails
in the unit-test phase. Attempt to reformat the code using `black`
to hopefully make pycodestyle happier.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I17aa506471ceade224bcab5b2fa0dc8cd7a88c0a

show more ...


# c8334f32 04-Apr-2019 Brad Bishop <bradleyb@fuzziesquirrel.com>

Revert "Revert "skeleton: Remove obmcutil""

This reverts commit c0da84767c00657c0b3b1afff7d9c5c2f1ed5fdb.

We have switched to the bash implementation of obmcutil, so this is no

Revert "Revert "skeleton: Remove obmcutil""

This reverts commit c0da84767c00657c0b3b1afff7d9c5c2f1ed5fdb.

We have switched to the bash implementation of obmcutil, so this is no
longer required.

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

show more ...


# c0da8476 04-Apr-2019 Brad Bishop <bradleyb@fuzziesquirrel.com>

Revert "skeleton: Remove obmcutil"

Additional changes are required before this can go in.

This reverts commit a738350d00b3171a1cbf0a749381b1ac36b4b7f8.

Change-Id: Ie16d54d7

Revert "skeleton: Remove obmcutil"

Additional changes are required before this can go in.

This reverts commit a738350d00b3171a1cbf0a749381b1ac36b4b7f8.

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

show more ...


# a738350d 27-Jan-2019 Anthony Wilson <wilsonan@us.ibm.com>

skeleton: Remove obmcutil

In the effort to remove python from the bmc, obmcutil
has been rewritten in 'sh' and moved to phosphor-state-manager.

Change-Id: I39dd0e09fada7c7036b14

skeleton: Remove obmcutil

In the effort to remove python from the bmc, obmcutil
has been rewritten in 'sh' and moved to phosphor-state-manager.

Change-Id: I39dd0e09fada7c7036b14316376e451ae3e2d330
Signed-off-by: Anthony Wilson <wilsonan@us.ibm.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 ...