]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/poky-autobuild: Add support for a POSTPROCESS command
authorRichard Purdie <richard@openedhand.com>
Fri, 5 Oct 2007 12:40:19 +0000 (12:40 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 5 Oct 2007 12:40:19 +0000 (12:40 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2842 311d38ba-8fff-0310-9ca6-ca027cbcb966

scripts/poky-autobuild

index 4c93aa079f260d527fca14711fa5ecfdb86ae2d2..f5be35d35d43f883a6b86a6209785caae435bd51 100755 (executable)
@@ -34,6 +34,10 @@ fi
 if [ "xcomplete" = "x$1" ]; then
     touch ./build/tmp/deploy/images/images-complete
     chmod a+w ./build/tmp/deploy/images/images-complete
+    POSTPROCESS=`which poky-autobuild-postprocess`
+    if [ "x$POSTPROCESS" != "x" ]; then
+        $POSTPROCESS `pwd` 
+    fi
     exit 0
 fi