linux, u-boot: configure recipes to use maintenance branches

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2016-07-22 10:32:00 +02:00
parent d7f4c86279
commit fdf8978e57
3 changed files with 3 additions and 4 deletions

View File

@ -11,8 +11,7 @@ DEPENDS += "${@base_conditional('TRUSTFENCE_SIGN', '1', 'trustfence-cst-native',
PROVIDES += "u-boot" PROVIDES += "u-boot"
SRCBRANCH = "v2015.04/master" SRCBRANCH = "v2015.04/maint"
SRCBRANCH_ccimx6ul = "v2015.04/master"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
# Select internal or Github U-Boot repo # Select internal or Github U-Boot repo

View File

@ -5,7 +5,7 @@ require recipes-kernel/linux/linux-dtb.inc
inherit fsl-vivante-kernel-driver-handler inherit fsl-vivante-kernel-driver-handler
SRCBRANCH = "v3.14/master" SRCBRANCH = "v3.14/dey-2.0/maint"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
COMPATIBLE_MACHINE = "(ccimx6$)" COMPATIBLE_MACHINE = "(ccimx6$)"

View File

@ -3,7 +3,7 @@
require recipes-kernel/linux/linux-dey.inc require recipes-kernel/linux/linux-dey.inc
require recipes-kernel/linux/linux-dtb.inc require recipes-kernel/linux/linux-dtb.inc
SRCBRANCH = "v4.1.15/master" SRCBRANCH = "v4.1/dey-2.0/maint"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
COMPATIBLE_MACHINE = "(ccimx6ul)" COMPATIBLE_MACHINE = "(ccimx6ul)"