summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/console
diff options
context:
space:
mode:
authorCheng C Yang <cheng.c.yang@linux.intel.com>2019-01-30 14:31:56 +0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-03-22 11:12:42 -0400
commitfac98706e02fe7545c476f598ad4f1cd904d63c1 (patch)
treec710b2df934e1e021d1dfb7511e3c4c2df9ce175 /meta-phosphor/recipes-phosphor/console
parent1809eaf3109787ee03b628049b6c95e918e7a71e (diff)
downloadtalos-openbmc-fac98706e02fe7545c476f598ad4f1cd904d63c1.tar.gz
talos-openbmc-fac98706e02fe7545c476f598ad4f1cd904d63c1.zip
Add dbus interface support for console
To support changing uart baudrate through dbus interface dynamically, need to involve systemd for dependency. (From meta-phosphor rev: 5e9d3398620140d4e01db844e7cbec74d8bfbba9) Change-Id: Ie94d53f661bdd83831634c672c66d385db069dfe Signed-off-by: Cheng C Yang <cheng.c.yang@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/console')
-rw-r--r--meta-phosphor/recipes-phosphor/console/obmc-console_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb b/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
index 60a0bbc40..4d00713fd 100644
--- a/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
+++ b/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
@@ -6,12 +6,14 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
inherit obmc-phosphor-systemd
-inherit autotools
+inherit autotools pkgconfig
inherit obmc-phosphor-discovery-service
TARGET_CFLAGS += "-fpic -O2"
-DEPENDS += "autoconf-archive-native"
+DEPENDS += "autoconf-archive-native \
+ systemd \
+ "
SRC_URI += "git://github.com/openbmc/obmc-console"
SRC_URI += "file://${PN}.conf"
OpenPOWER on IntegriCloud