Tags: Pelagicore/meta-bistro
Tags
user-identification-manager: add recipe Put it in recipes-extended/ for now. Might make sense to create another top folder when other related services for user/profile handling are added. Signed-off-by: Martin Ejdestig <[email protected]>
Jenkinsfile: parameterize variants & images to be built The variants and images to be built were hardcoded in JenkinsFile. So if there was a need to add or remove variants and images, the code needs to be changed. With this change, a list of variant and images are defined in Jenkins Environment, which are read dynamically in JenkinsFile. So adding/removing variants and images do not require code change. Signed-off-by: Tariq Ansari <[email protected]> (cherry picked from commit a0d6cdf)
Add CI job for arp target Code change is meant for building arp target as well for any change in meta-bistro. Signed-off-by: Sapan Das <[email protected]>