#!/usr/bin/env groovy | |
library 'functions' | |
def generated_packages = [ | |
'gstreamer1.0-gtk3', | |
'gstreamer1.0-plugins-good', | |
'gstreamer1.0-plugins-good-dbg', | |
'gstreamer1.0-pulseaudio', | |
] | |
functions.buildPackagePipeline('excelsior', 'bsp', 'mtk-gst-plugins-good', generated_packages) |