summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-bt.bb
AgeCommit message (Collapse)AuthorFilesLines
2018-05-23phosphor-ipmi-bt.bb: bump versionAndrew Geissler1-1/+1
Change-Id: Ic3cd934d8a790b676390cda9f36fb13365e1fe3b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2017-06-27phosphor-ipmi-bt.bb: bump versionPatrick Williams1-1/+1
Change-Id: I9629b1ef39d070f35fc644f881e94640535bb6af Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2017-03-30meta-phosphor: missing space on CFLAG_appendSaqib Khan1-1/+1
FOO_append is effectively an alias for 'FOO=FOO+FOO_append', so it is a common pattern to preceed the FOO_append string with a space. Right: FOO_append = " bar" Results in FOO="foo bar" Wrong: FOO_append = "bar" Results in FOO="foobar" Fix incorrect CFLAG_append entries in recipes to avoid compile errors like: Error: configure: error: C compiler cannot create executables Change-Id: Id81af5666b173aca35eb28f541a8325db1d438fd Signed-off-by: Saqib Khan <khansa@us.ibm.com>
2017-01-25Rename host-ipmid -> phosphor-ipmi-hostBrad Bishop1-1/+1
Attempt at consistant naming convention of ipmi recipes. Change-Id: I9828503a61bccd83dc0294a3dca2db2d9981593b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2017-01-25btbridged: Rename to phosphor-ipmi-btBrad Bishop1-0/+26
Attempt at consistant naming convention of ipmi recipes. Change-Id: Ie7b0a92e6d73e4959df096ee3673c4f7cf052bd6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>