It looks like meta-evo4k's medx-buildhistory.bbclass is invoked during parsing, catching this issue.

For now keep your local fix, and I'll talk to people internally that know more about qat about the right way to resolve this.

Thanks,
Cal

On 12/12/2017 01:06 PM, Paul Knopf 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] <mailto:[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 <http://opensslfoundation.com> gets ping'd
    when parsing the recipes.

    I have to patch the recipe until opensslfoundation.com
    <http://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
    <http://openssl-qat_0.4.9-009.bb>
    b/common/recipes-extended/openssl-qat/openssl-qat_0.4.9-009.bb
    <http://openssl-qat_0.4.9-009.bb>
    index e3d8ccc..31d8a8f 100644
    ---
    a/common/recipes-extended/openssl-qat/openssl-qat_0.4.9-009.bb
    <http://openssl-qat_0.4.9-009.bb>
    +++
    b/common/recipes-extended/openssl-qat/openssl-qat_0.4.9-009.bb
    <http://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=OpenSSL_1_0_1-async;rev=asynch_v0.4.9-009
    
<http://opensslfoundation.com/openssl-async.git;branch=OpenSSL_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
    
<http://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-openssl_qat-add-version-script.patch \
    
file://openssl-qat_0.4.9-009-openssl_qat-add-openssl-async-specific-symbols.patch
    \
                  "





-- 
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to