-
-
Notifications
You must be signed in to change notification settings - Fork 33
Pulling source via git
c0rnelius edited this page Nov 29, 2023
·
4 revisions
Example
# Kernel dot org
#GIT_KERNELORG="false"
#LINUX_PATCHING="false"
# Setup git clone (https://github.com/raspberrypi/linux/)
FORCE_GIT="true"
GIT_OWN="raspberrypi"
GIT_REPO="linux"
GIT_BRANCH="rpi-6.1.y"
GIT_URL="https://github.com"
# Github "blob" / Gitlab "-/blob"
GIT_BLOB="blob"
# Patching
GIT_PATCHING="false"
GIT_PATCHDIR="patches/git/${BOARD}/${GIT_REPO}-${GIT_BRANCH}"
If you have any questions open an issue or join Discord.