Skip to content

Pulling source via git

c0rnelius edited this page Nov 29, 2023 · 4 revisions

Create a git.txt file and input your information

Example

# 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"

# git patching (set to true to enable)
GIT_PATCHING="false"
GIT_PATCHDIR="patches/git/${BOARD}/${GIT_REPO}-${GIT_BRANCH}"
Clone this wiki locally