Sign in
coral
/
gke-jenkins
/
055c6cf76c7e16094285f0710a73c4fdbe0cc808
/
.
/
cicd
/
pipelines
/
enterprise
/
linux_imx.jenkins
blob: f16fdafa4f45a57e646c41a59ff428f8117a595c [
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
,
true
/* native */
)