Blame view

recipes-kernel/linux/linux-smarcfimx7_4.9.11.bb 841 Bytes
28a08477b   Eric Lee   Yocto morty meta ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  # Copyright (C) 2013-2016 Freescale Semiconductor
  # Copyright 2017 NXP
  # Released under the MIT license (see COPYING.MIT for the terms)
  
  SUMMARY = "Linux Kernel for SMARC-FiMX7 and supported by Embedian"
  DESCRIPTION = "Linux Kernel provided and supported by Embedian with focus on \
  SMARC-FiMX7 Family Computer on Modules."
  
  require recipes-kernel/linux/linux-imx.inc
  require recipes-kernel/linux/linux-dtb.inc
  
  DEPENDS += "lzop-native bc-native"
  
  SRCBRANCH = "smarc-imx7_4.9.11_1.0.0_ga"
  
  SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH} \
          file://defconfig \
  "
d0bb7f1d4   Eric Lee   Fix kernel reboot...
19
  SRCREV = "2d0920f9189a353a7911a0628d958d6bd32e0587"
28a08477b   Eric Lee   Yocto morty meta ...
20
21
22
23
24
25
26
27
  PV = "4.9.11"
  LOCALVERSION = "-1.0.1_smarc"
  
  DEFAULT_PREFERENCE = "1"
  
  COMPATIBLE_MACHINE = "(mx6|mx7|imx7ssmarc|imx7dsmarc)"
  EXTRA_OEMAKE_append_mx6 = " ARCH=arm"
  EXTRA_OEMAKE_append_mx7 = " ARCH=arm"