Merge pull request #43 from bradbishop/kernel

Don't AUTOREV kernel
diff --git a/common/recipes-phosphor/skeleton/skeleton.bb b/common/recipes-phosphor/skeleton/skeleton.bb
index d0cf359..0c8687c 100644
--- a/common/recipes-phosphor/skeleton/skeleton.bb
+++ b/common/recipes-phosphor/skeleton/skeleton.bb
@@ -19,16 +19,18 @@
 
 SRCREV = "47750bc1c06aebda189f2e8d7862c9d9b9ffe35b"
 
-S = "${WORKDIR}/git"
+S = "${WORKDIR}"
 
 do_compile() {
-        oe_runmake all
+        oe_runmake -C git all
 }
 
 do_install() {
+        source=${S}/git
+
         install -d ${D}/${sbindir} ${D}${libdir}
-        for i in ${S}/bin/*.py ${S}/bin/*.exe; do
+        for i in ${source}/bin/*.py ${source}/bin/*.exe; do
                 install $i ${D}/${sbindir}
         done
-        install ${S}/bin/libopenbmc_intf.so ${D}/${libdir}
+        install ${source}/bin/libopenbmc_intf.so ${D}/${libdir}
 }
diff --git a/common/recipes-phosphor/skeleton/skeleton/skeleton.service b/common/recipes-phosphor/skeleton/skeleton/skeleton.service
index 545a1f2..53be092 100755
--- a/common/recipes-phosphor/skeleton/skeleton/skeleton.service
+++ b/common/recipes-phosphor/skeleton/skeleton/skeleton.service
@@ -1,5 +1,5 @@
 [Unit]
-Description="Temp placeholder for skeleton function"
+Description=Temp placeholder for skeleton function
 
 [Service]
 ExecStart=/usr/sbin/system_manager.py Palmetto