Release Policy
Overview
Rockchip Linux will update repo in github from our internal git
To sync code,For example,If there are update for release-4.4,you can use follow command
(If it failed, remove commit "HEADER: MALI: rockchip: upgrade midgard DDK to r9p0-05rel0" and try again)
git fetch
git rebase origin/release-4.4
Release
Every time when we update release-4.4 branch, we will create a tag by github release function.
You can get every release from blew link,there are also simple changelogs.
https://github.com/rockchip-linux/kernel/releases
If you want to update to spefic tag, you can use follow command
git fetch
git rebase origin/release-20161011