From: Jaehoon Chung Date: Mon, 12 Nov 2018 02:27:09 +0000 (+0900) Subject: packaging: added a comment how to build with gbs for rpi3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09f8c25f2a090247b99b90a4ca36db72b3c8bc32;p=platform%2Fkernel%2Fu-boot.git 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 --- 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 @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