diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-04-22 10:22:45 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-22 10:32:00 -0300 |
commit | 475e845ab7fe4e0c4906f93ccc1b232734e6df18 (patch) | |
tree | 77752941cc2d903e1c27a15512fb29e1974f7a99 | |
parent | e1f2ae669f305d244013811c4c0652e15923f477 (diff) | |
download | meta-fsl-arm-475e845ab7fe4e0c4906f93ccc1b232734e6df18.tar.gz meta-fsl-arm-475e845ab7fe4e0c4906f93ccc1b232734e6df18.tar.bz2 meta-fsl-arm-475e845ab7fe4e0c4906f93ccc1b232734e6df18.zip |
linux (3.0.35): Update 1.1.0 branch to top of tree
There are two important commits missing in branch 1.1.0 currently.
Update it to the top of tree.
Also, change 'tag' to 'branch' in the comment.
Reported-by: Rogerio Nunes <rogerio.nunes@freescale.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
-rw-r--r-- | recipes-kernel/linux/linux-imx_3.0.35.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-imx_3.0.35.bb b/recipes-kernel/linux/linux-imx_3.0.35.bb index 20681ac..eecb588 100644 --- a/recipes-kernel/linux/linux-imx_3.0.35.bb +++ b/recipes-kernel/linux/linux-imx_3.0.35.bb @@ -3,12 +3,12 @@ include linux-imx.inc -PR = "${INC_PR}.12" +PR = "${INC_PR}.13" COMPATIBLE_MACHINE = "(mx6)" -# Revision of 1.1.0 tag -SRCREV = "c27cb3851bb6f822f8a92e4a1e10fba19284bdd4" +# Revision of 1.1.0 branch +SRCREV = "64eb436e9876a2d95abea34464addf37a0888f61" LOCALVERSION = "-1.1.0+yocto" # Revision of 12.10.02 tag |