linux, u-boot: configure recipes to use maintenance branches
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
d7f4c86279
commit
fdf8978e57
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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$)"
|
||||||
|
|
|
||||||
|
|
@ -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)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue