I'm not familiar with the git repos for these wireless packages. Do we need our wireless friends to confirm these branches? Taking a quick glance it looks like this tag was based on the android_jb_mr1_39 branch but mbss_suspend is forked off of android_jb_mr1_39.
> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Maupin, Chase > Sent: Friday, June 20, 2014 2:09 PM > To: Denys Dmytriyenko; [email protected] > Subject: Re: [meta-arago] [PATCH 12/19] hostap-daemon: specify the branch > being used for this version > > Acked-by: Chase Maupin <[email protected]> > > >-----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 12/19] hostap-daemon: 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-connectivity/hostap/hostap-daemon-wl18xx_r8.a8.10.bb > >| 1 + > > meta-arago-extras/recipes-connectivity/hostap/hostap.inc > >| 2 +- > > 2 files changed, 2 insertions(+), 1 deletion(-) > > > >diff --git a/meta-arago-extras/recipes-connectivity/hostap/hostap- > >daemon-wl18xx_r8.a8.10.bb b/meta-arago-extras/recipes- > >connectivity/hostap/hostap-daemon-wl18xx_r8.a8.10.bb > >index acd3c29..cd5d8d3 100644 > >--- a/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon- > >wl18xx_r8.a8.10.bb > >+++ b/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon- > >wl18xx_r8.a8.10.bb > >@@ -16,6 +16,7 @@ PV = "2.0-devel-ti" > > > > # Tag: ol_r8.a8.10 > > SRCREV = "257ab333aad993b4be81808524bc0d939c276058" > >+BRANCH = "mbss_suspend" > > > > PROVIDES += "hostap-daemon" > > RPROVIDES_${PN} += "hostap-daemon" > >diff --git a/meta-arago-extras/recipes- connectivity/hostap/hostap.inc > >b/meta-arago-extras/recipes- connectivity/hostap/hostap.inc index > >9be2585..15e82d5 100644 > >--- a/meta-arago-extras/recipes-connectivity/hostap/hostap.inc > >+++ b/meta-arago-extras/recipes-connectivity/hostap/hostap.inc > >@@ -18,7 +18,7 @@ INITSCRIPT_NAME="hostapd" > > > > CONFFILES_${PN} += "${sysconfdir}/hostapd.conf" > > > >-SRC_URI = "git://github.com/TI-OpenLink/hostap.git;protocol=git \ > >+SRC_URI = "git://github.com/TI- > >OpenLink/hostap.git;protocol=git;branch=${BRANCH} \ > > file://0001-hostapd-change-conf-file-for-better-oob- > >startup.patch;patchdir=.. \ > > file://defconfig \ > > file://init" > >-- > >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
