summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-bt_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams1-3/+3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2021-04-29btbridge: srcrev bump aa5511d28f..0a47d9a057Andrew Geissler1-1/+1
Patrick Williams (2): bootstrap: fix shellcheck warnings enable shellcheck Change-Id: I07d94247a32e6d4445ed41a10aeaf60c78ccb824 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2019-12-03Drop STAGING_KERNEL_DIRJoel Stanley1-4/+0
The Linux kernel userspace headers must be installed, not included directly from the kernel source tree: The correct way to package the header files for a distribution is to run 'make headers_install' from the kernel source directory to install the headers into /usr/include and then rebuild the C library package, with a dependency on the specific version of the just installed kernel headers. Luckily the header used by these two applications is shipped in the kernel used to build the userspace headers, so the hack of including the source tree has not been required for some time. (From meta-phosphor rev: fb23d65060279037444616b83c3dd62b407d21e6) Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: I17ac7d9cc5c5e2c54871b045a42025790e819506 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-13btbridge: srcrev bump bfbc29c9d2..aa5511d28fAndrew Geissler1-1/+1
Andrew Jeffery (1): btbridged: Empty out timerfd on alarm (From meta-phosphor rev: ec163198a54ea2ea24917957181a99c87acf9ea1) Change-Id: Ib39022a24a72ffe38aa6e5a0045bcd50fbe81010 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-07btbridge: srcrev bump 8fb36a936f..bfbc29c9d2Andrew Geissler1-1/+1
Patrick Venture (1): build: install into bin instead of sbin (From meta-phosphor rev: 945989e256afc9e7d9192d4a8f0074d20db40fd8) Change-Id: I55b38bda6710a6cb7ec43334d47fe48289ee9e99 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-28meta-phosphor: Fix explicit dependencies antipatternBrad Bishop1-1/+0
Out of the box bitbake examines built applications, automatically adds runtime dependencies and thus ensures any library packages dependencies are automatically added to images, sdks, etc. There is no need to list them explicitly in a recipe. Dependencies change over time, and listing them explicitly is likely prone to errors - the net effect being unnecessary shared library packages being installed into images. Consult https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-RDEPENDS for information on when to use explicit runtime dependencies. (From meta-phosphor rev: 26873c99d30b55e21a920c9851f21c3e2eab19f7) Change-Id: I38640d75a2d834c07d45ddcdb0162f1a23f848d9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-06meta-phosphor: ipmi-bt: rename as gitPatrick Venture1-0/+27
Rename phosphor-ipmi-bt.bb to phosphor-ipmi-bt_git.bb per OE norms. (From meta-phosphor rev: 8e528e68437824fd1d677cffa2199a8d6612dfb2) Change-Id: I511f3413755033d536ed18e4f1dad4565c7fd56d Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>