Anhad Singh
356c9509ad
feat(config/desktop): add patchelf
...
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-25 00:04:48 +11:00
Anhad Singh
cd911d16df
fear(repo.mk): PREFER_STATIC
...
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-20 23:15:19 +11:00
Anhad Singh
48ca562cf1
feat(prefix): set default hash style to GNU
...
Our dynamic linker supports it.
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-09 20:20:21 +11:00
Anhad Singh
232f257f59
misc(podman): autoconf2.69
...
Required to build GCC and Binutils packages from source.
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2024-12-27 00:58:02 +11:00
Jeremy Soller
9ed047a91e
Merge branch 'split_fbbootlogd' into 'master'
...
Update cookbook
See merge request redox-os/redox!1533
2024-12-24 21:35:41 +00:00
bjorn3
c9ce3abf99
Update cookbook
2024-12-24 22:34:40 +01:00
Jeremy Soller
d06d78c23f
Merge branch 'build-fixes' into 'master'
...
Fix current build state
See merge request redox-os/redox!1532
2024-12-24 14:08:29 +00:00
Ron Williams
2e6f805bc9
Fix current build state
2024-12-23 15:47:43 -08:00
Jeremy Soller
b812780a54
Merge branch 'dynamic_linking' into 'master'
...
fix(mk/prefix.mk): fix libtool build
See merge request redox-os/redox!1531
2024-12-22 02:21:36 +00:00
Anhad Singh
a7c06e9b72
fix(mk/prefix.mk): fix libtool build
...
Worked for me before as I had the old sources. Now the ltversion should
be correct and libtool should be correctly built.
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2024-12-21 20:28:11 +11:00
Jeremy Soller
324e27b182
Merge branch 'libtool' into 'master'
...
add libtools to containerfile
See merge request redox-os/redox!1529
2024-12-20 14:26:37 +00:00
Jeremy Soller
0be6bddbb8
Merge branch 'dynamic_linking' into 'master'
...
fix(libtool): correct ltversion
See merge request redox-os/redox!1530
2024-12-20 14:25:52 +00:00
Anhad Singh
f8d2c7ed4b
fix(mk/prefix.mk): correct ltversion
...
The script `build-aux/git-version-gen` needs sufficient depth to
correctly determine the version. Also it has to be in tree, otherwise
the version is reported as 'UNKNOWN', breaking some packages.
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2024-12-21 01:09:52 +11:00
Ron Williams
f81b8e78a3
add libtools to containerfile
2024-12-19 09:46:58 -08:00
Jeremy Soller
328e468928
Update cookbook
2024-12-18 14:51:17 -07:00
Jeremy Soller
59240cba6f
Update submodules
2024-12-18 12:45:49 -07:00
Jeremy Soller
01737d8537
Merge branch 'qemu-rasp' into 'master'
...
Fix make qemu rasperry pi 3b emulation
See merge request redox-os/redox!1528
2024-12-18 18:19:07 +00:00
Jeremy Soller
5747e6f288
Merge branch 'dynamic_linking' into 'master'
...
feat(prefix): libtool
See merge request redox-os/redox!1526
2024-12-18 18:18:04 +00:00
Andrey Turkin
6205eafd4c
Fix make qemu rasperry pi 3b emulation
2024-12-16 06:50:21 +03:00
Jeremy Soller
d874500dba
Merge branch 'fix-native-bootstrap' into 'master'
...
Fix the Debian/Ubuntu target on native_bootstrap.sh
See merge request redox-os/redox!1527
2024-12-15 14:28:28 +00:00
Ribbon
fd731e9713
Fix the Debian/Ubuntu target on native_bootstrap.sh
2024-12-14 18:43:18 +00:00
Anhad Singh
6450defff0
fix(repo.mk): set COOKBOOK_HOST_SYSROOT
...
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2024-12-12 00:13:27 +11:00
Jeremy Soller
9825ce6ce1
Update installer
2024-12-06 15:33:06 -07:00
Jeremy Soller
72bf80c1fe
Update cookbook and installer
2024-12-06 10:49:01 -07:00
Anhad Singh
d03fce3a5a
fix(ci): autoconf and automake
...
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2024-12-06 23:12:48 +11:00
Anhad Singh
6514d23c57
fix(ci): install help2man
...
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2024-12-06 22:12:29 +11:00
Jeremy Soller
fa1099dc62
Update cookbook and relibc
2024-12-03 14:47:26 -07:00
Jeremy Soller
2d1b2a5ba5
Update submodules
2024-12-03 14:44:40 -07:00
Jeremy Soller
9754afcfac
Merge branch 'fix-recipes' into 'master'
...
Fix the recipe operations
See merge request redox-os/redox!1525
2024-12-03 21:39:46 +00:00
Anhad Singh
008160036d
feat(prefix): libtool
...
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2024-12-02 22:21:45 +11:00
Ribbon
6a24a7b534
Fix the recipe operations
2024-11-21 21:08:42 +00:00
Jeremy Soller
26fddb3071
Merge branch 'ci-fixes' into 'master'
...
Fix CI, add packages to ci.toml so desktop can build from binaries
See merge request redox-os/redox!1524
2024-11-21 15:06:54 +00:00
Ron Williams
e9628b64d8
Fix CI, add packages to ci.toml so desktop can build from binaries
2024-11-21 15:06:54 +00:00
Jeremy Soller
af24b81795
Update relibc
2024-11-17 19:29:00 -07:00
Jeremy Soller
3def702af4
Merge branch 'master' into 'master'
...
Add new device to HARDWARE.md
See merge request redox-os/redox!1522
2024-11-17 16:14:18 +00:00
Jeremy Soller
306551805d
Merge branch 'matthewcroughan-master-patch-07238' into 'master'
...
HARDWARE.md: add HP Compaq nc6120
See merge request redox-os/redox!1521
2024-11-17 16:11:48 +00:00
Ribbon
9c4a248172
Some accessibility improvements on documentation
2024-11-12 22:42:58 +00:00
David Pfeiffer
93ce72df30
Add new device to HARDWARE.md
2024-11-10 04:39:09 +00:00
Matthew Croughan
360c7c2da5
HARDWARE.md: add HP Compaq nc6120
2024-11-08 19:02:09 +00:00
Jeremy Soller
1261e4266d
Update installer
2024-11-06 06:19:33 -07:00
Jeremy Soller
ee8c22942f
Update submodules
2024-11-05 10:11:22 -07:00
Jeremy Soller
842e927617
Add git-lfs to containerfile
2024-10-30 18:15:52 -06:00
Jeremy Soller
cd928b4f44
Update cookbook
2024-10-30 16:18:37 -06:00
Jeremy Soller
0c1f63adcf
Update installer
2024-10-29 18:04:36 -06:00
Jeremy Soller
9d789178be
Make it possible to set qemu machine for aarch64
2024-10-29 08:52:10 -06:00
Jeremy Soller
60829f6a3d
Update cookbook
2024-10-29 08:02:56 -06:00
Jeremy Soller
f688e095de
Update redoxfs
2024-10-29 08:02:34 -06:00
Jeremy Soller
6e4f6437e9
Update cbindgen in native bootstrap
2024-10-24 15:24:47 -06:00
Jeremy Soller
30ef3ca04e
Update cookbook
2024-10-23 13:20:14 -06:00
Jeremy Soller
3d39766503
Update cookbook
2024-10-22 08:23:40 -06:00