uefi-(arm64|x86)-edge/5.19: bump to 5.19.y (#4046)

- uefi-arm64-edge/5.19: add patch for ACPI enablement of PHYT0004 onboard network card
  - reworked 5.10 version of patch to 5.19, trivial datatype change
  - sent by Dragonbox/Pythium person via @lanefu
- uefi-(arm64|x86)-edge/5.19: split patch dir from x86, otherwise identical
This commit is contained in:
Ricardo Pardini
2022-08-04 21:49:10 +02:00
committed by GitHub
parent 99915d7327
commit 43b302eff9
4 changed files with 667 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ current)
edge)
export DISTRO_GENERIC_KERNEL=no
export LINUXCONFIG="linux-uefi-${LINUXFAMILY}-${BRANCH}"
export KERNELBRANCH="branch:linux-5.18.y"
export KERNELBRANCH="branch:linux-5.19.y"
export KERNELPATCHDIR="uefi-${LINUXFAMILY}-${BRANCH}" # Might be empty.
export KERNELDIR="linux-uefi-${LINUXFAMILY}" # Avoid sharing a source tree with others, until we know it's safe.
;;