* While the 2014.07 u-boot is being developed go ahead and set it to AUTOREV so we can keep picking up the latest changes.
Signed-off-by: Chase Maupin <[email protected]> --- .../recipes-bsp/u-boot/u-boot_2014.07.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-arago-distro/recipes-bsp/u-boot/u-boot_2014.07.bbappend diff --git a/meta-arago-distro/recipes-bsp/u-boot/u-boot_2014.07.bbappend b/meta-arago-distro/recipes-bsp/u-boot/u-boot_2014.07.bbappend new file mode 100644 index 0000000..5b6ab64 --- /dev/null +++ b/meta-arago-distro/recipes-bsp/u-boot/u-boot_2014.07.bbappend @@ -0,0 +1,6 @@ +# 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}" + +SRCREV = "${AUTOREV}" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
