Blame view

recipes-bsp/u-boot/u-boot-smarct437x_2015.07-smarct437x.bb 680 Bytes
4c269ef45   Eric Lee   Initial Yocto met...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  require u-boot-smarc.inc
  
  # u-boot needs devtree compiler to parse dts files
  DEPENDS += "dtc-native"
  
  DESCRIPTION = "u-boot bootloader for Embedian SMARC-T437x Computer on Module"
  
  COMPATIBLE_MACHINE = "smarct437x"
  
  LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95"
  
  PV = "2015.07-smarct437x"
  PR = "r0+gitr${SRCPV}"
  
  SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${BRANCH}"
  
  BRANCH = "v2015.07-smarct4x"
cfed66f66   Eric Lee   Remove Redundant ...
18
  SRCREV = "28f7b49eda8fcdb60fdb50166188bd849c7feb37"
4c269ef45   Eric Lee   Initial Yocto met...
19
20
21
22
23
24
25
26
27
28
  
  S = "${WORKDIR}/git"
  
  UBOOT_SUFFIX = "img"
  
  # If TEST# pin is shunt #
  # SPL_BINARY = "MLO"
  SPL_BINARY = "MLO.byteswap"
  UBOOT_SPI_BINARY = "u-boot.img"
  SPL_UART_BINARY = "u-boot-spl.bin"