Blame view

recipes-bsp/u-boot/u-boot-smarcfimx6_2014.04-smarcfimx6.bb 715 Bytes
294a6c6f8   Eric Lee   Initial Commit fo...
1
2
3
4
5
6
7
8
9
10
11
12
  # 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/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
  
  PROVIDES += "u-boot"
  PV = "2014.04-smarcfimx6"
87194750a   Eric Lee   Fix U-Boot Saveen...
13
  SRCREV = "13138123b43a5863eee0a88f8c309fe28b0532b8"
e7702d949   Eric Lee   Make changes to s...
14
  SRCBRANCH = "smarc-imx_v2014.04_3.14.28_1.0.0_ga"
ac4c67066   Eric Lee   Add U-Boot eMMC B...
15
  # eMMC Boot Up
293448907   Eric Lee   Remove delay when...
16
  #SRCREV = "17242f3dbeaead1f77f552b138cbbd61608013cc"
e7702d949   Eric Lee   Make changes to s...
17
  #SRCBRANCH = "smarc-emmc-imx_v2014.04_3.14.28_1.0.0_ga"
c865c0fd6   Eric Lee   Add a mirror repo...
18
  SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${SRCBRANCH}"
294a6c6f8   Eric Lee   Initial Commit fo...
19
20
21
22
23
24
25
  
  PR = "r0+gitr${SRCPV}"
  
  S = "${WORKDIR}/git"
  
  PACKAGE_ARCH = "${MACHINE_ARCH}"
  COMPATIBLE_MACHINE = "(mx6)"