Merge branch 'master' of ssh://git.iohub.dev:2222/dany/meta-rpi-diya-build
This commit is contained in:
commit
a885191348
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -10,7 +10,7 @@ pipeline{
|
||||
// Enable timestamps in build log console
|
||||
timestamps()
|
||||
// Maximum time to run the whole pipeline before canceling it
|
||||
timeout(time: 5, unit: 'HOURS')
|
||||
timeout(time: 10, unit: 'HOURS')
|
||||
// Use Jenkins ANSI Color Plugin for log console
|
||||
ansiColor('xterm')
|
||||
// Limit build concurrency to 1 per branch
|
||||
@ -35,6 +35,7 @@ pipeline{
|
||||
cd poky
|
||||
source ./oe-init-build-env ../build
|
||||
cat conf/*.conf
|
||||
bitbake -c cleanall bluez5 core-image-base
|
||||
bitbake core-image-base
|
||||
'''
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user