summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-08-05 09:56:52 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2015-08-05 17:35:51 -0300
commit4af7879198895c8e2c0a4766f659076aa169b23b (patch)
tree3519a0a446a66cea6fbd92e77c1f7f993ceab21d /recipes-kernel
parent57ecbf71c7a0ccaab1aaa50e96489ea0551fc13f (diff)
downloadmeta-fsl-arm-4af7879198895c8e2c0a4766f659076aa169b23b.tar.gz
linux-imx: Upgrade to 3.14.38-6UL7D_beta
Add support for i.MX 6UltraLite. i.MX 6UltraLite and i.MX 7Dual SabreSD beta were released on a different branch so specify SRCBRANCH and SRCREV by SoC. Remove file://0003-ARM-imx6sl-Disable-imx6sl-specific-code-when-imx6sl-.patch as it no longer applies with this kernel version Keep 6QP_beta branch only for the 6q/dl/sx/sl SoC since some patches in 6qp_beta are not in the 6ul7d_beta for QuadPlus only. The 6ul7d_beta had no graphics and video acceleration testing. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-imx_3.14.38.bb27
1 files changed, 23 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-imx_3.14.38.bb b/recipes-kernel/linux/linux-imx_3.14.38.bb
index 58661eb..4b46797 100644
--- a/recipes-kernel/linux/linux-imx_3.14.38.bb
+++ b/recipes-kernel/linux/linux-imx_3.14.38.bb
@@ -10,12 +10,31 @@ require recipes-kernel/linux/linux-dtb.inc
10 10
11DEPENDS += "lzop-native bc-native" 11DEPENDS += "lzop-native bc-native"
12 12
13SRCBRANCH = "imx_3.14.38_6qp_beta" 13SRCBRANCH_mx6q = "imx_3.14.38_6qp_beta"
14LOCALVERSION = "-6QP_beta" 14LOCALVERSION_mx6q = "-6QuadPlus_beta"
15SRCREV = "a4dec7730c98f2639fe250a1a67f782b6f73bdf5" 15SRCREV_mx6q = "a4dec7730c98f2639fe250a1a67f782b6f73bdf5"
16
17SRCBRANCH_mx6dl = "imx_3.14.38_6qp_beta"
18LOCALVERSION_mx6dl = "-6DualLite"
19SRCREV_mx6dl = "a4dec7730c98f2639fe250a1a67f782b6f73bdf5"
20
21SRCBRANCH_mx6sx = "imx_3.14.38_6qp_beta"
22LOCALVERSION_mx6sx = "-6SoloX"
23SRCREV_mx6sx = "a4dec7730c98f2639fe250a1a67f782b6f73bdf5"
24
25SRCBRANCH_mx6sl = "imx_3.14.38_6qp_beta"
26LOCALVERSION_mx6sl = "-6SOloLite_beta"
27SRCREV_mx6sl = "a4dec7730c98f2639fe250a1a67f782b6f73bdf5"
28
29SRCBRANCH_mx6ul = "imx_3.14.38_6ul7d_beta"
30LOCALVERSION_mx6ul = "-6UltraLite_beta"
31SRCREV_mx6ul = "1b058645ab95717db8df7de389e1c725dc0c49cc"
32
33SRCBRANCH_mx7 = "imx_3.14.38_6ul7d_beta"
34LOCALVERSION_mx7 = "-7Dual_beta"
35SRCREV_mx7 = "1b058645ab95717db8df7de389e1c725dc0c49cc"
16 36
17SRC_URI += " \ 37SRC_URI += " \
18 file://0003-ARM-imx6sl-Disable-imx6sl-specific-code-when-imx6sl-.patch \
19 file://0004-mmc-sdhci-esdhc-imx-Fixup-runtime-PM-conditions-duri.patch \ 38 file://0004-mmc-sdhci-esdhc-imx-Fixup-runtime-PM-conditions-duri.patch \
20" 39"
21 40