Skip to content

Move device ports to device/testing/*

Minecrell requested to merge Minecrell/pmbootstrap:device-testing into master

This is a first step to implement the proposal in postmarketos#16 (closed) for postmarketos#11 (closed).

All device ports must now be under a subdirectory of device, e.g. device/testing. At the moment none of these subdirectories is handled in a special way. I would suggest that we keep all devices in device/testing/* for now and merge this early, so it becomes more easy to work on the upcoming changes (i.e. allowing to move devices to main or community).

(Otherwise I always have to move all device ports in my local pmaports clone only to test my changes...)

The first commit should not be merged (a HACK to let CI pass by moving all devices to device/testing after cloning pmaports...)

Edited by Minecrell

Merge request reports