-
-
Notifications
You must be signed in to change notification settings - Fork 35
Pulling source via git
c0rnelius edited this page Nov 29, 2023
·
4 revisions
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}"