Nagy Károly Gábriel
72ee96d765
toolchain: replace su-ecex with propper sudo. They are not the same thing
4 years ago
Nagy Károly Gábriel
30089f0408
toolchain: make the rootfs creation less chatty
4 years ago
Nagy Károly Gábriel
6a9abb85df
toolchain: add gettext to the target, needed by flex
4 years ago
Alejandro Mery
cc79378230
generic: add autoconf-archive to minimal
Signed-off-by: Alejandro Mery <amery@geeks.cl>
4 years ago
Nagy Károly Gábriel
2125131bcf
toolchain: add ca-certificates to target so git and curl work with https
4 years ago
Nagy Károly Gábriel
4119413405
toolchain: Introduced ed as dependency for bc, autoconf-archive,
rsync dependency for kernel and new package libucontext
Signed-off-by: Nagy Károly Gábriel <k@jpi.io>
4 years ago
Alejandro Mery
2e0f6def20
target/generic: add isl as needed by cloog, needed for building gcc
Signed-off-by: Alejandro Mery <amery@geeks.cl>
4 years ago
Nagy Károly Gábriel
d4f3792dd9
toolchain: Introduced libexecinfo a dependency of libunwind for musl builds
7 years ago
Nagy Károly Gábriel
951e986df9
toolchain: added less, which is nice to have.
7 years ago
Nagy Károly Gábriel
51659c4c39
toolchain: added xz needed to extract linux
8 years ago
Nagy Károly Gábriel
5306a93476
toolchain: added su-exec and moved around some packages
8 years ago
Nagy Károly Gábriel
5232c84900
docker: simplified output, now uses archives not sandbox.
8 years ago
Nagy Károly Gábriel
7f4cbe0281
toolchain: hardcoded docker as output type
8 years ago
Nagy Károly Gábriel
58f9eea90e
target: added docker rootfs output support
8 years ago
Nagy Károly Gábriel
ce2c5be84f
toolchain: started modeling target as a docker image.
Removed packages that are not needed in a docker image,
linux, syslinux, sudo.
The Image is set to none for now, later we will pack
the rootfs in a tar.xz
8 years ago
Nagy Károly Gábriel
acf1540218
toolchain: added shadow
8 years ago
Nagy Károly Gábriel
2dd3b014b1
toolchain: set deefault compression of squashfs to gzip as we do not support xz.
8 years ago
Nagy Károly Gábriel
41327553a8
toolchain: added vim to the toolchain target
8 years ago
Nagy Károly Gábriel
9c124ad858
toolchain: removed gettext and pam
8 years ago
Nagy Károly Gábriel
e380393b86
toolchain: removed hard select of glibc
9 years ago
Nagy Károly Gábriel
e27268eee5
early: made early musl based instead of uClibc
9 years ago
Nagy Károly Gábriel
22dc1f8a9e
early: added isl needed for toolchain build
9 years ago
Nagy Károly Gábriel
b398a9e32c
toolchain: added squashfs-tools needed to build a qemu image
9 years ago
Nagy Károly Gábriel
d8f3a3fafe
toolchain: replaced image type none with squashfs
9 years ago
Nagy Károly Gábriel
00b0094640
toolchain: reworked package selection to be modular
9 years ago
Nagy Károly Gábriel
0cb0c713a3
toolchain: enhanced target to only build a minimal kernel
9 years ago
Nagy Károly Gábriel
4da31e83b4
toolchain: modified pkgsel and added linux.cfg (WIP)
9 years ago
Nagy Károly Gábriel
f10595d82c
opensde: introduced toolchain target
9 years ago
Alejandro Mery
a6bf9eb24c
early: added pkgconfig to early, needed by lvm2.
9 years ago
Christian Wiese
340443bc05
target/generic: add bc to minimal choice as it is required during the kernel build now
11 years ago
Alejandro Mery
60f217e6bf
init: adjust to the new location of functions.in
11 years ago
Christian Wiese
ded333310c
target/generic: add tzdata package
12 years ago
Christian Wiese
fa636ddb7c
target/early: fixed config.in to replace cloog-ppl with cloog
12 years ago
Christian Wiese
6b217eb0ec
target/generic: add acl and attr package to minimal pkgsel
12 years ago
Christian Wiese
b2c344fa07
target/generic: add btrfs-progs to minimal selection
12 years ago
Christian Wiese
1f4cdc8d1e
early: changed pkgsel to use cloog instead of cloog-ppl
12 years ago
Christian Wiese
26ec31d62d
target/generic: add xz to minimal pkgsel
12 years ago
Christian Wiese
27c38a19d4
target/generic: removed eject because it is provided by util-linux >= 2.22 now
12 years ago
Christian Wiese
ba07e3eaf4
target/generic: replaced deprecated module-init-tools with kmod
12 years ago
Christian Wiese
ce4e835d34
target/generic: changed to use cloog instead of cloog-ppl
Note:
Initially we added those packages to be able to be able to build GCC with the
Graphite loop optimizations.
Even when using the cloog-isl backend we still need ppl for building gcc!
12 years ago
Alejandro Mery
8d868893c4
squashfs: don't check for /init - meaningless for these images
12 years ago
Alejandro Mery
5d9732d072
squashfs: introduced $SQUASHFS_REMOVE_EMPTY_DIRS and $SQUASHFS_REMOVE_BROKEN_LINKS
12 years ago
Alejandro Mery
13b79da9dd
squashfs: changed squashfs_install_overlay() to receive the targetdir as $1
13 years ago
Christian Wiese
914a303f12
squashfs: only remove /boot from squashfs image
13 years ago
Christian Wiese
fb2a671cae
squashfs: fixed build.sh to exclude /boot
13 years ago
Christian Wiese
04fa1ab4d3
squashfs/build.sh: changed to not remove empty directories and to not remove broken symlinks
13 years ago
Christian Wiese
1938495373
target/share/squashfs: added the possibility to choose the compressor
13 years ago
Christian Wiese
2c43a9c9fa
target/share/squashfs: changed to remove prior generated squashfs image files
13 years ago
Christian Wiese
9ccf551857
target: added squashfs output support
Note:
Actually this implementation is only a slightly changed version of
the initramfs output support.
13 years ago
Alejandro Mery
0dda5ee522
initramfs: changed initramfs_install_overlay() to receive the targetdir as $1
13 years ago