| Submitter | Otavio Salvador |
|---|---|
| Date | March 18, 2013, 2:49 a.m. |
| Message ID | <1363574960-11074-1-git-send-email-otavio@ossystems.com.br> |
| Download | mbox | patch |
| Permalink | /patch/46361/ |
| State | Accepted |
| Delegated to: | Otavio Salvador |
| Headers | show |
Comments
On Sun, Mar 17, 2013 at 11:49 PM, Otavio Salvador <otavio@ossystems.com.br> wrote: > This includes v3.8.3 merge plus a patch from Marek Vasut > <marex@denx.de> to fix a offset issue in i.MX23 and i.MX28 framebuffer > when using X11. > > For more information about the patch please check: > > http://marc.info/?l=linux-arm-kernel&m=136347162303597&w=2 > > Change-Id: Idffd634eb037051659e38b3727becffa47b078c7 > Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> I applied a patch most equal to this but using one more commit of the branch to fix a build failure. This has been built tested by me and runtime tested by Fabio.
Patch
diff --git a/recipes-kernel/linux/linux-fslc_3.8.bb b/recipes-kernel/linux/linux-fslc_3.8.bb index 4b2a020..1c31732 100644 --- a/recipes-kernel/linux/linux-fslc_3.8.bb +++ b/recipes-kernel/linux/linux-fslc_3.8.bb @@ -12,10 +12,10 @@ inherit kernel require recipes-kernel/linux/linux-dtb.inc PV = "3.8+git${SRCPV}" -PR = "r2" +PR = "r3" # patches-3.8 -SRCREV = "34f2768ffece87712ddfe753e52daf036c57eb29" +SRCREV = "dea44460d3ad9ebb66d53f1ebeea684812dc3cdf" SRC_URI = "git://github.com/Freescale/linux-mainline.git \ \
This includes v3.8.3 merge plus a patch from Marek Vasut <marex@denx.de> to fix a offset issue in i.MX23 and i.MX28 framebuffer when using X11. For more information about the patch please check: http://marc.info/?l=linux-arm-kernel&m=136347162303597&w=2 Change-Id: Idffd634eb037051659e38b3727becffa47b078c7 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> --- recipes-kernel/linux/linux-fslc_3.8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)