|
preistall package when use a package manager
Hi,
I need to preinstall a package in a specific directory in my target image.
In detail I use RPM package manager and I like to include RPM packages in my target to provide a way to install services
Hi,
I need to preinstall a package in a specific directory in my target image.
In detail I use RPM package manager and I like to include RPM packages in my target to provide a way to install services
|
By
Matteo Facchinetti
·
#50747
·
|
|
[meta-mingw][PATCHv2] ninja: configure for mingw platform
Signed-off-by: Samuli Piippo <samuli.piippo@...>
---
recipes-core/images/core-image-mingw-sdktest.bb | 1 +
recipes-devtools/ninja/ninja_%.bbappend | 8 ++++++++
2 files changed, 9
Signed-off-by: Samuli Piippo <samuli.piippo@...>
---
recipes-core/images/core-image-mingw-sdktest.bb | 1 +
recipes-devtools/ninja/ninja_%.bbappend | 8 ++++++++
2 files changed, 9
|
By
Samuli Piippo
·
#50746
·
|
|
Can't found the zip.h during bitbake
#yocto
#devtool
Team,
I need to include zip.h header file in one of my C code (#include <zip.h>).
I have created a .bb file and added following command for compilation:
But, during bitbake it says:
Using the same
Team,
I need to include zip.h header file in one of my C code (#include <zip.h>).
I have created a .bb file and added following command for compilation:
But, during bitbake it says:
Using the same
|
By
Jaymin Dabhi
·
#50745
·
|
|
[meta-zephyr][PATCH] README.txt: update doc
Add python dependencies.
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
README.txt | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.txt
Add python dependencies.
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
README.txt | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.txt
|
By
Naveen Saini
·
#50744
·
|
|
[meta-zephyr][PATCH] zephyr-kernel: Add python dependencies
From: Jon Mason <jdmason@...>
Zephyr refuses to compile due to missing python dependencies.
Signed-off-by: Jon Mason <jdmason@...>
Signed-off-by: Naveen Saini
From: Jon Mason <jdmason@...>
Zephyr refuses to compile due to missing python dependencies.
Signed-off-by: Jon Mason <jdmason@...>
Signed-off-by: Naveen Saini
|
By
Naveen Saini
·
#50743
·
|
|
Re: Yocto recipe for Tailscale
#yocto
#golang
I seemed to have resolved all my issues getting a Yocto Bitbake recipe for the Tailscale client and CLI utility.
For future reference and in case it helps others, below is my Bitbake
I seemed to have resolved all my issues getting a Yocto Bitbake recipe for the Tailscale client and CLI utility.
For future reference and in case it helps others, below is my Bitbake
|
By
Mike Thompson <mthompson@...>
·
#50742
·
|
|
Re: #yocto systemd not able to start sshd after a reboot
#yocto
Interesting... Here is what I have on Fedora32:
[root@fedora32-ssd system]# pwd
/lib/systemd/system
[root@fedora32-ssd system]# cat /lib/systemd/system/sshd.service
[Unit]
Description=OpenSSH server
Interesting... Here is what I have on Fedora32:
[root@fedora32-ssd system]# pwd
/lib/systemd/system
[root@fedora32-ssd system]# cat /lib/systemd/system/sshd.service
[Unit]
Description=OpenSSH server
|
By
Zoran
·
#50741
·
|
|
Re: [meta-mingw][PATCH] ninja: configure for mingw platform
Thanks! Can you add this to core-image-mingw-sdktest to test it doesn't regress? Bonus points for writing a runtime test for it if there isn't one already
Thanks! Can you add this to core-image-mingw-sdktest to test it doesn't regress? Bonus points for writing a runtime test for it if there isn't one already
|
By
Joshua Watt
·
#50740
·
|
|
Re: #yocto systemd not able to start sshd after a reboot
#yocto
Hello All,
I finally got it to work!!!
There was a sshd.socket file in /lib/systemd/system which had the following line in it.
Conflicts=sshd.service
I remove it and added the following two
Hello All,
I finally got it to work!!!
There was a sshd.socket file in /lib/systemd/system which had the following line in it.
Conflicts=sshd.service
I remove it and added the following two
|
By
srijan.nandi@...
·
#50739
·
|
|
Re: Yocto recipe for Tailscale
#yocto
#golang
Inheriting from go-mod didn't make any difference that I could tell.
This is what I have so far for the Tailscale recipe. I'm resolving dependencies with individual Bitbake files that pull in
Inheriting from go-mod didn't make any difference that I could tell.
This is what I have so far for the Tailscale recipe. I'm resolving dependencies with individual Bitbake files that pull in
|
By
Mike Thompson <mthompson@...>
·
#50738
·
|
|
Re: Yocto recipe for Tailscale
#yocto
#golang
perhaps you need to inherit go-mod as well, if its using modules.
>
perhaps you need to inherit go-mod as well, if its using modules.
>
|
By
Khem Raj
·
#50737
·
|
|
Re: #yocto systemd not able to start sshd after a reboot
#yocto
Hello Srijan,
Did you recap/look into this sshd.service file?
https://lists.yoctoproject.org/g/yocto/message/49993
Zoran
_______
Hello Srijan,
Did you recap/look into this sshd.service file?
https://lists.yoctoproject.org/g/yocto/message/49993
Zoran
_______
|
By
Zoran
·
#50736
·
|
|
Re: Yocto recipe for Tailscale
#yocto
#golang
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
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
|
By
Mike Thompson <mthompson@...>
·
#50735
·
|
|
Re: #yocto systemd not able to start sshd after a reboot
#yocto
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
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
|
By
srijan.nandi@...
·
#50734
·
|
|
Re: [meta-zephyr][PATCH] zephyr-kernel: add Zephyr RTOS version 2.3.0 support
Perhaps you also should be defining
SRECREV_FORMAT = "default_cmsis"
as well now that you have multiple SRC_URIs
Perhaps you also should be defining
SRECREV_FORMAT = "default_cmsis"
as well now that you have multiple SRC_URIs
|
By
Khem Raj
·
#50733
·
|
|
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
·
|