Skip to content
Snippets Groups Projects
linux-vesta_4.1-1.0.bb 641 B
Newer Older
  • Learn to ignore specific revisions
  • # Copyright (C) 2015, 2016 O.S. Systems Software LTDA.
    # Released under the MIT license (see COPYING.MIT for the terms)
    
    SUMMARY = "Linux recipe for Rigado Vesta board"
    
    require recipes-kernel/linux/linux-imx.inc
    require recipes-kernel/linux/linux-dtb.inc
    
    DEPENDS += "lzop-native bc-native"
    
    RDEPENDS_kernel-base = ""
    
    
    PV .= "4.1-1.0+git${SRCPV}"
    
    SRCBRANCH = "master"
    
    #Always update SRCREV based on your last commit
    
    SRCREV = "90b43244ffd6486129212a84bb0e220b6198c36e"
    
    SRC_URI = "git://git.rigado.com/vesta/linux-fslc-imx-4.1-1.0.git;protocol=https;branch=${SRCBRANCH} \
    
               file://defconfig"
    
    
    COMPATIBLE_MACHINE = "(vesta|imx6ul)"