Blame view

recipes-bsp/u-boot/u-boot_2014.04-smarct335x.bb 981 Bytes
5fe58ebd5   Eric Lee   SMARC-T335X meta-...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
  
  DESCRIPTION = "u-boot bootloader for Embedian SMARC T335x Computer on Module"
  
  COMPATIBLE_MACHINE = "smarct335x"
  
  DEFAULT_PREFERENCE_smarct335x = "100"
  
  LICENSE = "GPLv2+"
  LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb" 
  # Use Autorev during development. Pin when released.
  # SRCREV = "${AUTOREV}"
  # For rev. 00A0, uncomment out the following line
  # SRCREV = "fac7e197c064e15b96b1292148c84cb715d701fb"
  # For rev. 00B0
  # For u-boot v2013.10
  # SRCREV = "98106db61244c0ac4832b7e3bb0ae50452405509"
  
  # For u-boot v2014.04
e6c784a57   Eric Lee   Read Board Info f...
20
  SRCREV = "a1519276bd81f6c1ce41a0b31f35a50add852caa"
763360c58   Eric Lee   Add a backup repo...
21
  SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${BRANCH}"
5fe58ebd5   Eric Lee   SMARC-T335X meta-...
22
23
24
25
26
27
28
29
30
31
32
33
34
35
  
  BRANCH = "v2014.04-smarct33"
  
  PV = "2014.04-smarct335x"
  PR = "r0+gitr${SRCPV}"
  
  PACKAGE_ARCH = "${MACHINE_ARCH}"
  
  S = "${WORKDIR}/git"
  
  UBOOT_SUFFIX = "img"
  
  # Set the name of the SPL that will built so that it is also packaged with u-boot.
  SPL_BINARY = "MLO"