|
Re: preistall package when use a package manager
it seems you want to bundle unstalled packages ( rpms ) in your firmware, perhaps you can look at adding a ROOTFS_POSTPROCESS_COMMAND and copy the needed packages, but you need to be sure that all
it seems you want to bundle unstalled packages ( rpms ) in your firmware, perhaps you can look at adding a ROOTFS_POSTPROCESS_COMMAND and copy the needed packages, but you need to be sure that all
|
By
Khem Raj
·
#50762
·
|
|
Re: RDEPENDS problem
You could try with PROVIDES:https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-PROVIDES
-- Maciej PijanowskiEmbedded Systems EngineerGPG:
You could try with PROVIDES:https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-PROVIDES
-- Maciej PijanowskiEmbedded Systems EngineerGPG:
|
By
Maciej Pijanowski
·
#50761
·
|
|
[meta-zephyr][morty PATCH] zephyr-kernel: update URLs
URLs no longer point to a valid location. Update to the current
location.
Signed-off-by: Jon Mason <jon.mason@...>
---
classes/zephyr-kernel-src.bbclass | 2 +-
URLs no longer point to a valid location. Update to the current
location.
Signed-off-by: Jon Mason <jon.mason@...>
---
classes/zephyr-kernel-src.bbclass | 2 +-
|
By
Jon Mason
·
#50760
·
|
|
[meta-zephyr][PATCH] zephyr-kernel: Add python dependencies
Zephyr refuses to compile due to missing python dependencies.
Signed-off-by: Jon Mason <jon.mason@...>
Signed-off-by: Ross Burton <ross.burton@...>
---
Zephyr refuses to compile due to missing python dependencies.
Signed-off-by: Jon Mason <jon.mason@...>
Signed-off-by: Ross Burton <ross.burton@...>
---
|
By
Jon Mason
·
#50759
·
|
|
RDEPENDS problem
I have a custom recipe that copies a .so, that libMotors.so calls functions in another libcanfestival.so.
When I first added in the copy of the .so
I didn't have an RDEPENDS and Yocto printed out an
I have a custom recipe that copies a .so, that libMotors.so calls functions in another libcanfestival.so.
When I first added in the copy of the .so
I didn't have an RDEPENDS and Yocto printed out an
|
By
Greg Wilson-Lindberg
·
#50758
·
|
|
Re: Can't found the zip.h during bitbake
#yocto
#devtool
Add
DEPENDS += "libzip"
in failing recipe ( .bb) file.
On Mon, Sep 21, 2020 at 12:40 AM Jaymin Dabhi via
lists.yoctoproject.org
<jaymin.dabhi=vivaldi.net@...> wrote:
Add
DEPENDS += "libzip"
in failing recipe ( .bb) file.
On Mon, Sep 21, 2020 at 12:40 AM Jaymin Dabhi via
lists.yoctoproject.org
<jaymin.dabhi=vivaldi.net@...> wrote:
|
By
Khem Raj
·
#50757
·
|
|
Re: Yocto recipe for Tailscale
#yocto
#golang
Hi Mike,
Could you send your tailscale recipe to meta-openembedded/meta-networking?
Email: OpenEmbedded Development mailing list <openembedded-devel@...>
Hi Mike,
Could you send your tailscale recipe to meta-openembedded/meta-networking?
Email: OpenEmbedded Development mailing list <openembedded-devel@...>
|
By
Randy MacLeod
·
#50756
·
|
|
Re: #yocto systemd not able to start sshd after a reboot
#yocto
Seems strange to me too...I had been troubleshooting the sshd.service issue for two days. There was no logs, nothing. I was just hitting the wall. I tried a lot of combinations to get it to work but
Seems strange to me too...I had been troubleshooting the sshd.service issue for two days. There was no logs, nothing. I was just hitting the wall. I tried a lot of combinations to get it to work but
|
By
srijan.nandi@...
·
#50755
·
|
|
Re: #yocto systemd not able to start sshd after a reboot
#yocto
Interesting... Pushed/forced me to think.
There is no formal dependency between sshd.service and sshd.socket!
[vuser@fedora32-ssd systemd]$ systemctl list-dependencies sshd.service
| grep
Interesting... Pushed/forced me to think.
There is no formal dependency between sshd.service and sshd.socket!
[vuser@fedora32-ssd systemd]$ systemctl list-dependencies sshd.service
| grep
|
By
Zoran
·
#50754
·
|
|
Re: [meta-mingw][PATCH] Override SDK_VENDOR
Thanks. I figured that was the case. This is testing on the AB.
Thanks. I figured that was the case. This is testing on the AB.
|
By
Joshua Watt
·
#50753
·
|
|
Re: [meta-mingw][PATCH] Override SDK_VENDOR
This enables it for both x86_64-mingw32 and i686-mingw32 targets and it makes sense
since it's not about the target bitness but the mingw implementation. w64 has support
for both targets and provides
This enables it for both x86_64-mingw32 and i686-mingw32 targets and it makes sense
since it's not about the target bitness but the mingw implementation. w64 has support
for both targets and provides
|
By
Samuli Piippo
·
#50752
·
|
|
Re: [meta-mingw][PATCH] Override SDK_VENDOR
Does this enable it for the i686 toolchain also? Does that make sense?
Does this enable it for the i686 toolchain also? Does that make sense?
|
By
Joshua Watt
·
#50751
·
|
|
Re: #yocto systemd not able to start sshd after a reboot
#yocto
Not sure about that.
The problem I faced was because there was a sshd.socket that had the following line in it. The sshd.socket comes with openssh.
Conflicts=sshd.service
So I had two options.
Not sure about that.
The problem I faced was because there was a sshd.socket that had the following line in it. The sshd.socket comes with openssh.
Conflicts=sshd.service
So I had two options.
|
By
srijan.nandi@...
·
#50750
·
|
|
Re: wvdial & wvstream Error
Are you trying to use it with openssl-1.0.*? Either use openssl-1.1 or revert the changes from https://github.com/apenwarr/wvstreams/pull/2/commits.
Are you trying to use it with openssl-1.0.*? Either use openssl-1.1 or revert the changes from https://github.com/apenwarr/wvstreams/pull/2/commits.
|
By
Martin Jansa
·
#50749
·
|
|
wvdial & wvstream Error
Hi,
I was messing around with wvdial & wvstream for a while. Now the patches are at the correct locations, but still there is a compile error:
Here is the error
Hi,
I was messing around with wvdial & wvstream for a while. Now the patches are at the correct locations, but still there is a compile error:
Here is the error
|
By
Zoltan Kerenyi Nagy
·
#50748
·
|
|
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
·
|