Commit graph

75 commits

Author SHA1 Message Date
Andrius Štikonas
e0335ce910 Install bunzip2. 2021-01-21 01:28:41 +00:00
Andrius Štikonas
089b6d6020 Build grep-2.4. 2021-01-21 01:28:41 +00:00
Andrius Štikonas
996e6f7c10 Simplify some make recipes. 2021-01-21 01:18:22 +00:00
Andrius Štikonas
06fab5687b Fix whitespace. 2021-01-21 01:18:22 +00:00
fosslinux
96320a1b3f
Merge pull request #17 from bittorf/add_ci_helper
Add new build target 'minikernel'
2021-01-21 09:52:27 +11:00
Bastian Bittorf
0328828a57 Add new build target 'minikernel':
./rootfs minikernel

will download external helper script,
which compiles a kernel and starts qemu
(if possible in kvm mode) together with
the already generated initital ramdisk.

all tempfiles are in already provided tmpfs
and lost at the very end during unmount and exit.

also add a logfile for all targets, which
can be used to better spot errors.
2021-01-20 11:07:47 +01:00
fosslinux
329afda94d
Merge pull request #18 from pder/bash-fix-segfault
bash: fix segfault due to missing define
2021-01-20 17:14:30 +11:00
Paul Dersey
5a724fc40e bash: fix segfault due to missing define 2021-01-20 00:44:09 -05:00
fosslinux
6031310164
Merge pull request #3 from fosslinux/ci
Add cirrus CI
2021-01-20 16:24:50 +11:00
fosslinux
97fd39feb2 Add cirrus CI 2021-01-20 15:30:14 +11:00
fosslinux
5a369dc783 Restructure 2021-01-20 15:24:37 +11:00
fosslinux
e5cbaa9e04 Add README 2021-01-18 09:14:21 +11:00
fosslinux
f784690b3c
Merge pull request #12 from fosslinux/bash-2.05b
Add bash 2.05b
2021-01-16 15:25:27 +11:00
fosslinux
c1454a5db6 Add bash 2.05b 2021-01-16 15:04:48 +11:00
fosslinux
e0d72a85b2
Merge pull request #14 from stikonas/m4
Fix tar dependency on bison
2021-01-16 09:06:20 +11:00
Andrius Štikonas
86ce25478a Fix tar not to depend on bison. 2021-01-15 21:18:54 +00:00
Andrius Štikonas
cf85eeae81 Remove stray definition. 2021-01-15 19:04:09 +00:00
fosslinux
82341fe979
Merge pull request #13 from stikonas/m4
Build m4-1.4.
2021-01-15 21:47:08 +11:00
Andrius Štikonas
54a39c2e33 Build m4-1.4. 2021-01-15 01:24:27 +00:00
fosslinux
c1395e6a4d
Merge pull request #11 from stikonas/bzip2
Bzip2
2021-01-15 12:22:06 +11:00
Andrius Štikonas
acf3fe8028 Fix incorrect bash globbing. 2021-01-14 23:31:26 +00:00
Andrius Štikonas
a7e83e9c4e Do not try to redownload files that are already downloaded. 2021-01-14 23:31:26 +00:00
Andrius Štikonas
e8f545612d Add bzip2 1.0.8. 2021-01-14 23:31:26 +00:00
fosslinux
a9d894317d Add make 3.80 2021-01-14 21:47:08 +11:00
fosslinux
d62ed4c55a Add patched tcc
Forces static link.
2021-01-14 21:45:36 +11:00
fosslinux
1e822361a9
Merge pull request #10 from fosslinux/patch
Add patch 2.5.9
2021-01-14 08:22:01 +11:00
fosslinux
1b7cb3a96d Add patch 2.5.9 2021-01-14 08:21:25 +11:00
Bastian Bittorf
9010e9786e add chroot-mode, so it works without qemu/kernel 2021-01-13 21:48:56 +11:00
fosslinux
206d7adb64 Remove make from rootfs.sh (erroneous inclusion) 2021-01-13 21:48:56 +11:00
fosslinux
612c33bcca Test sed 2021-01-13 21:38:58 +11:00
fosslinux
866909fbf7 Create empty files for tcc inside chroot 2021-01-13 21:38:34 +11:00
fosslinux
f3ad93a1ae Test diffutils 2021-01-13 21:38:02 +11:00
fosslinux
6cdf911161 rootfs.sh: allow re-run with same tmp, fix build 2021-01-13 21:37:07 +11:00
fosslinux
bca6f897a2
Merge pull request #9 from stikonas/build_scripts
Copy all types of build scripts into sysa, not just kaem.
2021-01-13 08:24:07 +11:00
Andrius Štikonas
8113b92173 Copy all types of build scripts into sysa, not just kaem. 2021-01-12 21:18:59 +00:00
fosslinux
98058e6b70 tcc build fix :| 2021-01-12 21:25:14 +11:00
fosslinux
0d02332b2b Couple of fixes.
- Add some commenting to rootfs.sh
- Fix the build
2021-01-12 21:21:03 +11:00
fosslinux
04ce8ebaef Use more variables 2021-01-12 16:07:29 +11:00
fosslinux
ae746bb0a6
Merge pull request #6 from stikonas/diffutils
Diffutils
2021-01-12 16:06:30 +11:00
Andrius Štikonas
1f0d7d2f78 Add function to download source files. 2021-01-12 00:30:02 +00:00
Andrius Štikonas
c4528a0dac Build diffutils 2.7. 2021-01-12 00:02:39 +00:00
Andrius Štikonas
238e9359b0 Build gzip 1.2.4. 2021-01-12 00:02:38 +00:00
Andrius Štikonas
3405518e2e Build tar 1.12. 2021-01-12 00:01:48 +00:00
Andrius Štikonas
58b85adbf9 Update sed to 4.0.7. 2021-01-11 22:00:17 +00:00
fosslinux
4b88b5a6f0 Do a bit of renaming so things are versioned 2021-01-11 17:47:13 +11:00
fosslinux
039b8ad658 Merge branch 'stikonas-sed' 2021-01-11 12:21:18 +11:00
Andrius Štikonas
d59f0f3495 Build sed 1.18. 2021-01-11 12:21:10 +11:00
fosslinux
90cd17e453 Revert "Revert "Add tcc 0.9.27""
This reverts commit 238bd677d7.

We can just specifiy -static manually.
2021-01-11 10:40:25 +11:00
fosslinux
238bd677d7 Revert "Add tcc 0.9.27"
This reverts commit 1ebbd69c79.

This requruies sed first to make a modification.
2021-01-11 10:33:09 +11:00
fosslinux
ce24c8cf3c Fix (hopefully) libtcc1.a 2021-01-11 08:38:30 +11:00