Closed DennisWithDai closed 7 years ago
The following command sequence was used to create branch v4.4.21-ali:
Get the ALi Linux kernel
Change into the newly cloned git repository
git remote add stable https://www.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git Add the official kernel.org stable tree as a remote reference
Fetch the official kernel.org stable tree into our local git repository
Check out Release v4.4.15 in order to get all the history from kernel.org.
Create the branch v4.4.15-ali based on the official Linux release v4.4.15 from kernel.org (including all history).
Switch our workspace to the newly created branch.
Migrate all commits from the master branch to our newly created branch. In the following, some manual conflict and merge resolution is required. When all conflicts/merge ambiguities is fixed, the branch v4.4.15-ali is ready for pushing to origin.
how to build new kernel from https://www.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git?