Compare commits

..

No commits in common. '877c87cbffbde6eaaad0bf76e8236cf9b3a151fb' and '0b895eea1b2d7f50f7c55cf3b1c0697fc3228d2b' have entirely different histories.

@ -1,9 +1,8 @@
before_script:
- export PATH=/usr/lib/ccache:$PATH
- touch .gitlab-runner
- git config --global user.email "$GITLAB_USER_EMAIL"
- git config --global user.name "$GITLAB_USER_NAME"
- git config --global advice.detachedHead false
- touch .gitlab-runner
build-v6.6-debian-13-riscv64:
image: robertcnelson/beagle-devscripts-kernel-debian-12-amd64:latest
@ -17,7 +16,6 @@ build-v6.6-debian-13-riscv64:
- docker-amd64
stage: build
script:
- ./scripts/pull.sh
- ./01_git_sync.sh
- ./02_build_hss.sh
- ./03_build_u-boot.sh
@ -57,7 +55,6 @@ build-v6.6-ubuntu-2404-riscv64:
- docker-amd64
stage: build
script:
- ./scripts/pull.sh
- ./01_git_sync.sh
- ./02_build_hss.sh
- ./03_build_u-boot.sh

@ -10,11 +10,11 @@ HSS_REPO="https://github.com/polarfire-soc/hart-software-services.git"
#UBOOT_BRANCH="linux4microchip+fpga-2023.02"
#UBOOT_REPO="https://github.com/polarfire-soc/u-boot.git"
UBOOT_BRANCH="v2023.02-BeagleV-Fire"
UBOOT_REPO="https://github.com/beagleboard/beaglev-fire-u-boot.git"
UBOOT_REPO="https://openbeagle.org/beaglev-fire/beaglev-fire-u-boot.git"
#UBOOT_REPO="git@openbeagle.org:beaglev-fire/beaglev-fire-u-boot.git"
DT_BRANCH="v6.6.x-Beagle"
DT_REPO="https://github.com/beagleboard/BeagleBoard-DeviceTrees.git"
DT_REPO="https://openbeagle.org/beagleboard/BeagleBoard-DeviceTrees.git"
#DT_REPO="git@openbeagle.org:beagleboard/BeagleBoard-DeviceTrees.git"
LINUX_BRANCH="linux4microchip+fpga-2025.03"

@ -1,15 +1,3 @@
# Weekly BUILDS for Debian 13 (trixie) and Ubuntu 24.04 (noble)
https://gitlab.com/RobertCNelson/beaglev-fire-ubuntu/-/artifacts
# Mirrors:
Main Mirror: https://github.com/beagleboard/BeagleV-Fire-ubuntu
Builds on every commit: https://openbeagle.org/beaglev-fire/BeagleV-Fire-ubuntu
Daily CI Builds: https://gitlab.com/RobertCNelson/beaglev-fire-ubuntu
# Build Depends
```

@ -1,5 +0,0 @@
#!/bin/bash
git pull --rebase --no-edit https://github.com/beagleboard/BeagleV-Fire-ubuntu.git main
git pull --rebase --no-edit https://openbeagle.org/beaglev-fire/BeagleV-Fire-ubuntu.git main
git pull --rebase --no-edit https://gitlab.com/RobertCNelson/beaglev-fire-ubuntu.git main
Loading…
Cancel
Save