The new BitBake fetching code requires the revision to be available in
a know branch so we need to provide this information here.
Change-Id: I393070798ba3c47d0e76bc7d30d6a321e880ec5a
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-# Copyright (C) 2012-2013 O.S. Systems Software LTDA.
+# Copyright (C) 2012-2014 O.S. Systems Software LTDA.
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "Freescale Community mainline based Linux kernel"
require recipes-kernel/linux/linux-imx.inc
require recipes-kernel/linux/linux-dtb.inc
-SRC_URI = "git://github.com/Freescale/linux-mainline.git \
+SRCBRANCH ?= ""
+
+SRC_URI = "git://github.com/Freescale/linux-mainline.git;branch=${SRCBRANCH} \
file://defconfig"
LOCALVERSION = "-fslc"
-# Copyright (C) 2012-2013 O.S. Systems Software LTDA.
+# Copyright (C) 2012-2014 O.S. Systems Software LTDA.
# Released under the MIT license (see COPYING.MIT for the terms)
include linux-fslc.inc
PV = "3.12+git${SRCPV}"
-# patches-3.12
+SRCBRANCH = "patches-3.12"
SRCREV = "9ab58339c5e84c34df82f8a2f68b8b033b9bd03f"
COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)"