|
USB Installer for initial deployment
Hi there, I am looking for some kind of package or software, that creates an (USB thumb drive) installer for initial installation and deployment of a yocto image. So you can flash the image onto an US
Hi there, I am looking for some kind of package or software, that creates an (USB thumb drive) installer for initial installation and deployment of a yocto image. So you can flash the image onto an US
|
By
Matthias Schoepfer
· #57382
·
|
|
[Question] How to handle GPLv3 packages?
Hi! To elaborate more on the GPLv3 topic: If you were to use secure boot, signed update images, and all that jazz, how can you make your Firmware GPLv3 compliant? Has *anyone* done it or knows a compa
Hi! To elaborate more on the GPLv3 topic: If you were to use secure boot, signed update images, and all that jazz, how can you make your Firmware GPLv3 compliant? Has *anyone* done it or knows a compa
|
By
Matthias Schoepfer
· #56695
·
|
|
Cross-compile custom ROS2 package for Yocto
#bitbake
Hi Bojan, you do not need the additional FILES:${PN} if your package is properly named (i.e. cmake project name same as recipe same as package). I have no clue why the executable is not found, did you
Hi Bojan, you do not need the additional FILES:${PN} if your package is properly named (i.e. cmake project name same as recipe same as package). I have no clue why the executable is not found, did you
|
By
Matthias Schoepfer
· #55322
·
|
|
Cross-compile custom ROS2 package for Yocto
#bitbake
Hi Bojan, I guess this is not the right address. Just saying. You are missing a DEPENDS, ros_ament_cmake does not add it. Try adding ament-cmake-native to your DEPENDS and see if that works (or give y
Hi Bojan, I guess this is not the right address. Just saying. You are missing a DEPENDS, ros_ament_cmake does not add it. Try adding ament-cmake-native to your DEPENDS and see if that works (or give y
|
By
Matthias Schoepfer
· #55302
·
|
|
Install Yocto image and backup
Hi! The A/B partitioning is very common and I would argue, it is the simplest way if you want you OTA Update to be safe in regards of any errors (user unplugging etc.) that may happen during write / s
Hi! The A/B partitioning is very common and I would argue, it is the simplest way if you want you OTA Update to be safe in regards of any errors (user unplugging etc.) that may happen during write / s
|
By
Matthias Schoepfer
· #51236
·
|
|
Package libgcc-lic cannot be installed into the image because it has incompatible license(s): GPL-3.0
Hi Khem! It did help, thank you very much! I needed to repeat this for libgcrypt and libidn2. It does look like a bug though, does it not? Regards, Matthias
Hi Khem! It did help, thank you very much! I needed to repeat this for libgcrypt and libidn2. It does look like a bug though, does it not? Regards, Matthias
|
By
Matthias Schoepfer
· #49426
·
|
|
Package libgcc-lic cannot be installed into the image because it has incompatible license(s): GPL-3.0
Hi! I am trying to migrate to dunfell. Out customer does not want GPLv3 or anything like that on the firmware. So - same as in zeus - we have a line: INCOMPATIBLE_LICENSE = "GPLv3 LGPLv3 GPLv3+ LGPLv3
Hi! I am trying to migrate to dunfell. Out customer does not want GPLv3 or anything like that on the firmware. So - same as in zeus - we have a line: INCOMPATIBLE_LICENSE = "GPLv3 LGPLv3 GPLv3+ LGPLv3
|
By
Matthias Schoepfer
· #49418
·
|
|
git fetcher: does not execute git fetch --tags or similar when HEAD has not changed
Hi Alexander, thanks for your message. I will try to explain my issue once again, since it still seems not clearly formulated. We build our images on CI (Jenkins). There, we have a shared download dir
Hi Alexander, thanks for your message. I will try to explain my issue once again, since it still seems not clearly formulated. We build our images on CI (Jenkins). There, we have a shared download dir
|
By
Matthias Schoepfer
· #48772
·
|
|
git fetcher: does not execute git fetch --tags or similar when HEAD has not changed
Hi Alexander, does it solve the Problem of a SRCREV, that has been fetched (for example for a _git testbuild) and now gets a tag applied and build with the _<version> build. The problem is *not* that
Hi Alexander, does it solve the Problem of a SRCREV, that has been fetched (for example for a _git testbuild) and now gets a tag applied and build with the _<version> build. The problem is *not* that
|
By
Matthias Schoepfer
· #48764
·
|
|
git fetcher: does not execute git fetch --tags or similar when HEAD has not changed
Hi Denys, 1) Would SRCREV not be affected by this as well? When the same hash is read, then no update of the repository (esp. the tags) is done. Or can you be sure this is not the case? 2) It allows f
Hi Denys, 1) Would SRCREV not be affected by this as well? When the same hash is read, then no update of the repository (esp. the tags) is done. Or can you be sure this is not the case? 2) It allows f
|
By
Matthias Schoepfer
· #48761
·
|
|
git fetcher: does not execute git fetch --tags or similar when HEAD has not changed
Hi! We have noticed the following issue: We keep the versions of out software by means of tags on the git repositories, i.e. during the build, somethings like git describe --tags gets called. In yocto
Hi! We have noticed the following issue: We keep the versions of out software by means of tags on the git repositories, i.e. during the build, somethings like git describe --tags gets called. In yocto
|
By
Matthias Schoepfer
· #48746
·
|
|
How to override RRECOMMENDS
Hi! In my update to latest warrior, I came across 4b393a21ffcf9fe00577b4a46c38b5db89b39e9d, which adds rng-tools as RRECOMMENDS. So far, so good. But for some reason, rng-tools fails miserably on my p
Hi! In my update to latest warrior, I came across 4b393a21ffcf9fe00577b4a46c38b5db89b39e9d, which adds rng-tools as RRECOMMENDS. So far, so good. But for some reason, rng-tools fails miserably on my p
|
By
Matthias Schoepfer
· #46353
·
|
|
General Question: Device specific value store
Hi Morné, thanks for you answer. Maybe, I will explain more: we have a Dragonboard 410c based hardware. We use a read-only rootfs in one partition (actually two with A/B approach) and we have a data p
Hi Morné, thanks for you answer. Maybe, I will explain more: we have a Dragonboard 410c based hardware. We use a read-only rootfs in one partition (actually two with A/B approach) and we have a data p
|
By
Matthias Schoepfer
· #45710
·
|
|
General Question: Device specific value store
Hi! I have a general, maybe dumb question. Is there a smart, recommended way to deal with device specific data (i.e. serial number, credentials for backend access, you name it), that is specific for *
Hi! I have a general, maybe dumb question. Is there a smart, recommended way to deal with device specific data (i.e. serial number, credentials for backend access, you name it), that is specific for *
|
By
Matthias Schoepfer
· #45629
·
|
|
[meta-swupdate] build fails under thud
Hi Moritz, I will try to answer what I can inline: you can either bbappend the _2018.11 or make a swupdate_%.bbappend, that is then valid for both _git and _2018.11 if you happen to use the _git versi
Hi Moritz, I will try to answer what I can inline: you can either bbappend the _2018.11 or make a swupdate_%.bbappend, that is then valid for both _git and _2018.11 if you happen to use the _git versi
|
By
Matthias Schoepfer
· #45383
·
|
|
[meta-swupdate] build fails under thud
Hi Moritz! You need to configure swupdate kind of like the linux kernel with menuconfig: bitbake -c menuconfig swupdate do not forget to copy your config then into an bbappend to swupdate (defconfig).
Hi Moritz! You need to configure swupdate kind of like the linux kernel with menuconfig: bitbake -c menuconfig swupdate do not forget to copy your config then into an bbappend to swupdate (defconfig).
|
By
Matthias Schoepfer
· #45379
·
|
|
Debugging dev-deps
Hi Ross, thanks for the hints, funnily enough it was .so symlinks that where in -dev and caused the dev-deps... Regards, Matthias
Hi Ross, thanks for the hints, funnily enough it was .so symlinks that where in -dev and caused the dev-deps... Regards, Matthias
|
By
Matthias Schoepfer
· #45169
·
|
|
Debugging dev-deps
Hi! I am trying to write a recipe for a rather tricky component (that has plugins and stuff). Anyhow, I cannot get bitbake not to complain that <PACKAGENAME> rdepends on <PACKAGENAME>-dev. And if I IN
Hi! I am trying to write a recipe for a rather tricky component (that has plugins and stuff). Anyhow, I cannot get bitbake not to complain that <PACKAGENAME> rdepends on <PACKAGENAME>-dev. And if I IN
|
By
Matthias Schoepfer
· #45155
·
|
|
ROS support on yocto project
Hi! Yes, there is, there is a meta-ros. For your convenience: https://discourse.ros.org/t/new-version-of-meta-ros-for-kinetic-distribution/2833 https://github.com/bmwcarit/meta-ros It does work. BTW,
Hi! Yes, there is, there is a meta-ros. For your convenience: https://discourse.ros.org/t/new-version-of-meta-ros-for-kinetic-distribution/2833 https://github.com/bmwcarit/meta-ros It does work. BTW,
|
By
Matthias Schoepfer
· #44282
·
|
|
Yocto layers missing thud branches
Hi there, seems like meta-java also missing a thud branch?! git://git.yoctoproject.org/meta-java Regards, Matthias
Hi there, seems like meta-java also missing a thud branch?! git://git.yoctoproject.org/meta-java Regards, Matthias
|
By
Matthias Schoepfer
· #43335
·
|