Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
bf993f3f
Commit
bf993f3f
authored
6 years ago
by
Olliver Schinagl
Committed by
Natanael Copa
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
scripts: add armv7 support to images
Signed-off-by:
Olliver Schinagl
<
oliver@schinagl.nl
>
parent
3b3d1e39
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
scripts/mkimage.sh
+1
-1
1 addition, 1 deletion
scripts/mkimage.sh
scripts/mkimg.arm.sh
+6
-0
6 additions, 0 deletions
scripts/mkimg.arm.sh
scripts/mkimg.minirootfs.sh
+1
-1
1 addition, 1 deletion
scripts/mkimg.minirootfs.sh
scripts/mkimg.netboot.sh
+1
-1
1 addition, 1 deletion
scripts/mkimg.netboot.sh
with
9 additions
and
3 deletions
scripts/mkimage.sh
+
1
−
1
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
)
"
...
...
This diff is collapsed.
Click to expand it.
scripts/mkimg.arm.sh
+
6
−
0
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
...
...
This diff is collapsed.
Click to expand it.
scripts/mkimg.minirootfs.sh
+
1
−
1
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
armv7
aarch64 ppc64le s390x"
rootfs_apks
=
"busybox alpine-baselayout alpine-keys apk-tools libc-utils"
rootfs_apks
=
"busybox alpine-baselayout alpine-keys apk-tools libc-utils"
}
}
This diff is collapsed.
Click to expand it.
scripts/mkimg.netboot.sh
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment