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
