Acked-by: Franklin Cooper Jr. <[email protected]>
> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Maupin, Chase > Sent: Friday, June 20, 2014 2:10 PM > To: Denys Dmytriyenko; [email protected] > Subject: Re: [meta-arago] [PATCH 13/19] wpa-supplicant: 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 13/19] wpa-supplicant: 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]> > >--- > > .../wpa-supplicant/wpa-supplicant-wl18xx_r8.a8.10.bb > >| 1 + > > .../recipes-connectivity/wpa-supplicant/wpa-supplicant.inc > >| 2 +- > > 2 files changed, 2 insertions(+), 1 deletion(-) > > > >diff --git a/meta-arago-extras/recipes-connectivity/wpa- > >supplicant/wpa-supplicant-wl18xx_r8.a8.10.bb b/meta-arago- > >extras/recipes-connectivity/wpa-supplicant/wpa-supplicant- > >wl18xx_r8.a8.10.bb > >index 6340967..bfe617e 100644 > >--- a/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa- > >supplicant-wl18xx_r8.a8.10.bb > >+++ b/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa- > >supplicant-wl18xx_r8.a8.10.bb > >@@ -12,6 +12,7 @@ FILESEXTRAPATHS_append := "${THISDIR}/wpa- > >supplicant:" > > > > # Tag: ol_r8.a8.10 > > SRCREV = "257ab333aad993b4be81808524bc0d939c276058" > >+BRANCH = "mbss_suspend" > > PR_append = "b+gitr${SRCPV}" > > > > # Add ti to the PV to indicate that this is a TI modify version of > >wpa-supplicant. > >diff --git a/meta-arago-extras/recipes-connectivity/wpa- > >supplicant/wpa-supplicant.inc b/meta-arago-extras/recipes- > >connectivity/wpa-supplicant/wpa-supplicant.inc > >index 9678b1b..e0bda11 100644 > >--- a/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa- > >supplicant.inc > >+++ b/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa- > >supplicant.inc > >@@ -16,7 +16,7 @@ DEFAULT_PREFERENCE = "-1" > > > > PR = "r6" > > > >-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://defconfig \ > > file://defaults-sane \ > > file://wpa-supplicant.sh \ > >-- > >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
