From: "Franklin S. Cooper Jr" <[email protected]> * Currently AM57x support is hosted on a separate branch and git tree that is based on the latest u-boot-ti-staging integration tree. * Point to this branch and git tree for am57xx-evm until it is merged.
Signed-off-by: Franklin S. Cooper Jr <[email protected]> --- .../u-boot/u-boot-ti-staging_2014.07.bbappend | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bbappend b/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bbappend index 5b6ab64..1243058 100644 --- a/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bbappend +++ b/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bbappend @@ -1,6 +1,17 @@ # Append the base 2014.07 u-boot mainline recipe to AUTOREV for now so that # we can test the latest mainline -PR_append = "-arago1+gitr${SRCPV}" +PR_append = "-arago2+gitr${SRCPV}" + +# AM57x EVM is currently on a seperate git tree/branch. +# Once the software has been integrated to the u-boot-ti-staging +# repository these lines can be removed. + +OLD_BRANCH := "${BRANCH}" +SRC_URI_am57xx-evm := "${@oe_filter_out('git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${OLD_BRANCH}','${SRC_URI}', d)}" + +BRANCH_am57xx-evm = "beaglex15" + +SRC_URI_am57xx-evm += "git://github.com/felipebalbi/u-boot.git;protocol=https;branch=${BRANCH}" SRCREV = "${AUTOREV}" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
