Skip to content
Snippets Groups Projects
  1. Nov 16, 2024
    • Caleb Connolly's avatar
      build: envkernel: cleanup behaviour · e5853218
      Caleb Connolly authored
      
      recent changes to the kernels build infra in -next seem to have exposed
      some issues with "pmbootstrap build --envkernel", specifically in the
      case where the APKBUILD doesn't build out-of-tree.
      
      We used to rely on the fact that the kernel output directory contains a
      Makefile which points to the source directory, however this Makefile
      now(?) contains an absolute path on the host, which won't match what's
      in the chroot.
      
      As a result, it's now necessary to build with the same output directory
      as the APKBUILD.
      
      We probably need some smarter code here... and/or more consistent
      APKBUILDs.
      
      Signed-off-by: default avatarCaleb Connolly <caleb@postmarketos.org>
      Unverified
      e5853218
  2. Nov 14, 2024
  3. Nov 10, 2024
  4. Nov 08, 2024
  5. Nov 07, 2024
  6. Nov 06, 2024
  7. Nov 04, 2024
  8. Nov 03, 2024
Loading