|
Re: #yocto systemd not able to start sshd after a reboot
#yocto
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
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
|
By
Khem Raj
·
#50732
·
|
|
#yocto systemd not able to start sshd after a reboot
#yocto
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)
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)
|
By
srijan.nandi@...
·
#50731
·
|
|
wic direct->vhd
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
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
|
By
Mauro Ziliani
·
#50730
·
|
|
[meta-mingw][PATCH] ninja: configure for mingw platform
Signed-off-by: Samuli Piippo <samuli.piippo@...>
---
recipes-devtools/ninja/ninja_%.bbappend | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644
Signed-off-by: Samuli Piippo <samuli.piippo@...>
---
recipes-devtools/ninja/ninja_%.bbappend | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644
|
By
Samuli Piippo
·
#50729
·
|
|
[meta-mingw][PATCH] cmake: remove dependency to bash-completion
bash-completion pulls in ncurses which does not build for mingw.
Signed-off-by: Samuli Piippo <samuli.piippo@...>
---
recipes-devtools/cmake/cmake_%.bbappend | 1 +
1 file changed, 1
bash-completion pulls in ncurses which does not build for mingw.
Signed-off-by: Samuli Piippo <samuli.piippo@...>
---
recipes-devtools/cmake/cmake_%.bbappend | 1 +
1 file changed, 1
|
By
Samuli Piippo
·
#50728
·
|
|
[meta-mingw][PATCH] Override SDK_VENDOR
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
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
|
By
Samuli Piippo
·
#50727
·
|
|
[meta-security][zeus][PATCH 1/1] clamav: add INSTALL_CLAMAV_CVD flag to do_install
Recipe provides INSTALL_CLAMAV_CVD flag to bypass clamav
cvd db creation. During do_install this flag should be
used to conditionally skip install of cvd db if needed.
Signed-off-by: Charlie Davies
Recipe provides INSTALL_CLAMAV_CVD flag to bypass clamav
cvd db creation. During do_install this flag should be
used to conditionally skip install of cvd db if needed.
Signed-off-by: Charlie Davies
|
By
Charlie Davies
·
#50726
·
|
|
[meta-security][zeus][PATCH 0/1] Clamav db creation skip bug
Hi Armin,
With the dunfell patch accepted I removed my local fix which has
now shown that the same issue exists on the zeus branch (I run
my builds against zeus and dunfell).
This patch fixes the
Hi Armin,
With the dunfell patch accepted I removed my local fix which has
now shown that the same issue exists on the zeus branch (I run
my builds against zeus and dunfell).
This patch fixes the
|
By
Charlie Davies
·
#50725
·
|
|
[meta-zephyr][PATCH v2] zephyr-kernel: add Zephyr RTOS version 2.3.0 support
From: yockgenm <yock.gen.mah@...>
Signed-off-by: yockgenm <yock.gen.mah@...>
---
classes/zephyr-kernel-src.bbclass | 12 ++++----
.../qemu/{qemu_4.2.%.bbappend =>
From: yockgenm <yock.gen.mah@...>
Signed-off-by: yockgenm <yock.gen.mah@...>
---
classes/zephyr-kernel-src.bbclass | 12 ++++----
.../qemu/{qemu_4.2.%.bbappend =>
|
By
yock.gen.mah@...
·
#50724
·
|
|
Re: do_unpack() ISO Image
You can do the same thing with:
do_unpack[depends] += " xorriso:do_populate_sysroot"
but note that you want xorriso-native, not xorriso.
Cheers,
Richard
You can do the same thing with:
do_unpack[depends] += " xorriso:do_populate_sysroot"
but note that you want xorriso-native, not xorriso.
Cheers,
Richard
|
By
Richard Purdie
·
#50723
·
|
|
Re: Yocto recipe for Tailscale
#yocto
#golang
Hi Mike,
lists.yoctoproject.org wrote:
I usually search on the OpenEmbedded layer index:
http://layers.openembedded.org/layerindex/branch/master/recipes/?q=tailscale
Seems like you are right, there
Hi Mike,
lists.yoctoproject.org wrote:
I usually search on the OpenEmbedded layer index:
http://layers.openembedded.org/layerindex/branch/master/recipes/?q=tailscale
Seems like you are right, there
|
By
Nicolas Jeker
·
#50722
·
|
|
Yocto recipe for Tailscale
#yocto
#golang
Does anyone know if there is an existing bitbake recipe for building the Tailscale client daemon and CLI tool from the following source? A search on Google yielded no obvious
Does anyone know if there is an existing bitbake recipe for building the Tailscale client daemon and CLI tool from the following source? A search on Google yielded no obvious
|
By
Mike Thompson
·
#50721
·
|
|
[meta-zephyr][PATCH] zephyr-kernel: add Zephyr RTOS version 2.3.0 support
From: yockgenm <yock.gen.mah@...>
Signed-off-by: yockgenm <yock.gen.mah@...>
---
classes/zephyr-kernel-src.bbclass | 12 ++++----
.../{qemu_4.2.%.bbappend =>
From: yockgenm <yock.gen.mah@...>
Signed-off-by: yockgenm <yock.gen.mah@...>
---
classes/zephyr-kernel-src.bbclass | 12 ++++----
.../{qemu_4.2.%.bbappend =>
|
By
yock.gen.mah@...
·
#50720
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.2_M3.rc1)
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.2_M3.rc1.
We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.2_M3.rc1.
We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
|
By
Sangeeta Jain
·
#50719
·
|
|
do_unpack() ISO Image
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
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
|
By
Chuck Wolber
·
#50718
·
|
|
Re: Emulator tool for imx8m
#linux
#devtool
#yocto
closed you can get is qemuarm64, you can also use package management
in image and install/update/remove individual packages. something
closed you can get is qemuarm64, you can also use package management
in image and install/update/remove individual packages. something
|
By
Khem Raj
·
#50717
·
|
|
QA notification for completed autobuilder build (yocto-3.2_M3.rc1)
A build flagged for QA (yocto-3.2_M3.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.2_M3.rc1
Build hash information:
bitbake:
A build flagged for QA (yocto-3.2_M3.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.2_M3.rc1
Build hash information:
bitbake:
|
By
Pokybuild User
·
#50716
·
|
|
Re: [yocto-builds] relocate_sdk.py is failing when installing yocto3.1.2 SDK
Hi Vijay,
I have redirected this thread to the main yocto list.
The yocto-builds list is for automated build outputs
rather than discussions.
Hi Vijay,
I have redirected this thread to the main yocto list.
The yocto-builds list is for automated build outputs
rather than discussions.
|
By
Randy MacLeod
·
#50715
·
|
|
Re: Emulator tool for imx8m
#linux
#devtool
#yocto
Hello!
Generally speaking, at the point when we get to working with boards we are needing to interact with the outside world so we have to run on the target hardware. Once U-Boot (or equivalent) is
Hello!
Generally speaking, at the point when we get to working with boards we are needing to interact with the outside world so we have to run on the target hardware. Once U-Boot (or equivalent) is
|
By
Andy Pont
·
#50714
·
|
|
Emulator tool for imx8m
#linux
#devtool
#yocto
Hi,
Actually I'm working on the DART-IMX8M board. I can able to build the image in linux machine and run it on the board. But for every build, i have to run the image on board. I have checked on the
Hi,
Actually I'm working on the DART-IMX8M board. I can able to build the image in linux machine and run it on the board. But for every build, i have to run the image on board. I have checked on the
|
By
Amrun Nisha.R
·
#50713
·
|