Set BUILD_ID string format like "BUILD_ID=tizen_20130701.5_ivi..." 25/5325/1
authoryucai <yucai.yu@intel.com>
Tue, 2 Jul 2013 05:41:44 +0000 (13:41 +0800)
committeryucai <yucai.yu@intel.com>
Tue, 2 Jul 2013 05:59:59 +0000 (13:59 +0800)
Change-Id: Ieee8ffee65aa2049df01102eb7648d3546b347f3
Signed-off-by: yucai <yucai.yu@intel.com>
scripts/buildname.nochroot

index 68204db..cb232d7 100644 (file)
@@ -1,4 +1,4 @@
 if [ -n "$IMG_NAME" ]; then
     echo "BUILD: $IMG_NAME" >> $INSTALL_ROOT/etc/tizen-release
-       echo "BUILD: $IMG_NAME" >> $INSTALL_ROOT/etc/os-release
+    echo "BUILD_ID=$IMG_NAME" >> $INSTALL_ROOT/etc/os-release
 fi