summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorManojkiran Eda <manojkiran.eda@gmail.com>2023-02-15 08:15:15 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-02-15 19:07:17 +0300
commit06fdd3379cd323a5f1b775b0694e64b972b28afd (patch)
treecc6c5ef55f8a984a505ecbd276bf6e522c47ad30 /meta-phosphor
parent0434ea6e914574ea9770d16190bba6dbbefa19f3 (diff)
downloadopenbmc-06fdd3379cd323a5f1b775b0694e64b972b28afd.tar.xz
Add dev packages to openbmc yocto sdk
In the current state, the master sdk does not contain the following packages, hence it is currently broken. - nlohmann-json - function2 - cli11 - libcereal Most of the the OpenBMC repositories depend on the above mentioned packages and does not build in their absence. This commit would attempt to fix that. Tested with a newly created SDK with this change and observed that the header files of above packages are placed in the sdk. Change-Id: I3b8dde8f5242279f856f3d3ecd3b78a1e93f6ffd Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bbappend b/meta-phosphor/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bbappend
index f8d6292362..0eab6b3fae 100644
--- a/meta-phosphor/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bbappend
+++ b/meta-phosphor/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bbappend
@@ -1,6 +1,10 @@
RRECOMMENDS:${PN}:append = " \
+ cli11-dev \
+ function2-dev \
googletest \
+ libcereal-dev \
libstdc++-staticdev \
+ nlohmann-json-dev \
phosphor-dbus-interfaces-yaml \
phosphor-logging \
sdbusplus \