Just being lazy and there's one bb recipe, so the branch can change with SRCREV. In other recipes SRCREV and SRC_URI were in different files so didn't want branch to be hidden and missed on next update....
On Fri, Jun 20, 2014 at 07:09:50PM +0000, Maupin, Chase wrote: > On second thought, looking at patch 12 is there any reason not to use a > BRANCH variable? > > > >-----Original Message----- > >From: [email protected] [mailto:meta-arago- > >[email protected]] On Behalf Of Denys Dmytriyenko > >Sent: Friday, June 20, 2014 12:57 PM > >To: [email protected] > >Subject: [meta-arago] [PATCH 11/19] wl18xx-firmware: specify the > >branch being used for this version > > > >From: Denys Dmytriyenko <[email protected]> > > > >Bitbake fetcher now requires the branch to be specified when > >SRCREV is not on master > > > >Signed-off-by: Denys Dmytriyenko <[email protected]> > >--- > > .../recipes-bsp/wl18xx-firmware/wl18xx-firmware_r8.a8.10.bb > >| 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > >diff --git a/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx- > >firmware_r8.a8.10.bb b/meta-arago-extras/recipes-bsp/wl18xx- > >firmware/wl18xx-firmware_r8.a8.10.bb > >index 5db1c99..b59f1c4 100644 > >--- a/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx- > >firmware_r8.a8.10.bb > >+++ b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx- > >firmware_r8.a8.10.bb > >@@ -13,7 +13,7 @@ RCONFLICTS_${PN} += "wl12xx-firmware" > > > > # Tag: ol_r8.a8.10 > > SRCREV = "89dc93a5c23fd69ebacd64c936ba5aabf173c29b" > >-SRC_URI = "git://github.com/TI- > >OpenLink/wl18xx_fw.git;protocol=git \ > >+SRC_URI = "git://github.com/TI- > >OpenLink/wl18xx_fw.git;protocol=git;branch=mbss \ > > file://0001-Add-Makefile-for-SDK.patch \ > > " > > > >-- > >2.0.0 > > > >_______________________________________________ > >meta-arago mailing list > >[email protected] > >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
