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

135 commits

Author SHA1 Message Date
Timo Teräs
78f149fce8 scripts/bootstrap.sh: clean up cross-build extra dependency handling
Instead of apk adding dependencies to sysroot, use the EXTRADEPENDS_TARGET
to pass in these dependencies. This does not leave the sysroot in
dirty state, but instead cleans it up.
2020-02-08 14:00:02 +02:00
Timo Teräs
88b19d170e scripts/bootstrap.sh: workaround abuild bug
Current abuild has a bug that when CC is defined, it's used to
guess build architecture. But during cross-compile setup it points
to cross compiler and causing breakage. Export CBUILD after initial
abuild functions.sh run to workaround this.
2020-02-08 14:00:02 +02:00
Natanael Copa
130cbd02c4 scripts/mkimg.netboot.sh: make initramfs readable
we hardened the read permissions in 27b8dc5bd0 (main/mkinitfs: fix
permissions of initramfs) this broke netboot.

ref #11071
2019-12-24 14:25:27 +00:00
Natanael Copa
099aea877d scripts/mkimg.arm.sh: fix boot config for armv7 rpi4
We dont have rpi4 kernel for armhf but we have it for armv7.
2019-12-18 13:23:41 +00:00
Natanael Copa
4ed79f37db scripts/mkimg.netboot.sh: fix kernels for armhf
there are no linux-lts kernel for armhf
2019-12-16 20:36:04 +00:00
Natanael Copa
f7c1786cd7 scripts/mkimg.arm.sh: fix boot config for 64bit rpi
fixes #11031
2019-12-16 18:36:13 +00:00
Milan P. Stanić
39c54bc7dd scripts/mkimg.base.sh: change to dtbs-$flavor dir name
with change to linux-lts as current default kernel dir for dtbs
is changed to /boot/dtbs-$_f and this commit change it to new one

DEVICETREEDIR in extlinux.conf for u-boot is changed to FDTDIR to
follow documentation in u-boot (upstream)
2019-12-16 17:21:45 +00:00
Natanael Copa
0d1e402c59 scripts/mkimg.arm.sh: add rpi4 support
ref #10789
2019-12-13 18:56:15 +00:00
Natanael Copa
ed5d1f24bc scripts/mkimg.standard.sh: add standard aarch64 iso
users should be able to boot it with efi
2019-12-06 18:30:17 +00:00
Natanael Copa
b4a50a4bde scripts: drop armhf uboot image
we dont ship an armv6 kernel.
2019-12-06 18:21:14 +00:00
Natanael Copa
69cfb8ebf6 scripts: remove openvswitch and rename hwdata
hwdata was renamed to hwids
remove openvswitch due to it was move to community
2019-12-06 17:48:38 +00:00
Natanael Copa
46f4244a08 scripts: replace -vanilla kernel with -lts
also add doas to extended image
2019-12-06 17:48:38 +00:00
Natanael Copa
3d0ea5e471 scripts/mkimg.base.sh: use linux-lts by default 2019-12-06 17:14:03 +00:00
Ariadne Conill
c9a0209cbd bootstrap: use mpfr4 not mpfr3 2019-12-06 06:15:56 +00:00
Natanael Copa
e58bd7992d scripts/genrootfs.sh: fix permissions of / in minirootfs
ref #9066
2019-10-17 14:44:26 +00:00
Timo Teräs
e6b7d47e7a scripts/bootstrap.sh: fix openssh bootstrap
Since commit 5bd58072 it requires libedit, so include that in
bootstrap reorder ncurses before it.
2019-10-01 10:22:33 +03:00
Hosh
242a6a502d scripts/mkimage.sh: Add explicit --help option to prevent exit code 1 2019-09-26 14:50:09 +00:00
Natanael Copa
ee517c9da8 scripts/mkimg.arm.sh: fix inclusion of u-boot-pine64
fix the sed extression that filters out version number sot it does not
strip out the `-pine64` part of string.

  apk fetch  --simulate --root --recursive u-boot-all
2019-06-19 09:34:26 +00:00
Jonathan Neuschäfer
a62e51c204 scripts/genrootfs.sh: Pass --root to the second apk invocation
Otherwise it won't know about the target architecture.
2019-06-14 17:31:21 +00:00
Jonathan Neuschäfer
0f9ea9623f scripts/genrootfs.sh: Initialize the apk DB with the right architecture 2019-06-14 17:31:21 +00:00
Henrik Riomar
ce7c12fa88 scripts/mkimg.standard.sh: add rng-tools to the Extended iso 2019-06-05 16:13:17 +00:00
Henrik Riomar
0f06a5b73a scripts/mkimg.xen.sh: add rng-tools 2019-06-05 16:13:17 +00:00
Henrik Riomar
9f3a46d8c6 scripts/mkimg.base.sh: add haveged 2019-06-05 16:13:17 +00:00
Carlo Landmeter
3cd896ee10 scripts/mkimg.arm.sh: cleanup rpi config and update initramfs
- config: remove dwc_otg.lpm_enable as 0 is default
- initramfs: remove ext4 f2fs as boot partition needs to be fat32
- initramfs: remove raid and scsi
- initramfs: add dhcp and https for netboot when drivers are buildin
2019-05-06 07:45:03 +00:00
Carlo Landmeter
59bb1ba251 scripts/mkimg.arm.sh: fix rpi config.txt
- remove custom entries
- fix armhf to include all boards
2019-05-06 07:45:03 +00:00
Carlo Landmeter
a9871bd0b7 scripts: add back rpi kernel to armhf 2019-04-23 08:55:11 +00:00
Carlo Landmeter
4f1a9af5c7 scripts: add rpi2 kernel to armhf release
ref #10155
2019-04-03 07:20:20 +00:00
Carlo Landmeter
3b609fae40 scripts: add rpi kernels to netboot release 2019-04-03 07:18:43 +00:00
Timo Teräs
3ff0721652 scripts/mkimg.arm.sh: remove manual (now redundant) clm_blob spec
the scripts have been updated to pick up clm_blobs automatically
2019-03-22 21:26:15 +02:00
Natanael Copa
da6b6ebd06 scripts/mkimg.base.sh: replace libressl with openssl
ref #10042
2019-03-04 14:30:34 +00:00
Natanael Copa
2f07f9eb88 scripts/genrootfs.sh: exclude dev/*
exclude /dev/* from minirootfs.

https://github.com/gliderlabs/docker-alpine/issues/356
2019-02-27 17:02:38 +00:00
Natanael Copa
dd59175033 scripts: generate grub efi for arm except rpi
add all_video
2019-02-26 16:56:06 +00:00
Natanael Copa
4dfaaf8987 scripts/mkimg.arm.sh: create rpi image for armv7 2019-02-26 13:28:22 +00:00
Olliver Schinagl
bf993f3f64 scripts: add armv7 support to images
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2019-02-26 13:28:22 +00:00
Natanael Copa
72c7a7a3ca scripts/genrootfs.sh: make sure root login is disabled 2019-02-22 11:18:34 +00:00
Timo Teräs
e48587de66 scripts/mkimg.base.sh: include wifi regulatory database in modloop
ref #9549
2019-02-15 14:42:34 +02:00
Carlo Landmeter
680b40d3d2 scripts: add modloopfw support
this is needed for firware which is not automatically detected.
2019-02-15 10:33:47 +00:00
alpine-mips-patches
fad9a11100 scripts/bootstrap.sh: build ca-certificates too 2019-02-05 10:41:56 +00:00
Carlo Landmeter
44b9028139 mkimage: netboot sign modloop 2019-01-28 20:36:07 +00:00
Carlo Landmeter
392aa6fce2 scripts: add modloop signing support 2019-01-27 12:18:01 +00:00
Natanael Copa
165023bd27 scripts/mkimg.standard.sh: include grub-bios on extended image 2019-01-17 21:00:47 +00:00
Natanael Copa
4e69b6444b scripts/mkimg.standard.sh: remove tcpproxy
package was moved to unmaintained due to upstream has gone missing
2019-01-10 10:18:09 +00:00
alpine-mips-patches
27f819eb76 scripts/bootstrap.sh: catch up with the openssl switch
Replace libressl with openssl, add libbsd and libtls-standalone (for busybox)
but still build libressl for apk-tools.

[TT: Remove libressl, it is not needed anymore.]
2018-11-09 09:24:16 +00:00
Louis
6755c1ab2f scripts/mkimg.base.sh: Fix label to search (grub)
Alpine ISO are labelled with ${profile_abbrev:-$PROFILE} but grub was only
searching for $PROFILE when booting and failed to its rescue shell.
2018-10-04 06:16:09 +00:00
Timo Teräs
9b82f3b654 main/libaio, scripts/bootstrap.sh: cross build libaio as lvm dependency 2018-08-02 08:37:03 +00:00
Timo Teräs
a0e3ae1279 main/busybox, scripts/bootstrap: fix bootstrap
busybox now requires ssl on the target host. Fix busybox dependency
and adjust bootstrap build order accordingly.
2018-08-02 08:18:55 +00:00
Sascha Paunovic
2394d057c3 scripts: typo fixes 2018-07-10 14:07:07 +00:00
Natanael Copa
85263ce182 scripts/mkimg.arm.sh: fix regression 2018-06-25 17:00:08 +00:00
Carlo Landmeter
ba003e927b scripts: use aports rpi bootloader 2018-06-25 16:16:53 +00:00
Natanael Copa
bd4bb5a347 scripts/mkimg.arm.sh: fix typo 2018-06-25 15:03:47 +00:00