Commit 5154a5cb3c374325f346def4da59594abf30674a

Authored by Eric Lee
1 parent 31817abd84
Exists in master

Fix software reboot will stop problem

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

recipes-kernel/linux/linux-smarcfimx7_4.9.11.bb
1 # Copyright (C) 2013-2016 Freescale Semiconductor 1 # Copyright (C) 2013-2016 Freescale Semiconductor
2 # Copyright 2017 NXP 2 # Copyright 2017 NXP
3 # Released under the MIT license (see COPYING.MIT for the terms) 3 # Released under the MIT license (see COPYING.MIT for the terms)
4 4
5 SUMMARY = "Linux Kernel for SMARC-FiMX7 and supported by Embedian" 5 SUMMARY = "Linux Kernel for SMARC-FiMX7 and supported by Embedian"
6 DESCRIPTION = "Linux Kernel provided and supported by Embedian with focus on \ 6 DESCRIPTION = "Linux Kernel provided and supported by Embedian with focus on \
7 SMARC-FiMX7 Family Computer on Modules." 7 SMARC-FiMX7 Family Computer on Modules."
8 8
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-imx7_4.9.11_1.0.0_ga" 14 SRCBRANCH = "smarc-imx7_4.9.11_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 = "01490462c76c87237c41262f2f45ce63a944b57b" 20 SRCREV = "405fa0acc0b3db88cd590b84927756ba7cb37c44"
21 PV = "4.9.11" 21 PV = "4.9.11"
22 LOCALVERSION = "-1.0.1_smarc" 22 LOCALVERSION = "-1.0.1_smarc"
23 23
24 DEFAULT_PREFERENCE = "1" 24 DEFAULT_PREFERENCE = "1"
25 25
26 COMPATIBLE_MACHINE = "(mx6|mx7|imx7ssmarc|imx7dsmarc)" 26 COMPATIBLE_MACHINE = "(mx6|mx7|imx7ssmarc|imx7dsmarc)"
27 EXTRA_OEMAKE_append_mx6 = " ARCH=arm" 27 EXTRA_OEMAKE_append_mx6 = " ARCH=arm"
28 EXTRA_OEMAKE_append_mx7 = " ARCH=arm" 28 EXTRA_OEMAKE_append_mx7 = " ARCH=arm"
29 29