Merge "post-umount: add dm-verity-inactivated.umount script" into tizen
[platform/upstream/meta-generic.git] / scripts / buildname.nochroot
1 ####################### buildname.nochroot #######################
2 if [ -n "$IMG_NAME" ]; then
3         echo "BUILD_ID=$IMG_NAME" >> $INSTALL_ROOT/etc/tizen-release
4         echo "BUILD_ID=$IMG_NAME" >> $INSTALL_ROOT/etc/os-release
5         echo "$IMG_NAME @BUILD_ID@" >>$INSTALL_ROOT/etc/tizen-snapshot
6 fi