From: Mikko Ylinen Date: Wed, 12 Nov 2014 07:43:07 +0000 (+0200) Subject: Remove buildname.nochroot script X-Git-Tag: accepted/tizen/ivi/20141119.005434~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F30161%2F1;p=profile%2Fivi%2Fmeta-ivi.git Remove buildname.nochroot script buildname.nochroot conflicts with the same file in meta-generic. We want to use the version in meta-generic but meta-ivi's version seems to be installed. Change-Id: I5d856b668a4eee90c0f78ee78994fb68be1d9ebe Signed-off-by: Mikko Ylinen --- diff --git a/scripts/buildname.nochroot b/scripts/buildname.nochroot deleted file mode 100644 index 36ae504..0000000 --- a/scripts/buildname.nochroot +++ /dev/null @@ -1,5 +0,0 @@ -# buildname.nochroot -if [ -n "$IMG_NAME" ]; then - echo "BUILD_ID=$IMG_NAME" >> $INSTALL_ROOT/etc/tizen-release - echo "BUILD_ID=$IMG_NAME" >> $INSTALL_ROOT/etc/os-release -fi