summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongsun Lee <ds73.lee@samsung.com>2017-11-27 15:51:35 +0900
committerDongsun Lee <ds73.lee@samsung.com>2017-11-27 15:54:05 +0900
commit69f182f39ed30d83cf16546a79a43c4367a08388 (patch)
treeef3aad73b0bc6b5d2be04e50e70a3bf115d25efe
parent468debea90fbed7a364a157baefda869267f8e3c (diff)
downloadtef-optee_os-69f182f39ed30d83cf16546a79a43c4367a08388.tar.gz
tef-optee_os-69f182f39ed30d83cf16546a79a43c4367a08388.tar.bz2
tef-optee_os-69f182f39ed30d83cf16546a79a43c4367a08388.zip
remove optee-os-artik710.spec file to fix multiple spec file issue in OBSsubmit/tizen/20171127.070203accepted/tizen/unified/20171127.152018
Change-Id: Ic1cb2d10dd03711fa7ebdbfa4d97bc1b2a8d71ba Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
-rw-r--r--packaging/optee-os-artik710.spec43
1 files changed, 0 insertions, 43 deletions
diff --git a/packaging/optee-os-artik710.spec b/packaging/optee-os-artik710.spec
deleted file mode 100644
index 5cc1bc8..0000000
--- a/packaging/optee-os-artik710.spec
+++ /dev/null
@@ -1,43 +0,0 @@
-%define buildplat s5p6818
-%define compile_flags CROSS_COMPILE="" CROSS_COMPILE64="" PLATFORM=%{buildplat} CFLAGS=-lgcc_eh CFG_LIBUTEE_TUI=n CFG_TEE_CORE_LOG_LEVEL=3 DEBUG=0
-%if %{__isa_bits} == 64
-%define compile_arch %{compile_flags} CFG_ARM64_core=y
-%else
-%define compile_arch %{compile_flags} CFG_WITH_VFP=n
-%endif
-%define out_dir out/arm-plat-%{buildplat}
-
-Name: optee-os-artik710
-Summary: OPTEE trusted operation system.
-Version: 2.4.0
-Release: 1%{?dist}
-Group: Security/Testing
-License: BSD-2-Clause
-URL: https://github.com/OP-TEE/optee_os
-Source0: %{name}-%{version}-%{buildplat}.tar.gz
-ExclusiveArch: armv6l armv7hl armv7l aarch64
-
-Provides: tee.bin
-
-BuildRequires: make
-BuildRequires: python
-BuildRequires: openssl
-
-%description
-Trusted execution enviroment in Linux using the ARMĀ® TrustZoneĀ® technology.
-
-%prep
-%setup -q
-
-%build
-make %{compile_arch} %{out_dir}/core/tee.bin
-
-%install
-mkdir -p %{buildroot}/boot/
-
-cp -p %{_builddir}/%{name}-%{version}/%{out_dir}/core/tee.bin %{buildroot}/boot/
-
-%clean
-
-%files
-/boot/tee.bin