Skip to content

Pulling source via git

c0rnelius edited this page Nov 26, 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}"

# linux patching (should be set to false)
LINUX_PATCHING="false"

# optional (add defconfig to defconfig dir.)
LINUX_DEFCONFIG="myconfig_defconfig"
Clone this wiki locally