|
Switching between multiple DISTROs without "contamination"
Thanks Martin and Mike for your explanations and tips. So, I've done a lot of testing today and it seems I simplified the example in my first email a bit too much. The example as-is works fine when sw
Thanks Martin and Mike for your explanations and tips. So, I've done a lot of testing today and it seems I simplified the example in my first email a bit too much. The example as-is works fine when sw
|
By
Nicolas Jeker
· #57522
·
|
|
How to get license text
I started working on something like this as I'm currently not aware that this functionality already exists (someone correct me if I'm wrong). My goal was to create a PDF with a list of packets and all
I started working on something like this as I'm currently not aware that this functionality already exists (someone correct me if I'm wrong). My goal was to create a PDF with a list of packets and all
|
By
Nicolas Jeker
· #57510
·
|
|
Switching between multiple DISTROs without "contamination"
Hi all, I'm currently using an additional layer and image to differentiate between a release and development build (enabling NFS, SSH, root login, etc.). To create a development build, I manually add
Hi all, I'm currently using an additional layer and image to differentiate between a release and development build (enabling NFS, SSH, root login, etc.). To create a development build, I manually add
|
By
Nicolas Jeker
· #57508
·
|
|
Yocto cyrillic characters support
#yocto
Is your file created with the wrong name or is it actually just the 'ls' output that doesn't support unicode characters? If you're using busybox, I think these configuration options could be of intere
Is your file created with the wrong name or is it actually just the 'ls' output that doesn't support unicode characters? If you're using busybox, I think these configuration options could be of intere
|
By
Nicolas Jeker
· #56973
·
|
|
firewalld isssue
#yocto
Judging by this stack exchange thread[1] from a quick search, you might be missing the appropriate kernel configs[2]. [1]: https://unix.stackexchange.com/questions/632113 [2]: https://wiki.gentoo.org/
Judging by this stack exchange thread[1] from a quick search, you might be missing the appropriate kernel configs[2]. [1]: https://unix.stackexchange.com/questions/632113 [2]: https://wiki.gentoo.org/
|
By
Nicolas Jeker
· #56567
·
|
|
CVE patch updates
lists.yoctoproject.org wrote: If you look at the source for cve-update-db-native.bb[1], you see how the URLs are being generated. It tries to send requests to the following URLs (if you didn't change
lists.yoctoproject.org wrote: If you look at the source for cve-update-db-native.bb[1], you see how the URLs are being generated. It tries to send requests to the following URLs (if you didn't change
|
By
Nicolas Jeker
· #56566
·
|
|
Private: Re: [yocto] Fetch private gitlab repo using ssh with Yocto recipe
#bitbake
Re-adding the list. Hi Sourabh Glad to hear it works now. I see, I never used Docker Desktop for Windows, so I can't give you advice about that specifically. If the ssh connection works correctly with
Re-adding the list. Hi Sourabh Glad to hear it works now. I see, I never used Docker Desktop for Windows, so I can't give you advice about that specifically. If the ssh connection works correctly with
|
By
Nicolas Jeker
· #56054
·
|
|
Fetch private gitlab repo using ssh with Yocto recipe
#bitbake
Hi! I think you're starting to mix various things together, you should maybe try to not do everything at the same time. I added comments about what is wrong with your config, but depending on your bui
Hi! I think you're starting to mix various things together, you should maybe try to not do everything at the same time. I added comments about what is wrong with your config, but depending on your bui
|
By
Nicolas Jeker
· #56043
·
|
|
Fetch private gitlab repo using ssh with Yocto recipe
#bitbake
That's pretty much what I use. I do something similar, my "problem" was that ssh needs the .ssh/known_hosts file with a matching entry in addition to your key/agent, but mounting the .ssh folder was n
That's pretty much what I use. I do something similar, my "problem" was that ssh needs the .ssh/known_hosts file with a matching entry in addition to your key/agent, but mounting the .ssh folder was n
|
By
Nicolas Jeker
· #56009
·
|
|
Fetch private gitlab repo using ssh with Yocto recipe
#bitbake
I use almost the same, just without submodules. SRC_URI = "git://git@...:1234/group/project.git;protocol=ssh" It should "just work" if ssh is able to find your key. I often build in a dock
I use almost the same, just without submodules. SRC_URI = "git://git@...:1234/group/project.git;protocol=ssh" It should "just work" if ssh is able to find your key. I often build in a dock
|
By
Nicolas Jeker
· #56006
·
|
|
Building uImage with appended DTB
Just a short hint if you didn’t discover it yourself, there is a (very) old BSP available from PHYTEC [1]. The downloads don’t seem to work, but they’re available on a probably forgotten FTP server [2
Just a short hint if you didn’t discover it yourself, there is a (very) old BSP available from PHYTEC [1]. The downloads don’t seem to work, but they’re available on a probably forgotten FTP server [2
|
By
Nicolas Jeker
· #55902
·
|
|
Problem installing python package from a wheel
#bitbake
#python
There's a section about building from source with a patch in the article he linked with his first message. I don't know much about python in yocto, but maybe doing that in a recipe could work?
There's a section about building from source with a patch in the article he linked with his first message. I don't know much about python in yocto, but maybe doing that in a recipe could work?
|
By
Nicolas Jeker
· #55420
·
|
|
building the kernel's usbipd daemon
lists.yoctoproject.org wrote: I'm not sure where this belongs, but maybe you can try to submit it to the meta-oe repository. Look at the readme[1] for instructions. [1]: https://git.openembedded.org/m
lists.yoctoproject.org wrote: I'm not sure where this belongs, but maybe you can try to submit it to the meta-oe repository. Look at the readme[1] for instructions. [1]: https://git.openembedded.org/m
|
By
Nicolas Jeker
· #55271
·
|
|
Enabling Websockets in Mosquitto in yocto zeus
#zeus
There's a 'websockets' PACKAGECONFIG for the mosquitto recipe. You can read more about how to change PACKAGECONFIGs in the documentation [1]. Be aware that since yocto dunfell, the websockets PACKAGEC
There's a 'websockets' PACKAGECONFIG for the mosquitto recipe. You can read more about how to change PACKAGECONFIGs in the documentation [1]. Be aware that since yocto dunfell, the websockets PACKAGEC
|
By
Nicolas Jeker
· #54955
·
|
|
Inactive service of hello world
#yocto
To piggyback on that, it is possible to set Type=oneshot[1] for the service so that systemd considers the service to be up after it exited. I find it useful for init or migration scripts that another
To piggyback on that, it is possible to set Type=oneshot[1] for the service so that systemd considers the service to be up after it exited. I find it useful for init or migration scripts that another
|
By
Nicolas Jeker
· #54677
·
|
|
raspberrypi GPIO
#raspberrypi
There is a recipe for RPi.GPIO available in meta-raspberrypi [1]. I doubt that it's installed in any of the default images. You should add it to your image by appending to the IMAGE_INSTALL variable.
There is a recipe for RPi.GPIO available in meta-raspberrypi [1]. I doubt that it's installed in any of the default images. You should add it to your image by appending to the IMAGE_INSTALL variable.
|
By
Nicolas Jeker
· #54475
·
|
|
execute a python code in raspberrypi
#python
I recommend putting your whole python project into a repository (e.g. with git) and then create a recipe that fetches the git repository and installs the files to a sensible location. You should be ab
I recommend putting your whole python project into a repository (e.g. with git) and then create a recipe that fetches the git repository and installs the files to a sensible location. You should be ab
|
By
Nicolas Jeker
· #54430
·
|
|
best way to get feature of systemd v248 in yocto-hardknott (systemd v247)?
To backport a newer version, I usually just take the trial and error route by copying the recipe to a custom layer and then, if necessary, resolving missing or outdated dependencies on the go. This wo
To backport a newer version, I usually just take the trial and error route by copying the recipe to a custom layer and then, if necessary, resolving missing or outdated dependencies on the go. This wo
|
By
Nicolas Jeker
· #54429
·
|
|
(Go) Library for configuring Yocto based boxes?
In this case you should probably ask your vendor how they set up networking and why they installed both. It's possible that your vendor configured something different than the defaults, hard to tell w
In this case you should probably ask your vendor how they set up networking and why they installed both. It's possible that your vendor configured something different than the defaults, hard to tell w
|
By
Nicolas Jeker
· #54326
·
|
|
(Go) Library for configuring Yocto based boxes?
Glad to hear it works. This doesn't sound correct. It's already some time ago that I last worked on networking. As far as I remember, systemd-networkd and NetworkManager are working differently: Confi
Glad to hear it works. This doesn't sound correct. It's already some time ago that I last worked on networking. As far as I remember, systemd-networkd and NetworkManager are working differently: Confi
|
By
Nicolas Jeker
· #54302
·
|