Commit Graph

8525 Commits

Author SHA1 Message Date
Jeremy Soller
cfdac5b73f Merge branch 'fix_multi_head' into 'master'
Fix qemu config for multi-head gpu

See merge request redox-os/redox!1559
2025-03-03 17:43:28 +00:00
Jeremy Soller
f3a01abb41 Merge branch 'vt_to_go' into 'master'
Remove now unused arguments for vesad and fbcond in init.rc

See merge request redox-os/cookbook!461
2025-03-03 17:42:43 +00:00
bjorn3
095a0eb3a6 Remove now unused arguments for vesad in init.rc 2025-03-03 15:43:33 +01:00
Ribbon
6cf5b4d3dd Add gdb and gdb-multiarch on the native and Podman builds 2025-03-03 08:22:10 +00:00
bjorn3
35b9b69c6d Fix qemu config for multi-head gpu
The old config would create two separate VGA compatible graphics
adapters. Redox currently only supports this when the firmware
initializes both graphics adapters as boot framebuffers. Only UEFI
supports this however. Using a single multi-head virtio-gpu graphics
adapter makes it work on BIOS too.
2025-03-02 20:43:51 +01:00
Ribbon
6a5ae9a079 Add recipes 2025-03-02 15:09:35 +00:00
Ribbon
043453d821 Rename the xenia recipe to xenia-canary 2025-03-02 13:37:37 +00:00
Ribbon
11d5d9c9dc Update recipes 2025-03-02 13:36:14 +00:00
Jeremy Soller
788e9c4141
Update cookbook 2025-03-01 21:12:42 -07:00
Jeremy Soller
82811be3c3
initfs: do not fail if initfs folder does not exist 2025-03-01 21:12:07 -07:00
Jeremy Soller
38a7fbe65f
Update cookbook and redoxfs 2025-03-01 20:58:40 -07:00
Jeremy Soller
be90e40f48
Merge branch 'master' of https://gitlab.redox-os.org/redox-os/cookbook 2025-03-01 20:58:04 -07:00
Jeremy Soller
80c70656a1
Apply usrmerge to legacy recipe sysroot 2025-03-01 20:57:56 -07:00
Jeremy Soller
483c2ebbad Merge branch 'fix_initfs_rebuild' into 'master'
Fix rebuilding the initfs recipe using r.initfs as opposed to cr.initfs

See merge request redox-os/cookbook!460
2025-03-02 01:36:27 +00:00
bjorn3
a7bd20fe95 Fix rebuilding the initfs recipe using r.initfs as opposed to cr.initfs
Without this when rebuilding it will try to remove symlinks created by
the cookbook that have been replaced with actual directories in the
previous build.
2025-03-01 22:08:11 +01:00
Jeremy Soller
6fa1f9ba25 Merge branch 'update_cookbook' into 'master'
Update cookbook

See merge request redox-os/redox!1558
2025-03-01 17:06:35 +00:00
bjorn3
5524354b4b Update cookbook 2025-03-01 17:42:55 +01:00
Jeremy Soller
b093388dc1 Merge branch 'pcid-scheme' into 'master'
Run pcid-spawner rather than pcid to rescan pci devices

See merge request redox-os/redox!1557
2025-03-01 16:39:18 +00:00
Jeremy Soller
6e627f4d7e Merge branch 'pcid-scheme' into 'master'
Run pcid-spawner right after starting pcid

See merge request redox-os/cookbook!459
2025-03-01 16:39:06 +00:00
bjorn3
9a679251b0 Run pcid-spawner rather than pcid to rescan pci devices 2025-03-01 17:17:34 +01:00
bjorn3
d76ee8eee3 Run pcid-spawner right after starting pcid 2025-03-01 17:16:14 +01:00
Jeremy Soller
0ba49b5d6e Merge branch 'remove-git-apply-opentyrian' into 'master'
fix: Remove `git apply` from OpenTyrian

See merge request redox-os/cookbook!458
2025-03-01 13:51:39 +00:00
Josh Megnauth
920320dfb6
fix: Remove git apply from OpenTyrian 2025-03-01 01:31:17 -05:00
Jeremy Soller
adb141b753
Update cookbook 2025-02-28 18:47:00 -07:00
Jeremy Soller
375dfdced0
gears: convert to toml, install to /usr 2025-02-28 18:46:43 -07:00
Jeremy Soller
49c8edd4fe
llvm18: install to /usr 2025-02-28 18:38:42 -07:00
Jeremy Soller
efbe97918e
mesa: install to /usr 2025-02-28 18:29:25 -07:00
Jeremy Soller
63289089e0
zlib: install to /usr 2025-02-28 18:29:15 -07:00
Jeremy Soller
ea4ea809e1
Update cookbook 2025-02-28 15:38:58 -07:00
Jeremy Soller
b4d76c658b
flycast: compile dynamically 2025-02-28 15:38:39 -07:00
Jeremy Soller
e9c93d1111
cargo: sort dependencies 2025-02-28 15:33:34 -07:00
Jeremy Soller
86702c993a
git: convert to toml 2025-02-28 15:27:18 -07:00
Jeremy Soller
9887570177
Update cookbook 2025-02-28 14:56:46 -07:00
Jeremy Soller
71ed534cc9
bash: fix recipe 2025-02-28 14:55:05 -07:00
Jeremy Soller
0902a1a1a2
Update cookbook 2025-02-28 10:46:26 -07:00
Jeremy Soller
997381ef8a
quakespasm: fix compilation now that patches are supported for git 2025-02-28 10:45:47 -07:00
Jeremy Soller
31fd2c5e72
Update cookbook 2025-02-28 09:47:59 -07:00
Jeremy Soller
1334299b79
Change dynamic template prefix to /usr 2025-02-28 09:47:42 -07:00
Jeremy Soller
bfd898c89a
Update relibc 2025-02-28 09:29:19 -07:00
Jeremy Soller
3909388729 Merge branch 'no-git-please' into 'master'
Disable git due to recipe issues

See merge request redox-os/redox!1556
2025-02-27 14:06:55 +00:00
Ron Williams
62c7a28760 Disable git due to recipe issues 2025-02-27 11:17:30 +00:00
Jeremy Soller
406eeb1c8d
Update submodules 2025-02-26 12:43:04 -07:00
Jeremy Soller
580a5355f0 Merge branch 'fix-ci-pipeline' into 'master'
Fix CI pipeline by increasing filesystem size

See merge request redox-os/redox!1554
2025-02-24 20:22:17 +00:00
Jeremy Soller
e92927abc0 Merge branch 'recipe-fixes' into 'master'
Fix base recipe.toml ([source] was commented out)

See merge request redox-os/cookbook!457
2025-02-24 20:21:56 +00:00
Ron Williams
a48b1f314e Fix base recipe.toml ([source] was commented out) 2025-02-24 06:51:14 +00:00
Jeremy Soller
aebeb3120d Update cookbook 2025-02-22 08:35:58 -07:00
Jeremy Soller
f464a6e4b4 initfs: adapt to usrmerge 2025-02-22 08:35:44 -07:00
Jeremy Soller
13a7985beb Update cookbook 2025-02-22 08:25:50 -07:00
Jeremy Soller
0a475b3d04 Apply usrmerge to sysroot 2025-02-22 08:25:31 -07:00
Jeremy Soller
640f9f7034 Update cookbook 2025-02-22 08:01:15 -07:00