yocto-tekton icon indicating copy to clipboard operation
yocto-tekton copied to clipboard

Configuration files and tools for building maintaining Yocto layers using Tekton Pipelines

Results 7 yocto-tekton issues
Sort by recently updated
recently updated
newest added

The meta-python-build-patches, meta-python-build-ptest-container, and meta-python-run-ptest tasks currently only present output in their pipeline/task/step logs (CLI or via the Tekton Dashboard). There should be a step/task that sends an email to...

enhancement

Right now, patches submitted for the meta-python layer are detected using git log filters for changes to recipe files (i.e. ".bb" and ".inc"), but this limits a more complete analysis...

enhancement

The container registry included is a hacky solution to support the existing test workflow, but it lacks some security measures and ease-of-configuration that would make it more usable to others.

enhancement

Users should be able to target a kustomization.yaml with `kubectl apply -k` to install the necessary bits, rather than having to manually install them. May also be covered by #10

enhancement

The current instructions work, but since they are manual they're still prone to error. Create and test a script that installs and configures a single-node cluster as per the instructions....

enhancement

Either break all core functionality into bash scripts, or into very discrete steps inside the tasks.

enhancement

There are attempts under the testimage-work branch to get `bitbake -c testimage` running in a container that lacks kvm and uses SLIRP instead of tun/tap. We need to get that...

bug
enhancement
help wanted