From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from hosting.emcodev.net (hosting.emcodev.net [178.18.92.162]) by mx.groups.io with SMTP id smtpd.web11.11545.1614262139199127112 for ; Thu, 25 Feb 2021 06:09:00 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@basmevissen.nl header.s=default header.b=WTSI2VbF; spf=pass (domain: basmevissen.nl, ip: 178.18.92.162, mailfrom: abuse@basmevissen.nl) Received: from localhost (localhost [127.0.0.1]) by hosting.emcodev.net (Postfix) with ESMTP id 1D2EC212011; Thu, 25 Feb 2021 15:08:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=basmevissen.nl; h=message-id:user-agent:references:in-reply-to:subject:subject :from:from:date:date:content-transfer-encoding:content-type :content-type:mime-version; s=default; t=1614262136; x= 1616076537; bh=+fcgSj7cRpNENH23fjw4lOut1syViaSH3yH2GFKKztw=; b=W TSI2VbFAGZjsk1o3y9VSdJ0/CRmEDHOjW/Qq35mC2O6OtGfUKQblweSFDwjMal7O kbkpjDYo0aYHeoVGzv+NXOOyBCAsl7FXypLK2udLLTD+1/abzaE9dTqX+JFHBTw5 wZ248pwbhGLCGKccwgdgvYhuP/00Q+irOSHxbfvkd8tr7d2gpE+t3XbkGnxej5qz gtyo0CilR7Vr4fho7zJvGwnKfIxYsKDLxa7lOB2WG6SaS10l/oufR4qKX4SMI3dZ RrUy2TYmQ+DfzJM7tb5isTFt5UubL14suEVnzGIC141kUU9e3zBjKkWR4i0zjLFO Z7O+HjyZR0/yzw5KwIQ1KvSIJeLFsyyQYUJMBCMVT8DkwiHbDaS/UmZ6L/yO1ab0 29cxbfbAOfe17VsQdqPhie8JYX0xC/faiMTAWx2hUiQoLRocrMkfur9MrDRdO+1s UDgiGRBmnmz2ulIJllFH7CmKUu/TEV1Hoo0x/7WoyrTbACm/VLiJjHhlHI26KDK1 G5w3IXo/3bDgQMYThyF1zlyvx94Vx/YN5VjSGwlo0sl0LD6OCZdnp/dkdF57levs n9KdlWB19nj1j15JJF8MU3eIAhoLNF7T5QO1hntAtHmLLktmzCJd9HfOkLbMNsZg ddQx5nN8Sc3d3WRwIRZltq0mwWMlvHHzZDrqC+E3x8= Received: from hosting.emcodev.net ([127.0.0.1]) by localhost (hosting.emcodev.net [127.0.0.1]) (amavisd-new, port 10026) with LMTP id 9auumUq8jTgl; Thu, 25 Feb 2021 15:08:56 +0100 (CET) Received: from emcodev.nl (localhost [127.0.0.1]) by hosting.emcodev.net (Postfix) with ESMTP id 1FE2D21200B; Thu, 25 Feb 2021 15:08:56 +0100 (CET) MIME-Version: 1.0 Date: Thu, 25 Feb 2021 15:08:56 +0100 From: "Bas Mevissen" To: "Zunzunegui Abad, Mario-Sergio" Cc: meta-freescale@lists.yoctoproject.org Subject: Re: [meta-freescale] Wireguard recipe In-Reply-To: References: User-Agent: Roundcube Webmail/1.4.11 Message-ID: <8e827cae00f89c5f2eaa186853530022@basmevissen.nl> X-Sender: abuse@basmevissen.nl Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit On 2021-02-22 16:28, Zunzunegui Abad, Mario-Sergio wrote: > [Edited Message Follows] > > Hello. > > I am trying to install WireGuard in Yocto. > > I have included the code and recipe and compiled all with bitbake and > generated an image. > > I have added the code provided by NXP in folder > sources/meta-openembedded/meta-networking/recipes-kernel. > > Also added "wireguard-tools" in IMAGE_INSTALL_append in > meta-freescale/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? > Aren't you missing the kmod-wireguard package in your image? > Regards. > > #Yocto-wireguard > >