Blame view

recipes-kernel/linux/linux-smarcfimx6_3.14.28.bb 817 Bytes
e7702d949   Eric Lee   Make changes to s...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  # Copyright (C) 2013, 2014 Freescale Semiconductor
  # Released under the MIT license (see COPYING.MIT for the terms)
  
  SUMMARY = "Linux Kernel for SMARC-FiMX6 and supported by Embedian"
  DESCRIPTION = "Linux Kernel provided and supported by Embedian with focus on \
  SMARC-FiMX6 Family Computer on Modules. It includes support for many IPs such as GPU, VPU and IPU."
  
  inherit kernel
  require recipes-kernel/linux/linux-imx.inc
  require recipes-kernel/linux/linux-dtb.inc
  
  DEPENDS += "lzop-native bc-native"
  
  SRCBRANCH = "smarc-imx_3.14.28_1.0.0_ga"
c865c0fd6   Eric Lee   Add a mirror repo...
15
  SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH} \
e7702d949   Eric Lee   Make changes to s...
16
17
          file://defconfig \
  "
34e6a015c   Eric Lee   mimor fix kernel ...
18
  SRCREV = "8fca46168da5bf13f8a3dc64ba8d0b15aaa24519"
e7702d949   Eric Lee   Make changes to s...
19
20
21
22
  PV = "3.14.28"
  LOCALVERSION = "-1.0.1_smarc"
  
  COMPATIBLE_MACHINE = "(imx6q1gsmarc|imx6q2gsmarc|imx6u1gsmarc|imx6solosmarc)"