- Upgrade to newer binutils version
- Upgrade to newer gcc version
- Upgrade to newer mpc version
- Upgrade to newer mpfr version
- Upgrade musl package to perfere HTTPS download
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
The file utility needs a version of itself for cross compiling,
so we also have to add it to the toolchain.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Instead of having a "depends" file with a list of packages, add a
"DEPENDS" variable to the build script.
Generate the rootfs dependencies from a config file stored in the
cfg directory.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
- Packages that don't download anything don't need a prepare() hook
- Packages that inherit the source from other packages should leave
it untouched. If they get downloaded first, they should use the
hook from the original package.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Add rootfs-<cfg> packages that create the skeleton system, copy
the files and create the squashfs images. Old "SQUASHFS" package
list is depends file of rootfs-<cfg> package.
This removes some of the special case code.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>