Skip to content

Commit

Permalink
sys-boot: Upgrade Limine to 8.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Sep 29, 2024
1 parent 9c26688 commit ed393c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.d/sys-boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ sources:
- name: limine
subdir: 'ports'
git: 'https://github.com/limine-bootloader/limine.git'
tag: 'v8.0.13'
version: '8.0.13'
tag: 'v8.0.14'
version: '8.0.14'
tools_required:
- host-autoconf-v2.69
- host-automake-v1.16
Expand Down
9 changes: 9 additions & 0 deletions bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ sources:
- lil
- bragi
- cli11
- freebsd-e1000
regenerate:
- args: ['mkdir', '-p', '@THIS_SOURCE_DIR@/subprojects']
- args: ['ln', '-sf', '@SOURCE_ROOT@/ports/cralgo', '@THIS_SOURCE_DIR@/subprojects/']
Expand All @@ -196,6 +197,7 @@ sources:
- args: ['mkdir', '-p', '@SOURCE_ROOT@/ports/libarch/subprojects']
- args: ['ln', '-sf', '@SOURCE_ROOT@/managarm', '@SOURCE_ROOT@/ports/libarch/subprojects/']
- args: ['ln', '-sf', '@SOURCE_ROOT@/ports/cli11', '@THIS_SOURCE_DIR@/subprojects/']
- args: ['ln', '-sf', '@SOURCE_ROOT@/ports/freebsd-e1000', '@THIS_SOURCE_DIR@/subprojects/']

- name: mlibc
git: 'https://github.com/managarm/mlibc.git'
Expand Down Expand Up @@ -227,6 +229,13 @@ sources:
commit: '63acb96f92473ceb5e21d873d7c0aee266b3d6d3'
version: '20230121'

- name: freebsd-e1000
subdir: 'ports'
git: 'https://github.com/managarm/freebsd-e1000.git'
branch: 'import'
rolling_version: true
version: '0.0pl@ROLLING_ID@'

tools:
- name: host-autoconf-v2.64
labels: [aarch64]
Expand Down

0 comments on commit ed393c2

Please sign in to comment.