1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-29 23:31:21 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
Daniel Bainton
ac90eb3aa3 Move each package to their own dir
Also support for the $pkgdir variable in build files, which will include
the full path to the directory of the package (for patches, configs etc)
2014-03-09 13:56:35 +02:00
sin
6cf0949e99 Use a case statement instead of if/else
Makes it easy to port packages to other architectures.
2014-03-04 15:18:34 +00:00
sin
759a134820 Remove kernel_headers package
We don't need this currently, the cross compiler we use has its own
set of kernel headers.

When we compile musl from source we can revisit this.
2014-03-04 11:35:59 +00:00
sin
29e3a54e62 Add kernel config for i486 2014-03-03 15:52:31 +00:00
sin
bb0de1adc8 Revert "Build kernel with our cross-compiler"
This reverts commit 7fc57a998aa441f62884a0593456b9d5c0eb00c5.
2014-03-03 15:13:59 +00:00
sin
7fc57a998a Build kernel with our cross-compiler 2014-03-02 20:45:52 +00:00
sin
facdf5b9cc Rename kernel-config to kernel-config-$arch 2014-03-01 15:19:03 +00:00
Daniel Bainton
f04341d18b Remove '|| return 1', mk returns for us on error 2014-03-01 01:45:56 +02:00
Daniel Bainton
82d58abc2c Add fetching and unpacking magic 2014-03-01 01:29:42 +02:00
Daniel Bainton
d71bb4e966 Move to a mk based build system 2014-02-28 14:22:25 +02:00
sin
c52eb94c4c Bump up kernel to 3.10.32 2014-02-28 11:08:39 +00:00
sin
7c628920dc Quote variables in package scripts 2014-02-20 16:10:47 +00:00
sin
5ffd49a86d We can build with dash too now
Also rename pkgs/arch-rootfs to pkgs/emul.

The create-bootable script still needs to be fixed
to work with dash.
2014-02-14 10:58:17 +00:00
sin
123b001252 Move to 3.10.32-lts kernel 2013-09-24 11:57:36 +01:00
sin
ae4a1abf19 Use a minimal kernel config 2013-09-19 14:47:44 +01:00
sin
54d96836b3 Copy .config and System.map as well 2013-09-19 14:35:40 +01:00
sin
75bc786637 Rather than fetching a pre-built kernel, build one 2013-09-19 14:11:03 +01:00
sin
908e3bcfc7 Fix pkgs/kernel 2013-09-17 15:44:59 +01:00
sin
9467e9c7c2 Fix mirror for pkgs/kernel 2013-09-17 15:43:37 +01:00
sin
078247af11 Fix build system and add kernel pkg 2013-09-06 09:50:29 +01:00