diff options
author | Chris Austen <austenc@us.ibm.com> | 2015-12-01 17:05:21 -0600 |
---|---|---|
committer | Chris Austen <austenc@us.ibm.com> | 2015-12-01 17:05:21 -0600 |
commit | 9f4aa416f8a6c38c2951a311c0f7296094f58523 (patch) | |
tree | be9492b367ee49677bd89f2a1665cf29bcf11243 /meta-phosphor/common/recipes-phosphor/skeleton | |
parent | b4a2312c4a9352c2e6534ff56b0f3b20aec27558 (diff) | |
download | talos-openbmc-9f4aa416f8a6c38c2951a311c0f7296094f58523.tar.gz talos-openbmc-9f4aa416f8a6c38c2951a311c0f7296094f58523.zip |
Add debug mode
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/skeleton')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb b/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb index 02b193481..73da06c35 100644 --- a/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb +++ b/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb @@ -16,7 +16,7 @@ DEPENDS += "glib-2.0" RDEPENDS_${PN} += "python-subprocess python-tftpy" SRC_URI += "git://github.com/openbmc/skeleton" -SRCREV = "8fec681abd01d610730bf8753ca33001e9ad361b" +SRCREV = "c941575c933a2564ee5c4bec4855f379ea9279b5" S = "${WORKDIR}" |