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
Angus Ainslie
image-builder
Commits
d220cd2d
Commit
d220cd2d
authored
Dec 25, 2018
by
Guido Gunther
Browse files
build-image: Skip message if board package list is empty
Otherwise it can be confusing. Broken-by:
c7f52db8
parent
f6efe088
Changes
1
Hide whitespace changes
Inline
Side-by-side
build-image
View file @
d220cd2d
...
...
@@ -124,7 +124,7 @@ bootimg="${pureos_board}.img"
[
-n
"
${
debootstrap_dist
}
"
]
||
debootstrap_dist
=
"
${
distro
}
"
echo
"Building
${
bootimg
}
(board_type:
${
board_type
}
, arch:
${
arch
}
, build_type:
${
build_type
}
, ci_pkgs:
${
ci_pkgs
}
,
${
debootstrap_dist
}
)"
echo
"Installing extra packages
${
packages
}
"
echo
"Installing extra board specific packages
${
board_packages
}
"
[
-z
"
${
board_packages
}
"
]
||
echo
"Installing extra board specific packages
${
board_packages
}
"
mkdir
-p
tmp/ files/
echo
-n
>
files/meta.yml
...
...
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