Blame view

recipes-kernel/linux/linux-smarcimx8m_4.19.35.bb 1.23 KB
6375fa236   Eric Lee   Yocto meta layers...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  # Copyright (C) 2013-2016 Freescale Semiconductor
  # Copyright 2017 NXP
  # Copyright 2018-2019 Embedian, Inc.
  # Released under the MIT license (see COPYING.MIT for the terms)
  
  SUMMARY = "Linux kernel provided and supported by Embedian"
  DESCRIPTION = "Linux kernel provided and supported by Embedian (based on the kernel imx_4.19.35_1.1.0 provided by NXP) \
  with focus on i.MX Family SOMs. It includes support for many IPs such as GPU, VPU and IPU."
  
  require recipes-kernel/linux/linux-imx.inc
  
  LICENSE = "GPLv2"
  LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
  DEPENDS += "lzop-native bc-native"
  
  DEFAULT_PREFERENCE = "1"
  
  SRCBRANCH = "smarc_8m_imx_4.19.35_1.1.0"
  
  LOCALVERSION = "-${SRCBRANCH}"
  KERNEL_DEFCONFIG = "${S}/arch/arm64/configs/smarcimx8m_defconfig"
  DEFAULT_DTB = "fsl-smarcimx8mq"
  
  KERNEL_SRC ?= "git@git.embedian.com:developer/smarc-fsl-linux-kernel.git;protocol=git"
  SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH}"
fdadb2a0c   Eric Lee   Fix HDMI hog line...
26
  SRCREV = "18ef61dfa30a90417728e4affc816ded040cd2fb"
6375fa236   Eric Lee   Yocto meta layers...
27
28
29
30
31
32
33
34
35
36
  
  S = "${WORKDIR}/git"
  
  addtask copy_defconfig after do_patch before do_preconfigure
  do_copy_defconfig () {
      cp ${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig
  }
  
  COMPATIBLE_MACHINE = "(mx6|mx7|mx8)"
  EXTRA_OEMAKE_append_mx8 = " ARCH=arm64"