From 400a8227201fdacb6c6a994d979d4da4f4ad5518 Mon Sep 17 00:00:00 2001 From: egukim Date: Wed, 6 Sep 2017 18:56:36 +0900 Subject: Build and Provide tee.bin ATF biuling use tee.bin in this packge for BL32 Image Change-Id: Ia8316feeff335f714782fb086bd77f9a67ea5ae7 Signed-off-by: egukim --- packaging/optee-os-rpi3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packaging/optee-os-rpi3.spec b/packaging/optee-os-rpi3.spec index 4d5b2fc..9761226 100644 --- a/packaging/optee-os-rpi3.spec +++ b/packaging/optee-os-rpi3.spec @@ -16,6 +16,7 @@ URL: https://github.com/OP-TEE/optee_os Source0: %{name}-%{version}.tar.gz Provides: tee-pager.bin +Provides: tee.bin BuildRequires: make BuildRequires: python @@ -28,14 +29,16 @@ Trusted execution enviroment in Linux using the ARMĀ® TrustZoneĀ® technology. %setup -q %build -make %{compile_arch} out/arm-plat-%{buildplat}/core/tee-pager.bin +make %{compile_arch} out/arm-plat-%{buildplat}/core/tee.bin %install mkdir -p %{buildroot}/boot/ cp -p %{_builddir}/%{name}-%{version}/out/arm-plat-%{buildplat}/core/tee-pager.bin %{buildroot}/boot/ +cp -p %{_builddir}/%{name}-%{version}/out/arm-plat-%{buildplat}/core/tee.bin %{buildroot}/boot/ %clean %files /boot/tee-pager.bin +/boot/tee.bin -- cgit v1.2.3