From 0a540467d9cde71d28d04ac6b9d710dccc9eace4 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Wed, 5 Aug 2020 12:53:39 +0900 Subject: [PATCH] packaging: u-boot-rpi3: remove unnecessary files Remove unnecessary files. It was used to boot with optee. But it doesn't use anymore because trust-firmware doesn't support. Change-Id: I115ba5e6099b624a2113b8cdf1934699f31b6757 Signed-off-by: Jaehoon Chung --- packaging/u-boot-rpi3.spec | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/packaging/u-boot-rpi3.spec b/packaging/u-boot-rpi3.spec index 5ddaefb..bebb568 100644 --- a/packaging/u-boot-rpi3.spec +++ b/packaging/u-boot-rpi3.spec @@ -13,19 +13,6 @@ BuildRequires: gcc >= 6.0 BuildRequires: flex BuildRequires: bison -# NOTE -# - If someone want to build u-boot-rpi3 with gbs system, it needs to build with below sequence. -# 1. Do the local build with gbs command -# e.g) gbs build -A aarch64 --buildroot=~/GBS-UBOOT-RPI3 --profile=profile.tizen_unifiled -# 2. You have to clone "platform/adaptation/rpi3/arm-trusted-firmware-rpi3" -# a. git clone @review.tizen.org:29418/platform/adaptation/rpi3/arm-trusted-firmware-rpi3 -# 3. Do the local gbs build about arm-trusted-firmware-rpi3 with u-boot-rpi3 image what is built locally. -# a. set to local repo in gbs config file -# e.g) [repo.local] -# url = ~/GBS-UBOOT-RPI3/local/repos/tizen_unified/RPMS -# Refer to below link aobut gbs configuration file. -# https://source.tizen.org/documetation/reference/git-build-system/configuration-file - %description u-boot - Tizen bootloader for RPI3 boards based -- 2.7.4