Make it boot into enlightenment
[platform/upstream/meta-base.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 fi