Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
653
Issues
653
List
Boards
Labels
Service Desk
Milestones
Merge Requests
217
Merge Requests
217
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
bf993f3f
Commit
bf993f3f
authored
Feb 22, 2019
by
Olliver Schinagl
Committed by
Natanael Copa
Feb 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scripts: add armv7 support to images
Signed-off-by:
Olliver Schinagl
<
oliver@schinagl.nl
>
parent
3b3d1e39
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
scripts/mkimage.sh
scripts/mkimage.sh
+1
-1
scripts/mkimg.arm.sh
scripts/mkimg.arm.sh
+6
-0
scripts/mkimg.minirootfs.sh
scripts/mkimg.minirootfs.sh
+1
-1
scripts/mkimg.netboot.sh
scripts/mkimg.netboot.sh
+1
-1
No files found.
scripts/mkimage.sh
View file @
bf993f3f
...
@@ -22,7 +22,7 @@ set -e
...
@@ -22,7 +22,7 @@ set -e
all_sections
=
""
all_sections
=
""
all_profiles
=
""
all_profiles
=
""
all_checksums
=
"sha256 sha512"
all_checksums
=
"sha256 sha512"
all_arches
=
"aarch64 armhf x86 x86_64"
all_arches
=
"aarch64 armhf
armv7
x86 x86_64"
all_dirs
=
""
all_dirs
=
""
build_date
=
"
$(
date
+%y%m%d
)
"
build_date
=
"
$(
date
+%y%m%d
)
"
default_arch
=
"
$(
apk
--print-arch
)
"
default_arch
=
"
$(
apk
--print-arch
)
"
...
...
scripts/mkimg.arm.sh
View file @
bf993f3f
...
@@ -20,6 +20,12 @@ rpi_gen_config() {
...
@@ -20,6 +20,12 @@ rpi_gen_config() {
[pi1]
[pi1]
kernel=boot/vmlinuz-rpi
kernel=boot/vmlinuz-rpi
initramfs boot/initramfs-rpi
initramfs boot/initramfs-rpi
[all]
include usercfg.txt
EOF
;;
armv7
)
cat
<<-
EOF
[pi2]
[pi2]
kernel=boot/vmlinuz-rpi2
kernel=boot/vmlinuz-rpi2
initramfs boot/initramfs-rpi2
initramfs boot/initramfs-rpi2
...
...
scripts/mkimg.minirootfs.sh
View file @
bf993f3f
...
@@ -20,6 +20,6 @@ profile_minirootfs() {
...
@@ -20,6 +20,6 @@ profile_minirootfs() {
and minimal chroots."
and minimal chroots."
image_ext
=
tar.gz
image_ext
=
tar.gz
output_format
=
rootfs
output_format
=
rootfs
arch
=
"x86 x86_64 armhf aarch64 ppc64le s390x"
arch
=
"x86 x86_64 armhf a
rmv7 a
arch64 ppc64le s390x"
rootfs_apks
=
"busybox alpine-baselayout alpine-keys apk-tools libc-utils"
rootfs_apks
=
"busybox alpine-baselayout alpine-keys apk-tools libc-utils"
}
}
scripts/mkimg.netboot.sh
View file @
bf993f3f
...
@@ -10,7 +10,7 @@ profile_netboot() {
...
@@ -10,7 +10,7 @@ profile_netboot() {
desc
=
"Kernel, initramfs and modloop for
desc
=
"Kernel, initramfs and modloop for
netboot.
netboot.
"
"
arch
=
"aarch64 armhf ppc64le x86 x86_64 s390x"
arch
=
"aarch64 armhf
armv7
ppc64le x86 x86_64 s390x"
kernel_cmdline
=
"nomodeset"
kernel_cmdline
=
"nomodeset"
kernel_flavors
=
"vanilla"
kernel_flavors
=
"vanilla"
modloop_sign
=
yes
modloop_sign
=
yes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment