Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 1 | SUMMARY = "OpenPOWER flashing utility." |
2 | DESCRIPTION = "A BMC/BIOS flashing utility for use on OpenPOWER system." | ||||
3 | PR = "r1" | ||||
4 | |||||
5 | inherit skeleton-gdbus | ||||
6 | |||||
7 | # DEPEND,RDEPEND on pflash if the openpower-pflash machine feature is set. | ||||
8 | PACKAGECONFIG ??= "${@bb.utils.contains('MACHINE_FEATURES', 'openpower-pflash', 'openpower-pflash', '', d)}" | ||||
9 | PACKAGECONFIG[openpower-pflash] = ",,pflash,pflash" | ||||
10 | |||||
11 | SKELETON_DIR = "op-flasher" |