Commits on Source (2)
-
All the downstream kernels reference ../../.shared-patches in their symlinks. Now that we have moved device ports to device/testing/*, those symlinks are no longer working. Changing the path would require fixing all downstream packages *and* a new pmbootstrap release. Overall it seems easier to move the .shared-patches folder to device/.shared-patches. Since it is only relevant for downstream kernel packages in device/ that might be a better place in general.
-
At the moment we assume that all files except in /.* belong to a package. Now that .shared-patches was moved to device/.shared-patches that does not work correctly anymore. This method should really check to which package the files belong (e.g. walk up directories until it finds an APKBUILD) instead of assuming they are directly in the same directory as the APKBUILD. For now just ignore **/.* (i.e. all files in dot folders), to unblock the MR since it's a critical fix.
Showing
- .gitlab-ci/check_changed_aports_versions.py 1 addition, 0 deletions.gitlab-ci/check_changed_aports_versions.py
- .gitlab-ci/common.py 2 additions, 1 deletion.gitlab-ci/common.py
- device/.shared-patches/linux/gcc7-give-up-on-ilog2-const-optimizations.patch 0 additions, 0 deletions...hes/linux/gcc7-give-up-on-ilog2-const-optimizations.patch
- device/.shared-patches/linux/gcc8-fix-put-user.patch 0 additions, 0 deletionsdevice/.shared-patches/linux/gcc8-fix-put-user.patch
- device/.shared-patches/linux/kernel-use-the-gnu89-standard-explicitly.patch 0 additions, 0 deletions...ches/linux/kernel-use-the-gnu89-standard-explicitly.patch
File moved