Blame view

recipes-bsp/u-boot/u-boot-smarcfimx7_2017.03-smarcfimx7.bb 650 Bytes
28a08477b   Eric Lee   Yocto morty meta ...
1
2
3
4
5
6
7
8
9
10
11
12
13
  # Copyright (C) 2013-2016 EMBEDIAN, INC.
  # Copyright 2018 EMBEDIAN
  
  DESCRIPTION = "i.MX7 U-Boot for SMARC-FiMX7 platforms"
  require  recipes-bsp/u-boot/u-boot.inc
  
  PROVIDES += "u-boot"
  DEPENDS_append = "dtc-native"
  
  LICENSE = "GPLv2+"
  LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
  
  PV = "2017.03-smarcfimx7"
4d261b1e8   Eric Lee   Read Board Info. ...
14
  SRCREV = "2a2968413cc1971ced465c5b2bdce12c3f857d9e"
28a08477b   Eric Lee   Yocto morty meta ...
15
16
17
18
19
20
21
22
23
24
25
  SRCBRANCH = "smarc-imx7_v2017.03_4.9.11_1.0.0_ga"
  SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${SRCBRANCH}"
  
  PR = "r0+gitr${SRCPV}"
  
  S = "${WORKDIR}/git"
  
  UBOOT_SUFFIX = "imx"
  
  PACKAGE_ARCH = "${MACHINE_ARCH}"
  COMPATIBLE_MACHINE = "(mx6|mx7)"