meta-freescale-3rdparty/recipes-kernel/linux/linux-wandboard.inc
Philip Balister 8948a8ec42 linux-wandboard : Use SRCBRANCH instead of GITBRANCH.
Be consistent across all recipes.

Signed-off-by: Philip Balister <philip@balister.org>
2013-12-11 08:07:11 -02:00

21 lines
595 B
PHP

# Adapted from linux-imx.inc, copyright (C) 2012, 2013 O.S. Systems Software LTDA
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "Linux kernel for Wandboard"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
require recipes-kernel/linux/linux-imx.inc
# Put a local version until we have a true SRCREV to point to
LOCALVERSION ?= "+yocto"
SCMVERSION ?= "y"
SRCBRANCH ??= "master"
# SRC_URI for wandboard kernel
SRC_URI = "git://github.com/wandboard-org/linux.git;branch=${SRCBRANCH} \
file://defconfig \
"