summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-colibri-vf.bb
blob: afc211b241658704fe1ea1f1b4ba74dc9f7ca938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
require recipes-bsp/u-boot/u-boot.inc

PROVIDES += "u-boot"

LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \
                    file://README;beginline=1;endline=22;md5=78b195c11cb6ef63e6985140db7d7bab"

PV = "${PR}+gitr${SRCREV}"
PR = "r0"

S = "${WORKDIR}/git"
SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=colibri_vf"
SRCREV_colibri-vf = "f624e019a3f37ee4415a407afae0e026dd203714"

#FILESPATHPKG =. "git:"
PACKAGE_ARCH = "${MACHINE_ARCH}"

COMPATIBLE_MACHINE = "colibri-vf"
DEFAULT_PREFERENCE_colibri-vf = "1"

# colibri_vf: build additionally a u-boot binary used for sd-card boot
SPL_BINARY_colibri-vf  = "u-boot.imx"
SPL_IMAGE_colibri-vf   = "u-boot-${MACHINE}-${PV}-${PR}.imx"
SPL_SYMLINK_colibri-vf = "u-boot-${MACHINE}.imx"
do_compile_append_colibri-vf() {
    oe_runmake colibri_vf_sdboot_config
    oe_runmake 
}