summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended/libbej
AgeCommit message (Collapse)AuthorFilesLines
2024-04-02libbej: srcrev bump da6e557393..2bc745a3a0Andrew Geissler1-1/+1
Konstantin Aladyshev (1): meson: Provide wrap for nlohmann Change-Id: If48e55aab3f3130160e0d40fc9e83b704c3b6240 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-08libbej: srcrev bump 6eb945fa69..da6e557393Andrew Geissler1-1/+1
Nikhil Namjoshi (1): Add libbej encoder wrapper for C++ Change-Id: I851d4311a57c6a6b981318b94e3c74575bcdd898 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-12-04libbej: srcrev bump 6f3082ea65..6eb945fa69Andrew Geissler1-1/+1
Patrick Williams (1): build: use allowed over enabled Change-Id: I980aa03c18413745a1af5043647513147b14e5b8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-10-23libbej: srcrev bump 6df0c486db..6f3082ea65Andrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: If432791e14f7fb49f978cf4bd3955c878d93b48d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-10-17libbej: srcrev bump 0a29193fdd..6df0c486dbAndrew Geissler1-1/+1
kasunath (1): Encode more BEJ data types Change-Id: I53db919acf56662a5b2a3c08a3e989386c2ca330 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-08-24libbej: srcrev bump 061fbc6f69..0a29193fddAndrew Geissler1-1/+1
kasunath (4): Get metadata for bejEnum type Get metadata for bejReal type Get metadata for bejNull type Encode bejArray, bejNull, bejInteger and bejEnum Change-Id: I03c1ba8ff9c8b4701693535e0b69344687882535 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-08-21libbej: srcrev bump f68be959de..061fbc6f69Andrew Geissler1-1/+1
kasunath (1): Get metadata for BEJ integer, string and bool Change-Id: I1cca50b76b6bc305fea6b9e235d8fd6f1f056839 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-08-18libbej: srcrev bump dc3f214b7e..f68be959deAndrew Geissler1-1/+1
George Liu (1): meson_options.txt: Support for reading options from meson.options kasunath (2): Add the framework needed for BEJ encoding Initialize a parent node metadata Change-Id: I2927f00c6f326fba7675cc9c3995ec682857f9b6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-08-07libbej: srcrev bump 2ebe82f5a8..dc3f214b7eAndrew Geissler1-1/+1
kasunath (1): Add more support to bej_tree API Change-Id: I63b956937197188b296369c274f51dbf56d33280 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-20libbej: srcrev bump 0686fd9fab..2ebe82f5a8Andrew Geissler1-1/+1
kasunath (1): Add BEJ tree API. Change-Id: I9a3fd69ea55f482a83bafdd953cf4bbbe6ed1e6b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-13libbej: srcrev bump 435526a584..0686fd9fabAndrew Geissler1-1/+1
Patrick Williams (1): build: upgrade to C++23 Change-Id: Ic4bc127a215507ffb832d0c99be031c1a76c5564 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-11libbej: srcrev bump 42627cab5c..435526a584Andrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: I6aef06fa5c665ee13ae6ab34db6921fe94d64395 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
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