- Clone the Linux Kernel to the developer machine
git clone https://github.com/altera-opensource/linux-socfpga.git
- Find and checkout the branch with the right Linux Kernel version
- List all branches
git branch -a
- Checkout the new branch
git checkout <branch name shown on -a>
- Find the
SRCREV
of the last git commitgit log
- Copy&Paste a old Bitbake recipe Kernel file
- Change following:
LINUX_VERSION
with the new Linux Kernel Version nameSRCREV
with the newSRCREV
of the branchLIC_FILES_CHKSUM
with the new Licence file checksum