Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
image-builder
Commits
e7fdd692
Commit
e7fdd692
authored
Mar 11, 2021
by
Guido Gunther
Browse files
Drop unused board_type
parent
931f8d7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
build-image
View file @
e7fdd692
...
...
@@ -201,7 +201,7 @@ _uboot_url="${uboot_url}"
build_auth
[
-n
"
${
debootstrap_dist
}
"
]
||
debootstrap_dist
=
"
${
distro
}
"
echo
"Building
${
mainimg
}
(
board_type:
${
board_type
}
,
arch:
${
arch
}
,
${
debootstrap_dist
}
)"
echo
"Building
${
mainimg
}
(arch:
${
arch
}
,
${
debootstrap_dist
}
)"
echo
"Installing extra packages
${
packages
}
"
echo
"Installing early packages
${
packages_early
}
"
[
-z
"
${
board_packages
}
"
]
||
echo
"Installing extra board specific packages
${
board_packages
}
"
...
...
conf/board
View file @
e7fdd692
...
...
@@ -11,7 +11,6 @@ case ${pureos_board} in
board_packages=linux-image-librem5
# uboot should be a deb too:
uboot_url="${uboot_base}/uboot_devkit_build/${archive_path}"
board_type=unknown
qemu=/usr/bin/qemu-aarch64-static
uboot_type=devkit
fk_machine="Purism Librem 5 devkit"
...
...
@@ -34,7 +33,6 @@ case ${pureos_board} in
board_packages=linux-image-librem5
# uboot should be a deb too:
uboot_url="${uboot_base}/uboot_librem5_build/${archive_path}"
board_type=unknown
qemu=/usr/bin/qemu-aarch64-static
uboot_type=librem5
case "${pureos_board}" in
...
...
@@ -68,7 +66,6 @@ case ${pureos_board} in
"
;;
qemu-x86_64)
board_type=x86
arch=x86_64
want_qcow2=1
if [ -f ./bin/qemu-system-x86_64 ]; then
...
...
Write
Preview
Supports
Markdown
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