Sign in
coral
/
gke-jenkins
/
1bb83eb0ac3c10bb56fe99e8ac69c00e57b44fea
/
.
/
cicd
/
pipelines
/
enterprise
/
linux_imx.jenkins
blob: 81794dc6f3c69f154ba6de960df723f17777703f [
file
] [
log
] [
blame
]
#!/usr/bin/env groovy
library
'functions'
def
generated_packages
=
[
'linux-image'
,
'linux-headers'
,
'linux-kbuild'
]
functions
.
buildPackagePipeline
(
'enterprise'
,
'bsp'
,
'linux-imx'
,
generated_packages
,
false
/* needsNative */
)