Echo the build ID to /etc/os-release accepted/tizen/20130701.213142 submit/tizen/20130701.215435
authorGraydon, Tracy <tracy.graydon@intel.com>
Mon, 1 Jul 2013 21:54:25 +0000 (14:54 -0700)
committerGraydon, Tracy <tracy.graydon@intel.com>
Mon, 1 Jul 2013 21:54:25 +0000 (14:54 -0700)
Change-Id: I6ff9a48c6b4441323188825c43a6717ec8bb19a0

packaging/meta-ivi.changes
scripts/buildname.nochroot

index 2a4c382..09a2e89 100644 (file)
@@ -1,3 +1,6 @@
+* Mon Jul  1 21:53:19 UTC 2013 - tracy.graydon@intel.com
+- echo the build ID to /etc/os-release (buildname postscript) 
+
 * Mon Jul  1 19:47:53 UTC 2013 - tracy.graydon@intel.com
 - TIVI-1067: remove nfc* packages from ivi-middleware pattern 
 
index 544a400..68204db 100644 (file)
@@ -1,3 +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
 fi