4724b0f9c1
Right now we have all firmware packages under firmware/*. This is problematic for mainly two reasons: - It's not immediately clear which firmware packages we need to keep when forking a new stable branch. (Where we delete testing devices at the moment...) We might end up deleting firmware packages that are actually used by one of the devices in community. - When backporting devices to the stable we cannot just cherry-pick the commit that moved the device to community (since it does not contain the firmware package). Instead we need to cherry-pick earlier commits as well, which may touch a lot of deleted files in the testing directory. Let's make this consistent by also placing the firmware packages in the device/* directory. We already have the common firmware- prefix to distinguish them from device/kernel packages, which are already both under the device/* directory. |
||
---|---|---|
.. | ||
device-arrow-db410c | ||
device-asus-me176c | ||
device-bq-paella | ||
device-motorola-harpia | ||
device-nokia-n900 | ||
device-pine64-pinephone | ||
device-purism-librem5 | ||
device-samsung-a3ulte | ||
device-samsung-a5lte | ||
device-samsung-a5ulte | ||
device-samsung-serranovelte | ||
device-wileyfox-crackling | ||
firmware-asus-me176c | ||
firmware-asus-me176c-acpi | ||
firmware-bq-picmt | ||
firmware-motorola-harpia | ||
firmware-pine64-rtl8723bt | ||
firmware-qcom-db410c | ||
firmware-samsung-a3ulte | ||
firmware-samsung-a5lte | ||
firmware-samsung-a5ulte | ||
firmware-samsung-serranovelte | ||
firmware-wileyfox-crackling | ||
linux-asus-me176c | ||
linux-nokia-n900 | ||
linux-purism-librem5 | ||
soc-qcom-msm8916 |