# Due to the sheer number of commits from Raspberry Pi (raspberrypi/linux), it
# is no longer possible to maintain a patch set in autobuild/patches.
# Maintainers should use the following procedure to bump version:
#
# - In AOSC-Tracking/linux, branch off `aosc/vx.y.z' into `aosc/vx.y.z-rpi',
#   in accordance with the Raspberry Pi versioning.
# - Merge latest `rpi-x.N.y' from raspberrypi/linux into `aosc/vx.y.z-rpi',
#   in principle, based on the same x.N branch.
# - Push your changes to AOSC-Tracking/linux, tagging the latest patchset as
#   `vx.y.z-rpi${date}`, with date corresponding to the commit date of the
#   source rpi-x.N.y branch. 

# For use inside autobuild/
__VER=6.18.32
# Use this for stable releases.
PATCH_DATE=20260519
VER="${__VER}+rpi${PATCH_DATE}"

SRCS="git::commit=tags/v${__VER}-rpi${PATCH_DATE}::https://github.com/AOSC-Tracking/linux.git"
CHKSUMS="SKIP"
