Re: [yocto] Yocto recipe for Tailscale #yocto #golang

2020-09-18 Thread Khem Raj
On 9/18/20 4:46 PM, Mike Thompson via lists.yoctoproject.org wrote: OK, I'm making some progress a Bitbake recipe for the Tailscale client built using Go from various samples I found in the OpenEmbedded layers. However, I'm running into import issues during compilation and I'm hoping a person

Re: [yocto] #yocto systemd not able to start sshd after a reboot

2020-09-18 Thread Zoran
Hello Srijan, Did you recap/look into this sshd.service file? https://lists.yoctoproject.org/g/yocto/message/49993 Zoran ___ On Fri, Sep 18, 2020 at 8:07 PM wrote: > > Hello Khem, > > With the above sshd.service file the sshd daemon fails to start. It gives an > error "(code=exited, status

Re: [yocto] Yocto recipe for Tailscale #yocto #golang

2020-09-18 Thread Mike Thompson via lists.yoctoproject.org
OK, I'm making some progress a Bitbake recipe for the Tailscale client built using Go from various samples I found in the OpenEmbedded layers. However, I'm running into import issues during compilation and I'm hoping a person familiar with Go might be able to provide some hints. From what I can

Re: [yocto] #yocto systemd not able to start sshd after a reboot

2020-09-18 Thread srijan . nandi
Hello Khem, With the above sshd.service file the sshd daemon fails to start. It gives an error "(code=exited, status=203/EXEC)". Cannot figure out as to why the systemd for sshd fails to work, while the other systemd files are working perfectly fine. -=Srijan Nandi -=-=-=-=-=-=-=-=-=-=-=- Lin

Re: [yocto] [meta-zephyr][PATCH] zephyr-kernel: add Zephyr RTOS version 2.3.0 support

2020-09-18 Thread Khem Raj
On 9/17/20 9:43 PM, yock.gen@intel.com wrote: From: yockgenm Signed-off-by: yockgenm --- classes/zephyr-kernel-src.bbclass | 12 .../{qemu_4.2.%.bbappend => qemu_5.1.%.bbappend} | 0 .../zephyr-kernel/zephyr-kernel-common.inc | 1 + .../zephyr-k

Re: [yocto] #yocto systemd not able to start sshd after a reboot

2020-09-18 Thread Khem Raj
does something like this work? [Unit] Description=OpenSSH Daemon Wants=sshdgenkeys.service After=sshdgenkeys.service After=network.target [Service] ExecStart=/usr/bin/sshd -D ExecReload=/bin/kill -HUP $MAINPID KillMode=process Restart=always [Install] WantedBy=multi-user.target On Fri, Sep 18,

[yocto] #yocto systemd not able to start sshd after a reboot

2020-09-18 Thread srijan . nandi
I am facing a peculiar problem with openssh. I have built openssh_8.0p1on zeus. The sshd.service file is as follows: [Unit] Description=OpenSSH server daemon Documentation=man:sshd(8) man:sshd_config(5) After=sshdgenkeys.service Wants=sshdgenkeys.service [Service] Type=simple PIDFile=/var/run/ssh

[yocto] wic direct->vhd

2020-09-18 Thread Mauro Ziliani
Hi all. I'm working with dunfell. With wic to create .direct image. Which tool I have to use to convert .direct file to .vhd file? I try to look .vhd and .direct file with 'file' tool, but it seems .direct and .vhd has the same header. Best regards,    Mauro -=-=-=-=-=-=-=-=-=-=-=- Lin

[yocto] [meta-mingw][PATCH] ninja: configure for mingw platform

2020-09-18 Thread Samuli Piippo
Signed-off-by: Samuli Piippo --- recipes-devtools/ninja/ninja_%.bbappend | 8 1 file changed, 8 insertions(+) create mode 100644 recipes-devtools/ninja/ninja_%.bbappend diff --git a/recipes-devtools/ninja/ninja_%.bbappend b/recipes-devtools/ninja/ninja_%.bbappend new file mode 100644

[yocto] [meta-mingw][PATCH] Override SDK_VENDOR

2020-09-18 Thread Samuli Piippo
Set SDK_VENDOR to '-w64', which makes the host triplet match what GCC expect to find when using mingw32-w64. This enables features that are not functional in the classic mingw32, but have been implemented in the mingw32-w64. Disable 32bit libs from the runtime component when compiling for 64bit, w

[yocto] [meta-mingw][PATCH] cmake: remove dependency to bash-completion

2020-09-18 Thread Samuli Piippo
bash-completion pulls in ncurses which does not build for mingw. Signed-off-by: Samuli Piippo --- recipes-devtools/cmake/cmake_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-devtools/cmake/cmake_%.bbappend b/recipes-devtools/cmake/cmake_%.bbappend index 42d36ac..b2e8a19

[yocto] [meta-zephyr][PATCH v2] zephyr-kernel: add Zephyr RTOS version 2.3.0 support

2020-09-18 Thread yock . gen . mah
From: yockgenm Signed-off-by: yockgenm --- classes/zephyr-kernel-src.bbclass | 12 .../qemu/{qemu_4.2.%.bbappend => qemu_%.bbappend} | 0 .../zephyr-kernel/zephyr-kernel-common.inc | 1 + .../zephyr-kernel/zephyr-kernel-src_2.2.bb | 33 --

Re: [yocto] do_unpack() ISO Image

2020-09-18 Thread Richard Purdie
On Thu, 2020-09-17 at 20:09 -0700, Chuck Wolber wrote: > > Hi all, > > I have a need to unpack an ISO image during do_unpack. This does not > appear to be one of the extensions that is handled by default, so I > am working out a way to use xorriso to do this for me. > > I can get this to work in