Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vesta
board-support-package
Commits
6e65d5a6
Commit
6e65d5a6
authored
Apr 02, 2018
by
David Mondou
Browse files
Added vesta-500 to build script
parent
57aef00f
Pipeline
#8906
failed with stages
in 95 minutes and 59 seconds
Changes
1
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
build_script
View file @
6e65d5a6
...
@@ -67,6 +67,17 @@ bitbake vesta-image-minimal
...
@@ -67,6 +67,17 @@ bitbake vesta-image-minimal
if [ $? -ne 0 ]; then echo vesta-400 minimal build FAILED; exit 1; fi
if [ $? -ne 0 ]; then echo vesta-400 minimal build FAILED; exit 1; fi
echo ****************** START vesta-500 developer build ******************
sed -i '/MACHINE/c\MACHINE ??= "vesta-500"' conf/local.conf
bitbake vesta-image-developer
if [ $? -ne 0 ]; then echo vesta-500 developer build FAILED; exit 1; fi
echo ****************** START vesta-500 minimal build ******************
bitbake vesta-image-minimal
if [ $? -ne 0 ]; then echo vesta-500 minimal build FAILED; exit 1; fi
#check the exit code again. We were running as user chewbacca so if
#check the exit code again. We were running as user chewbacca so if
#an exit 1 was executed it will exit user chewbacca and back into root.
#an exit 1 was executed it will exit user chewbacca and back into root.
#This will require another exit 1 to stop the build and report the error
#This will require another exit 1 to stop the build and report the error
...
...
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