diff options
-rw-r--r-- | meta-phosphor/classes/obmc-phosphor-image.bbclass | 1 | ||||
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/obmc-console/obmc-console.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-phosphor/classes/obmc-phosphor-image.bbclass b/meta-phosphor/classes/obmc-phosphor-image.bbclass index 164da3318..ce54777bc 100644 --- a/meta-phosphor/classes/obmc-phosphor-image.bbclass +++ b/meta-phosphor/classes/obmc-phosphor-image.bbclass @@ -42,6 +42,7 @@ IMAGE_INSTALL += " \ i2c-tools \ screen \ inarp \ + obmc-console \ " def build_overlay(d): diff --git a/meta-phosphor/common/recipes-phosphor/obmc-console/obmc-console.bb b/meta-phosphor/common/recipes-phosphor/obmc-console/obmc-console.bb index 6fe3bdee1..75a1d8429 100644 --- a/meta-phosphor/common/recipes-phosphor/obmc-console/obmc-console.bb +++ b/meta-phosphor/common/recipes-phosphor/obmc-console/obmc-console.bb @@ -11,7 +11,7 @@ TARGET_CFLAGS += "-fpic -O2" SRC_URI += "git://github.com/openbmc/obmc-console" SRC_URI += "file://${PN}.conf" -SRCREV = "54e9569d14b127806e45e1c17ec4a1f5f7271d3f" +SRCREV = "2eacda524e98c7964e542e01aabf82360cf60344" do_install_append() { install -m 0755 -d ${D}${sysconfdir} |