Sign in
coral
/
gke-jenkins
/
3dfbd1c3e049143843b13ef53520d310c3885fd3
/
.
/
cicd
/
pipelines
/
excelsior
/
linux_mtk.jenkins
blob: 74f4606d91ebe85324d36c17aa714c88ef1e274b [
file
] [
log
] [
blame
]
#!/usr/bin/env groovy
library
'functions'
def
generated_packages
=
[
'linux-headers-4.19.125-mtk'
,
'linux-image-4.19.125-mtk'
,
'linux-kbuild-4.19.125-mtk'
,
]
functions
.
buildPackagePipeline
(
'excelsior'
,
'bsp'
,
'linux-mtk'
,
generated_packages
)