summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ssif_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2021-12-17meta-phosphor: prefer https protocolPatrick Williams1-1/+1
A few recipes are specifying 'protocol=git' to the git-fetcher, which is already the default[1]. For github URLs, upstream Yocto / OE suggest that 'protocol=https' is used[2]. Switch any URL that has a protocol specified to be 'https' instead of 'git'. 1. https://docs.yoctoproject.org/bitbake/bitbake-user-manual/bitbake-user-manual-fetching.html#git-fetcher-git 2. https://lists.openembedded.org/g/openembedded-devel/message/94255 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ibf1ab0fa2cb83c8cb9f4e535a0781f41e3b0dafe
2021-10-27ssifbridge: srcrev bump b62da09713..2c2b828058Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: Ic0cbb25e9c2dcba0266c3048fab8c88532044250 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-20ssifbridge: srcrev bump 22f04265eb..b62da09713Andrew Geissler1-1/+1
Dung Cao (1): Update to c++20 and meson >= 0.57.0 Change-Id: I168cd80da56ed25917bb44036f4b0cab7ea19490 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams1-3/+3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2021-06-11ssifbridge: srcrev bump b26a9b6aea..22f04265ebAndrew Geissler1-1/+1
Dung Cao (1): Fix the boot order of ssifbridged Change-Id: I2d211759beb0f944ed5f15d6f86adf371a98a362 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-10meta-phosphor: phosphor-ipmi-ssif: set version to gitBenjamin Fair1-0/+25
Rename the recipe file to add "_git" as a suffix. This sets the package version to "git" and is standard for recipes built from git without a specific version. Also set the PV variable to the conventional value. Change-Id: Ib1159bced76aae33df3eaa4308e8627e1527c4e4 Signed-off-by: Benjamin Fair <benjaminfair@google.com>