From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mo2.myeers.net (mo2.myeers.net [87.190.7.233]) by mx.groups.io with SMTP id smtpd.web09.36782.1614007699987852422 for ; Mon, 22 Feb 2021 07:28:21 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@airbus.com header.s=eers-ng2048 header.b=gTcW/D8I; spf=pass (domain: airbus.com, ip: 87.190.7.233, mailfrom: mario.zunzunegui@airbus.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=airbus.com; i=@airbus.com; l=14480; q=dns/txt; s=eers-ng2048; t=1614007700; x=1645543700; h=from:to:subject:date:message-id:mime-version; bh=yuuERkqjP+WLLTJm1VgqBQwCAk2aMSNHd30sKIWgy3g=; b=gTcW/D8IKDh8oppwYosYjWsEKKngocsiqyIyPhhYxpBtZBPIBoJYYO6f /rYbDWyI3uLhr12nhoGNw48qPwhL/nLcH4ouTIX15aufJB/uMuL5fxKLM L3cUY5jjzx4SUUYQS5r+/RvTixppLXa2Nn3aqMLS7LuI79VbTQv5mtxIB gJ8LeiEeKUW7rXzbZXtOKTljRgEXM5upF5wicXNVICCPnYwImFMbypcjR ZcnYyxsoOyDoB8I+2St/qsGkJmbI3/BPAPDQz8wl6d5/aUSSLs0/jajwT SjoFrY5vfqyKQV1PgeHv+UgvsYH72zbYaAESveM9P8VsgTWsigJcNPiiY A==; X-IronPort-AV: E=Sophos;i="5.81,197,1610406000"; d="scan'208,217";a="222824233" Received: from ec2-44-225-67-170.us-west-2.compute.amazonaws.com (HELO DE0-03HUB-P01.central.mail.corp) ([44.225.67.170]) by de0-03iro-p03-out.myeers.net with ESMTP/TLS/AES256-SHA; 22 Feb 2021 16:28:17 +0100 Received: from esa2e.demail.de.airbusds.corp (10.67.144.34) by DE0-03HUB-P01.central.mail.corp (44.225.67.172) with Microsoft SMTP Server id 15.0.1497.2; Mon, 22 Feb 2021 16:28:13 +0100 Received: from unknown (HELO CD1-4DDAG04-P02.cdmail.common.airbusds.corp) ([10.67.164.152]) by esa2i.demail.de.airbusds.corp with ESMTP; 22 Feb 2021 16:28:13 +0100 Received: from CD1-4DDAG04-P02.cdmail.common.airbusds.corp (10.67.164.152) by CD1-4DDAG04-P02.cdmail.common.airbusds.corp (10.67.164.152) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 22 Feb 2021 16:28:13 +0100 Received: from CD1-4DDAG04-P02.cdmail.common.airbusds.corp ([10.67.164.152]) by CD1-4DDAG04-P02.cdmail.common.airbusds.corp ([10.67.164.152]) with mapi id 15.00.1497.006; Mon, 22 Feb 2021 16:28:13 +0100 From: "Zunzunegui Abad, Mario-Sergio" To: "meta-freescale@lists.yoctoproject.org" Subject: Wireguard recipe Thread-Topic: Wireguard recipe Thread-Index: AdcJL1Uvrvf9FDUnT9WDk1rKQjjX0g== Date: Mon, 22 Feb 2021 15:28:13 +0000 Message-ID: <9e195d21fc264317be075273f03cba3a@CD1-4DDAG04-P02.cdmail.common.airbusds.corp> Accept-Language: es-ES, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-classifier: janusSEAL for Outlook 3.2.9 x-janusnet-msgid: 3CA1E8A097A5408EB3A9503E54E02240 x-janusnet-msgid-original: x-janusnet-threadid: DF981DBF6ADD4D4FA1A928BA2F57EAF6 x-protective-marking: VER=2005.6, NS=2017.10.ads.airbus.com, SEC=Airbus Amber, ORIGIN=mario.zunzunegui@airbus.com x-janusnet-pmconfirmed: True x-bromium-msgid: f5aa8d27-44aa-40de-b565-b462745980b7 x-ms-exchange-transport-fromentityheader: Hosted MIME-Version: 1.0 Return-Path: mario.zunzunegui@airbus.com X-TM-SNTS-SMTP: 7A9DF7292DAA99ABD46AABCFEBD4268E7BABDC85F2EBF53540BE7A79766285F42000:8 X-GM-Security: forwarded Content-Language: es-ES Content-Type: multipart/alternative; boundary="_000_9e195d21fc264317be075273f03cba3aCD14DDAG04P02cdmailcomm_" --_000_9e195d21fc264317be075273f03cba3aCD14DDAG04P02cdmailcomm_ Content-Type: text/plain; charset=UTF-8 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hello. I am trying to install WireGuard in Yocto. I have included the code and recipe and compiled all with bitbake and gene= rated an image. I have added the code provided by NXP in folder sources/meta-openembedded/= meta-networking/recipes-kernel. Also added =C2=A0"wireguard-tools" in IMAGE_INSTALL_append in meta-freesca= le/recipes-fsl/images/fsl-image-core.bb, then run "bitbake fsl-image-core" I can generate public and private keys with wg command. But when I try to configure WireGuard, it seems that it is not loaded the = module. root@vpx3-152:~# modprobe wireguard modprobe: FATAL: Module wireguard not found. root@vpx3-152:~# What I am doing wrong? Regards. #Yocto-wireguard --_000_9e195d21fc264317be075273f03cba3aCD14DDAG04P02cdmailcomm_ Content-Type: text/html; charset=UTF-8 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable
Hello.

I am trying to install WireGua= rd in Yocto.

I have included the code and r= ecipe and compiled all with bitbake and generated an image.

 

I have added the code provi= ded by NXP in folder sources/meta-openembedded/meta-networking/recipes-kern= el.

 

Also added  "wireguard= -tools" in IMAGE_INSTALL_append in meta-freescale/recipes-fsl/images/fsl-im= age-core.bb, then run "bitbake fsl-image-core"

 

I can generate public and priv= ate keys with wg command.

 

But when I try to configure Wi= reGuard, it seems that it is not loaded the module.

 

root@vpx3-152:~# modprobe wire= guard

modprobe: FATAL: Module wiregu= ard not found.

root@vpx3-152:~#

 

What I am doing wrong?<= /p>

Regards.

 

#Yocto-wireguard

--_000_9e195d21fc264317be075273f03cba3aCD14DDAG04P02cdmailcomm_--