summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2018-11-12 11:27:09 +0900
committerJaehoon Chung <jh80.chung@samsung.com>2023-10-17 13:19:18 +0900
commitea76d200780642ddee9c5483decf3b01f041992c (patch)
tree44982cd62640918b7e65bba382915aa1fff8711d /packaging
parent51dbcd773f82c781b5f84cf16c9f72705036b65c (diff)
downloadu-boot-ea76d200780642ddee9c5483decf3b01f041992c.tar.gz
u-boot-ea76d200780642ddee9c5483decf3b01f041992c.tar.bz2
u-boot-ea76d200780642ddee9c5483decf3b01f041992c.zip
packaging: added a comment how to build with gbs for rpi3
Added a comment how to build with gbs for rpi3. If there is no comment for this, it's difficult to know how to make u-boot image with gbs system. (There is dependent on arm-trusted-firmware-rpi3 repository.) Change-Id: Iee14253dd011c171104273d7285fff969e68e077 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/u-boot-rpi3.spec13
1 files changed, 13 insertions, 0 deletions
diff --git a/packaging/u-boot-rpi3.spec b/packaging/u-boot-rpi3.spec
index ccec9f9089..4b80fbcc03 100644
--- a/packaging/u-boot-rpi3.spec
+++ b/packaging/u-boot-rpi3.spec
@@ -13,6 +13,19 @@ BuildRequires: gcc >= 4.8
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 <id>@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