Bump skeleton version for v1.0-stable

Pick up fixes and the ability to update at runtime and get the
bmc code update progress.

Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/classes/skeleton.bbclass b/classes/skeleton.bbclass
index 72b26fb..3faaa15 100644
--- a/classes/skeleton.bbclass
+++ b/classes/skeleton.bbclass
@@ -2,6 +2,6 @@
 
 HOMEPAGE = "http://github.com/openbmc/skeleton"
 
-SRCREV ??= "a194b9d150b9a8d35f757bae356083cbf0d1dfd8"
+SRCREV ??= "1bbc820f2b595b7a674e52bee1775c877b35b61e"
 SRC_URI += "git://github.com/openbmc/skeleton"
 S = "${WORKDIR}/git/${SKELETON_DIR}"