aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-bootloader-rb5.yaml
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>2021-03-19 00:32:52 +0300
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2021-03-31 21:34:59 +0000
commit26e679ebfcd4ccd8cc4ff7501b08364b943c9a5b (patch)
treee1f75713c917827fc2ce8bb7fe3d137d623502b3 /lt-qcom-bootloader-rb5.yaml
parent460d17037997bbe5cd82161fb52081f775753516 (diff)
lt-qcom-bootloader-rb5: initial support for RB5
Create the bootloader package for RB5. The Linux partition scheme is tested. AOSP partition scheme is provided basing on Linux scheme, but might need further adjustments. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Change-Id: I10c6a39a7d1a6f20ad87630499c269f2adf326c1
Diffstat (limited to 'lt-qcom-bootloader-rb5.yaml')
-rw-r--r--lt-qcom-bootloader-rb5.yaml92
1 files changed, 92 insertions, 0 deletions
diff --git a/lt-qcom-bootloader-rb5.yaml b/lt-qcom-bootloader-rb5.yaml
new file mode 100644
index 0000000000..86030df0d8
--- /dev/null
+++ b/lt-qcom-bootloader-rb5.yaml
@@ -0,0 +1,92 @@
+- job:
+ name: lt-qcom-bootloader-rb5
+ project-type: freestyle
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ - job-workspace
+ linaro-landing-team-qualcomm-personnel:
+ - job-build
+ - job-cancel
+ parameters:
+ - string:
+ name: TOOLCHAIN_ARCH
+ default: 'arm64'
+ - string:
+ name: BRANCH
+ default: 'master'
+ - string:
+ name: QCOM_LINUX_FIRMWARE
+ default: 'http://releases.linaro.org/96boards/rb5/qualcomm/firmware/RB5_firmware_20210331-v4.zip'
+ - string:
+ name: QCOM_LINUX_FIRMWARE_MD5
+ default: 'd65ec09ba18dcafe291c870e0516c290'
+ - string:
+ name: QCOM_LINUX_FIRMWARE_LICENSE_MD5
+ default: 'cbbe399f2c983ad51768f4561587f000'
+ - string:
+ name: ABL_GIT_LINARO
+ default: 'https://git.linaro.org/landing-teams/working/qualcomm/abl.git'
+ - string:
+ name: ABL_GIT_REL
+ default: 'release/LU.UM.1.2.1.r1-23200-QRB5165.0'
+ - string:
+ name: ABL_CLANG_GIT
+ default: 'https://source.codeaurora.org/quic/la/platform/prebuilts/clang/host/linux-x86'
+ - string:
+ name: ABL_CLANG_REL
+ default: 'LA.UM.7.9.r1-07300-sm6150.0'
+ - string:
+ name: PUB_DEST
+ default: '96boards/rb5/linaro/rescue/${BUILD_NUMBER}'
+ disabled: false
+ node: docker-buster-amd64
+ display-name: 'Qualcomm bootloader for Qualcomm RB5'
+ scm:
+ - git:
+ url: https://git.linaro.org/landing-teams/working/qualcomm/db-boot-tools.git
+ refspec: +refs/heads/${BRANCH}:refs/remotes/origin/${BRANCH}
+ name: origin
+ branches:
+ - refs/heads/${BRANCH}
+ skip-tag: true
+ shallow-clone: true
+ wipe-workspace: false
+ wrappers:
+ - timestamps
+ - credentials-binding:
+ - text:
+ credential-id: LT_QCOM_KEY
+ variable: LT_QCOM_KEY
+ - credentials-binding:
+ - text:
+ credential-id: AUTH_TOKEN
+ variable: AUTH_TOKEN
+ - ssh-agent-credentials:
+ users:
+ - 'LT_QUALCOMM_PRIVATE_KEY_SSH'
+ - build-name:
+ name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
+ builders:
+ - shell:
+ !include-raw: lt-qcom/install-gcc-toolchain.sh
+ - inject:
+ properties-file: gcc_toolchain_env
+ - linaro-publish-token
+ - shell:
+ !include-raw: lt-qcom-bootloader/rb5/builders.sh
+ publishers:
+ - groovy-postbuild:
+ script:
+ !include-raw:
+ - rpb-openembedded/postbuild.groovy
+ - email-ext:
+ recipients: 'nicolas.dechesne@linaro.org anibal.limon@linaro.org'
+ failure: true
+ still-failing: true