diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-06-27 14:53:52 -0400 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-06-30 13:41:15 -0400 |
commit | 5f9be075e0739c7d0abbb78ae9c189a0766eab3a (patch) | |
tree | d92e9692dba433625f5c351a67af147c39d0725c /meta-phosphor/common/recipes-phosphor/obmc-phosphor-led | |
parent | 6f286af2d6e137498c87933445dbe512bb21bc00 (diff) | |
download | talos-openbmc-5f9be075e0739c7d0abbb78ae9c189a0766eab3a.tar.gz talos-openbmc-5f9be075e0739c7d0abbb78ae9c189a0766eab3a.zip |
Add independent recipes for skeleton applications
This will enable more fine-grained control over what parts
of skeleton satisfy the different openbmc build requirements,
further enabling things like alternate implementations.
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/obmc-phosphor-led')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/obmc-phosphor-led/obmc-control-led.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-led/obmc-control-led.bb b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-led/obmc-control-led.bb new file mode 100644 index 000000000..94fa7cb6e --- /dev/null +++ b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-led/obmc-control-led.bb @@ -0,0 +1,10 @@ +SUMMARY = "OpenBMC org.openbmc.Led example implementation" +DESCRIPTION = "A sample implementation for the org.openbmc.Led DBUS API. \ +The org.openbmc.Led provides APIs for controlling LEDs." +PR = "r1" + +inherit skeleton-sdbus + +RDEPENDS_${PN} += "libsystemd" + +SKELETON_DIR = "ledctl" |