summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended/libbej
AgeCommit message (Collapse)AuthorFilesLines
2023-04-17treewide: reduce append operators on SRC_URIPatrick Williams1-1/+1
In a base bb file where we are setting the primary git repository, it is rare that we need to `SRC_URI +=`. This is an unnecessary pattern that seems to have been copied throughout the repository. Remove the pattern where appropriate and simply set SRC_URI directly. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I430186a82f9582ba6196f5bf66b659af4092b48d
2023-02-02libbej: srcrev bump c14fab6eeb..42627cab5cAndrew Geissler1-1/+1
kasunath (1): Fix formating issues Change-Id: Id4c785ef86a8401f60cf52966ad02e7bf16a7b49 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-27libbej: srcrev bump cc4098e150..c14fab6eebAndrew Geissler1-1/+1
kasunath (4): Move headers into libbej folder Update include directories Rename rde_common to bej_common Fix missing comma for empty arrays/sets Change-Id: I00becdd57768f0496e79a1bcf9215a696913a31a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-09-20Run oe-stylize on our filesEd Tanous1-7/+7
In all of our recipes, we should be following yoctos lead on formatting, order, and other things, for consistency in our meta layers. This commit runs oe-stylize.py on all of our files. The types of changes being made can be seen in the commit, but amount to: 1. Setting an explicit key ordering 2. Sectioning the files appropriately 3. Applying rules checking to our files At some point in the near future, we would turn this on as part of repotest, but some minor changes need to be upstreamed to meta-oe (WIP) to make that happen. Looking for input on whether this is something we'd like to do, and whether the diffs below look reasonable to folks. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I489dd21d38a9fe4f3ece89cc7a5e1d0463224abf
2022-06-25meta-phosphor: recipes-extended: libbej: Fix nitsBrandon Kim1-4/+3
It was pointed out downstream that there were some syntax nits. Fix them. Tested: Nits shouldn't affect anything. Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: Id4810bfc1ba8a1ea0a46c993ca2212a134253f18
2022-06-24meta-phosphor: recipes-extended: Add libbejBrandon Kim1-0/+18
libbej is a library used to decode Redfish Device Enablement (RDE) Binary Encoded JSON (BEJ) payload. Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I8457fdf3f5ffa6285b832fe23a389591d0f87434