Also, the server has been down for a few days. On Tue, Dec 12, 2017 at 4:06 PM, Paul Knopf <[email protected]> wrote:
> There is no SRCREV set, so during parse, bitbake queries to see if there > is any new sources for the branch. > > The moment I changed it to GitHub, it worked. > > Here is the log. https://gist.github.com/pauldotknopf/ > b551cd42b7987f5eec01a85cb84c7d78 > > I am on pyro. > > On Tue, Dec 12, 2017 at 3:27 PM, Cal Sullivan < > [email protected]> wrote: > >> Hmm, I wouldn't expect it to cause an error while parsing. What release >> are you working with? >> >> Also, any idea on how long that site has been down? If its been down for >> a long time without anyone realizing it, could we just remove the recipe? >> >> Thanks, >> Cal >> >> On 12/12/2017 08:18 AM, Paul Knopf wrote: >> >> The issue is with openssl-qat. I am not directly using it, but >> opensslfoundation.com gets ping'd when parsing the recipes. >> >> I have to patch the recipe until opensslfoundation.com comes back online. >> >> As anyone else experiencing this? >> >> Here is the patch I have applied to my local machine. >> >> diff --git a/common/recipes-extended/openssl-qat/openssl-qat_0.4.9-009.bb >> b/common/recipes-extended/openssl-qat/openssl-qat_0.4.9-009.bb >> index e3d8ccc..31d8a8f 100644 >> --- a/common/recipes-extended/openssl-qat/openssl-qat_0.4.9-009.bb >> +++ b/common/recipes-extended/openssl-qat/openssl-qat_0.4.9-009.bb >> @@ -2,7 +2,7 @@ include openssl-qat.inc >> >> OPENSSL_VERSION = "1.0.1async" >> >> -SRC_URI += "git://opensslfoundation.com/openssl-async.git;branch=OpenSS >> L_1_0_1-async;rev=asynch_v0.4.9-009 \ >> +SRC_URI += "git://github.com/RIFTIO/openssl-async.git;branch=OpenSSL_1_ >> 0_1-async;rev=asynch_v0.4.9-009 \ >> file://openssl-qat_0.4.9-009-o >> penssl_qat-add-version-script.patch \ >> file://openssl-qat_0.4.9-009-o >> penssl_qat-add-openssl-async-specific-symbols.patch \ >> " >> >> >> >> >
-- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
