Blame view

recipes-bsp/u-boot/u-boot-smarcfimx6_2015.04-smarcfimx6.bb 605 Bytes
f10cf0715   Eric Lee   First Commit, SMA...
1
2
3
4
5
6
7
8
9
10
11
  # Copyright (C) 2013, 2014 Freescale Semiconductor
  
  DESCRIPTION = "U-Boot i.MX6 SMARC-FiMX6 platforms"
  require  recipes-bsp/u-boot/u-boot.inc
  
  PROVIDES += "u-boot"
  
  LICENSE = "GPLv2+"
  LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
  
  PV = "2015.04-smarcfimx6"
07a410807   Eric Lee   Add i.MX6 QuadPlu...
12
  SRCREV = "83e43e196e89d3eeb0bec5053b0b582bfb916bd3"
f10cf0715   Eric Lee   First Commit, SMA...
13
14
15
16
17
18
19
20
21
22
23
  SRCBRANCH = "smarc-imx_v2015.04_4.1.15_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|mx6ul|mx7)"