Skip to content
Snippets Groups Projects
u-boot-vesta_2015.04.bb 658 B
Newer Older
  • Learn to ignore specific revisions
  • David Mondou's avatar
    David Mondou committed
    # Copyright (C) 2012-2016 O.S. Systems Software LTDA.
    # Released under the MIT license (see COPYING.MIT for the terms)
    
    
    SUMMARY = "U-boot recipe for Rigado Vesta board"
    
    David Mondou's avatar
    David Mondou committed
    
    
    require recipes-bsp/u-boot/u-boot.inc
    
    David Mondou's avatar
    David Mondou committed
    
    
    David Mondou's avatar
    David Mondou committed
    LICENSE = "GPLv2+"
    LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919"
    
    
    PV = "v2015.04+git${SRCPV}"
    
    David Mondou's avatar
    David Mondou committed
    
    
    PROVIDES += "u-boot"
    
    
    SRCBRANCH = "master"
    
    David Mondou's avatar
    David Mondou committed
    
    
    #Always update SRCREV based on your last commit
    
    SRCREV = "676b6df81f96123eb67456194fa8980ad5dd99f5"
    
    David Mondou's avatar
    David Mondou committed
    
    
    SRC_URI = "git://git@git.rigado.com/Bronzebox/u-boot-2015.04.git;protocol=ssh;branch=${SRCBRANCH}"
    
    David Mondou's avatar
    David Mondou committed
    
    PACKAGE_ARCH = "${MACHINE_ARCH}"
    
    COMPATIBLE_MACHINE = "(imx6ul-vesta)"