summaryrefslogtreecommitdiff
path: root/init-distro-rid.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-distro-rid.sh')
-rwxr-xr-xinit-distro-rid.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/init-distro-rid.sh b/init-distro-rid.sh
index ebf77fc42e..dc9bb04e36 100755
--- a/init-distro-rid.sh
+++ b/init-distro-rid.sh
@@ -133,6 +133,12 @@ initDistroRidGlobal()
fi
fi
+ if [ "$buildArch" = "armel" ]; then
+ # Armel cross build is Tizen specific and does not support Portable RID build
+ export __PortableBuild=0
+ isPortable=0
+ fi
+
initNonPortableDistroRid ${buildOs} ${buildArch} ${isPortable} ${rootfsDir}
if [ -z "${__DistroRid}" ]; then