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]> --- .../linux/linux-ti-staging_3.14.bbappend | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.14.bbappend b/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.14.bbappend index b178b5e..b25df8f 100644 --- a/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.14.bbappend +++ b/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.14.bbappend @@ -1,4 +1,13 @@ -MACHINE_KERNEL_PR_append = "-arago1" +MACHINE_KERNEL_PR_append = "-arago2" + +OLD_BRANCH := "${BRANCH}" +SRC_URI_am57xx-evm := "${@oe_filter_out('git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${OLD_BRANCH}','${SRC_URI}', d)}" + +BRANCH_am57xx-evm = "beagle-x15-v3.14" + +SRC_URI_am57xx-evm += "git://git.ti.com/~nmenon/ti-linux-kernel/ti-linux-x15-validate.git;protocol=git;branch=${BRANCH}" + +KERNEL_DEVICETREE_dra7xx = "dra7-evm.dtb am57xx-beagle-x15.dtb" FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
