Commit fbb42203860800005ddf209b1d5efe4c6959b250
1 parent
2934489079
Exists in
master
mmc: core: Fix off-by-one error in mmc_do_calc_max_discard()
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
recipes-kernel/linux/linux-smarcfimx6_3.14.28.bb
1 | # Copyright (C) 2013, 2014 Freescale Semiconductor | 1 | # Copyright (C) 2013, 2014 Freescale Semiconductor |
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | SUMMARY = "Linux Kernel for SMARC-FiMX6 and supported by Embedian" | 4 | SUMMARY = "Linux Kernel for SMARC-FiMX6 and supported by Embedian" |
5 | DESCRIPTION = "Linux Kernel provided and supported by Embedian with focus on \ | 5 | DESCRIPTION = "Linux Kernel provided and supported by Embedian with focus on \ |
6 | SMARC-FiMX6 Family Computer on Modules. It includes support for many IPs such as GPU, VPU and IPU." | 6 | SMARC-FiMX6 Family Computer on Modules. It includes support for many IPs such as GPU, VPU and IPU." |
7 | 7 | ||
8 | inherit kernel | 8 | inherit kernel |
9 | require recipes-kernel/linux/linux-imx.inc | 9 | require recipes-kernel/linux/linux-imx.inc |
10 | require recipes-kernel/linux/linux-dtb.inc | 10 | require recipes-kernel/linux/linux-dtb.inc |
11 | 11 | ||
12 | DEPENDS += "lzop-native bc-native" | 12 | DEPENDS += "lzop-native bc-native" |
13 | 13 | ||
14 | SRCBRANCH = "smarc-imx_3.14.28_1.0.0_ga" | 14 | SRCBRANCH = "smarc-imx_3.14.28_1.0.0_ga" |
15 | 15 | ||
16 | SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH} \ | 16 | SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH} \ |
17 | file://defconfig \ | 17 | file://defconfig \ |
18 | " | 18 | " |
19 | 19 | ||
20 | SRCREV = "b1c777f7d6ab8f361f0ca94a10c6f59e1bae7f8f" | 20 | SRCREV = "cbc387c117a2f09a8a5a204a9a78d45685e9acc6" |
21 | PV = "3.14.28" | 21 | PV = "3.14.28" |
22 | LOCALVERSION = "-1.0.1_smarc" | 22 | LOCALVERSION = "-1.0.1_smarc" |
23 | 23 | ||
24 | COMPATIBLE_MACHINE = "(imx6q1gsmarc|imx6q2gsmarc|imx6u1gsmarc|imx6solosmarc)" | 24 | COMPATIBLE_MACHINE = "(imx6q1gsmarc|imx6q2gsmarc|imx6u1gsmarc|imx6solosmarc)" |
25 | 25 |