diff options
author | Tom Rini <trini@konsulko.com> | 2023-09-04 21:12:28 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-09-04 21:14:32 -0400 |
commit | 493fd3363f6da6a784514657d689c7cda0f390d5 (patch) | |
tree | e153283fd383196d62d0c0db4ce4c36eabb00255 /.azure-pipelines.yml | |
parent | af7de99e0c005681fc7d90f883fdf21a46830c9b (diff) | |
download | u-boot-493fd3363f6da6a784514657d689c7cda0f390d5.tar.gz u-boot-493fd3363f6da6a784514657d689c7cda0f390d5.tar.bz2 u-boot-493fd3363f6da6a784514657d689c7cda0f390d5.zip |
nokia_rx51: Remove platform
This platform is behind on migrations (it is the sole user of the oldest
legacy version of the USB gadget stack and is long overdue for
migration) and with Pali no longer being a maintainer, we remove this
platform.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 0304be8a60..da701e42da 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -179,25 +179,6 @@ stages: # seems to hang forever with pre-configured "container" environment docker run -v $PWD:$(work_dir) $(ci_runner_image) /bin/bash $(work_dir)/build.sh - - job: nokia_rx51_test - displayName: 'Run tests for Nokia RX-51 (aka N900)' - pool: - vmImage: $(ubuntu_vm) - container: - image: $(ci_runner_image) - options: $(container_option) - steps: - - script: | - mkdir nokia_rx51_tmp - ln -s /opt/nokia/u-boot-gen-combined nokia_rx51_tmp/ - ln -s /opt/nokia/qemu-n900.tar.gz nokia_rx51_tmp/ - ln -s /opt/nokia/kernel_2.6.28-20103103+0m5_armel.deb nokia_rx51_tmp/ - ln -s /opt/nokia/libc6_2.5.1-1eglibc27+0m5_armel.deb nokia_rx51_tmp/ - ln -s /opt/nokia/busybox_1.10.2.legal-1osso30+0m5_armel.deb nokia_rx51_tmp/ - ln -s /opt/nokia/qemu-system-arm nokia_rx51_tmp/ - export PATH=/opt/gcc-13.1.0-nolibc/arm-linux-gnueabi/bin:$PATH - test/nokia_rx51_test.sh - - job: pylint displayName: Check for any pylint regressions pool: |