From f9858db4e7365a5e3563b1a70ba42a506403580e Mon Sep 17 00:00:00 2001 From: hyokeun Date: Mon, 20 Nov 2017 10:41:56 +0900 Subject: [PATCH 1/1] Remove armv7hl --- .abs | 2 ++ spec.template | 2 +- update.template | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .abs diff --git a/.abs b/.abs new file mode 100644 index 0000000..df28996 --- /dev/null +++ b/.abs @@ -0,0 +1,2 @@ +[Global] +tizen = /home/hyokeun/tizen-studio/tools/ide/bin/tizen diff --git a/spec.template b/spec.template index af71b15..ccb612e 100644 --- a/spec.template +++ b/spec.template @@ -19,7 +19,7 @@ Requires(post): /usr/bin/tpk-backend %define build_mode __BUILD_MODE__ -%ifarch arm armv7l armv7hl +%ifarch arm armv7l %define target arm %endif %ifarch aarch64 diff --git a/update.template b/update.template index 5fa6541..d132059 100644 --- a/update.template +++ b/update.template @@ -47,6 +47,7 @@ for pf in $PROFILE; do rm -rf $SDK_PATH/tools/smart-build-interface/plugins/${pf}-*.xml rm -rf $SDK_PATH/platforms/tizen-3.0/$pf/rootstraps/ rm -rf $SDK_PATH/platforms/tizen-4.0/$pf/rootstraps/ + rm -rf $SDK_PATH/platforms/tizen-5.0/$pf/rootstraps/ done wget --no-proxy -P $SHARE_ROOT/ -r -nd -np -R index.html* ${ROOTSTRAP_URL}/ &> /dev/null -- 2.7.4