Skip to content

Pulling source via git

c0rnelius edited this page Nov 29, 2023 · 4 revisions

Input your information (kernel.txt)

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.

Clone this wiki locally