1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
Commit graph

36 commits

Author SHA1 Message Date
Oliver Smith
98519b4487 scripts/bootstrap.sh: fix "local" outside of function 2017-03-12 18:34:29 +01:00
Timo Teräs
2e7a904612 testing/ghc: support cross-building 2017-02-27 09:19:05 +00:00
Timo Teräs
f9110e603a scripts/bootstrap.sh, main/{binutils,gcc,musl}: no more options="toolchain"
abuild has been updated to figure this one out from $BOOTSTRAP.
2017-02-27 06:23:05 +00:00
Timo Teräs
f5c4b29891 community/go: cross-build support 2017-02-27 06:23:05 +00:00
Timo Teräs
a95a079d7a scripts/bootstrap.sh, binutils, gcc, musl: improve bootstrap
- requires new abuild (from git until 2.30 is tagged)
- properly build initial musl-dev before c-compiler is available
- mark core aports with options=toolchain, and fix all makedepends
- bootstrap.sh: reorganize and use set -e there
- bootstrap.sh: use new EXTRADEPENDS_* to pull in implicit dependencies
  during bootstrap to simplify the script
2017-02-17 08:22:03 +00:00
Fabiano Rosas
e46a2aa534 Add ppc64le to minirootfs arches 2017-01-30 11:22:27 +02:00
Timo Teräs
5164608aab scripts/mkimg: raspberry pi bootloader 2017-01-25 2017-01-27 13:43:57 +02:00
Natanael Copa
26766bf9d2 scripts/mkimage: fix generation of checksums
we need remove the leading path to file
2016-12-22 15:50:03 +00:00
Natanael Copa
752bd10135 scripts/mkimage-yaml: fix branch
we need get the branch from tag instead of git branch, because we
generate releasecandidates and the first stable release from git master
and only do the git branch after the release is done.
2016-12-22 15:50:03 +00:00
Natanael Copa
bdfc1ded4c scripts/mkimage: fix typo in latest-releases file 2016-12-22 13:45:46 +00:00
Natanael Copa
e8dbce5136 scripts/mkimg.xen: dont create apkovl 2016-12-21 23:17:14 +00:00
Natanael Copa
3eb10d34b8 scripts: add aarch64 release image 2016-12-16 10:26:15 +00:00
Natanael Copa
749e1e0f65 scripts/genrootfs: add --no-cache when fetching alpine-base 2016-12-16 10:26:15 +00:00
Natanael Copa
99afbc0aaa scripts: add minirootfs release image 2016-12-16 09:50:00 +00:00
Natanael Copa
20b12127b3 scripts: use libressl instead of openssl 2016-11-28 17:51:39 -02:00
Timo Teräs
6990b9edfe scripts/mkimage: fix vanilla kernel image name for bootloaders 2016-11-25 11:17:46 +02:00
Timo Teräs
6096d973a2 scripts/mkimage.sh: add parameter to add extra repositories 2016-11-24 11:23:43 +02:00
Timo Teräs
7030277c31 scripts/bootstrap: install libstdc++ to target as implicit dependency 2016-11-21 09:28:11 +00:00
Timo Teräs
e47d253fb4 scripts/mkimage: preparation for efi boot in iso images
not enabled yet, but uncommenting the grub_mod should enable
building of isolinux+grubefi hybrid images. once uefi boot works
and is verified on aarch64, we can enable the vanilla iso image
(grsec does not support aarch64).
2016-11-18 15:40:40 +02:00
Timo Teräs
4b8e1ca45f scripts/bootstrap.sh: fix bootstrapping with libressl 2016-11-17 07:19:46 +00:00
Natanael Copa
5405a17c9e scritps/mkimgs.base.sh: do not create apkovl by default 2016-11-16 16:45:37 +00:00
Natanael Copa
0869439499 scripts: set execute permissions on scripts 2016-11-14 20:10:40 +00:00
Natanael Copa
48bcd519ae scripts/mkimg.base.sh: search for apkovl script
search for apkovl script in current dir, in ~/.mkimg and in the dir
where the mkimage script was started from.
2016-11-14 20:10:40 +00:00
Natanael Copa
86da5a1047 scripts/mkimage: fix generation of version string
use git tag if we are at a given tag. use timestamp otherwise
2016-11-14 20:10:40 +00:00
Natanael Copa
ac210c74ae scripts/mkimage-yaml: strip milliseconds from time stamp 2016-11-14 20:10:40 +00:00
Natanael Copa
4b621b0cb3 scripts/mkimage.sh: make sure outdir exists 2016-11-14 20:10:39 +00:00
Natanael Copa
d32a167e79 scripts/mkimg.standard: disable xtables on vanilla and virt 2016-11-14 20:10:39 +00:00
Natanael Copa
06d3a7fb5a scripts/mkimage.sh: generate yaml 2016-11-14 20:10:39 +00:00
Natanael Copa
4f0364e66c scripts/mkimg.standard.sh: add xtables modules and set nomodeset 2016-11-14 20:10:39 +00:00
Natanael Copa
41b10e1aa4 scripts/mkimage: automatically add pubkey from abuild
the boot repositry needs to be signed with a key. We explicitly copy
this to initramfs so users don't need use --hostkeys which requires
access to /etc/apk/keys/

without the key in intramfs the boot repository will be useless
2016-11-14 20:10:39 +00:00
Natanael Copa
1a2a03519b scripts/mkimage.sh: fix checksum generation in outdir 2016-11-14 20:10:39 +00:00
Natanael Copa
ff518a1306 scripts/mkimage.sh: warn if no repo is set 2016-11-14 20:10:39 +00:00
Natanael Copa
bcc6d4c633 scripts/mkimage.sh: exit early on error 2016-11-14 20:10:39 +00:00
Natanael Copa
d85035c73d scripts/mkimage.sh: fix typo 2016-11-14 20:10:39 +00:00
Timo Teräs
46f65fad4c scripts/mkimage.sh: scripts to build bootable alpine images 2016-11-14 20:10:39 +00:00
Timo Teräs
ce9db80e96 scripts/bootstrap.sh: tool for bootstrapping alpine
utility to do initial cross-compiler, and cross build of base
packages for new architectures.
2016-07-27 12:18:42 +00:00