Compare commits

...

8 Commits

Author SHA1 Message Date
Robert Nelson 877c87cbff ci: auto pull on every build
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
3 weeks ago
Robert Nelson 3157550011 rob, pull from everywhere
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
3 weeks ago
Robert Nelson 53fa11c083 ci: turn off git advice.detachedHead warning
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
3 weeks ago
Robert Nelson a7972ea1f3 u-boot: migrate to github mirror
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
3 weeks ago
Robert Nelson 5081752ec8 u-boot: migrate to github mirror
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
3 weeks ago
Robert Nelson 4014871f13 readme: move daily ci, mirror on github
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
3 weeks ago
Robert Nelson b89f774a2e readme: move daily ci, mirror on github
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
3 weeks ago
Robert Nelson 65aa27a668 readme: move daily ci, mirror on github
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
3 weeks ago

@ -1,8 +1,9 @@
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"
- touch .gitlab-runner
- git config --global advice.detachedHead false
build-v6.6-debian-13-riscv64:
image: robertcnelson/beagle-devscripts-kernel-debian-12-amd64:latest
@ -16,6 +17,7 @@ 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
@ -55,6 +57,7 @@ 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://openbeagle.org/beaglev-fire/beaglev-fire-u-boot.git"
UBOOT_REPO="https://github.com/beagleboard/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://openbeagle.org/beagleboard/BeagleBoard-DeviceTrees.git"
DT_REPO="https://github.com/beagleboard/BeagleBoard-DeviceTrees.git"
#DT_REPO="git@openbeagle.org:beagleboard/BeagleBoard-DeviceTrees.git"
LINUX_BRANCH="linux4microchip+fpga-2025.03"

@ -1,3 +1,15 @@
# 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
```

@ -0,0 +1,5 @@
#!/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