|
#yocto #kernel BB_GENERATE_MIRROR_TARBALLS
#yocto
#kernel
Just a wild guess, but could your corporate proxy, which is kind of visible in the provided logs, intervene with this - to me it seems to be some MITM box. Do you have any chance to try it without tha
Just a wild guess, but could your corporate proxy, which is kind of visible in the provided logs, intervene with this - to me it seems to be some MITM box. Do you have any chance to try it without tha
|
By
...
· #52055
·
|
|
oeqa: test cases at the end of the test suite
Hi all, I have a few oeqa test cases, which always should run last in a test suite (log and file collectors for instance). Due to the ordering of the test case discovery I had to name all those tests
Hi all, I have a few oeqa test cases, which always should run last in a test suite (log and file collectors for instance). Due to the ordering of the test case discovery I had to name all those tests
|
By
...
· #51874
·
|
|
oeqa: testcase caching
Hi all, I have a bunch of custom testcases (oeqa/runtime/cases) which are interacting with "d" from the build host - basically fetching some info while executing the test, e.g. foo = self.tc.td['MY_CU
Hi all, I have a bunch of custom testcases (oeqa/runtime/cases) which are interacting with "d" from the build host - basically fetching some info while executing the test, e.g. foo = self.tc.td['MY_CU
|
By
...
· #51873
·
|
|
Help regarding yocto receipe (bluez5)
I would recommend that you go for a systemd drop-in file [1]. That would be something like a small snippet placed to /etc/systemd/system/dbus-org.bluez.service/override.conf In that file place somethi
I would recommend that you go for a systemd drop-in file [1]. That would be something like a small snippet placed to /etc/systemd/system/dbus-org.bluez.service/override.conf In that file place somethi
|
By
...
· #51854
·
|
|
[OE-core] Python packaging without setup.py (PEP-517)
Thanks Tim, for taking this discussion. I'm really glad to see that upstream finally recognizes our use case. Unfortunately as that looks pretty "beta" to me so I will keep on with the tiring process
Thanks Tim, for taking this discussion. I'm really glad to see that upstream finally recognizes our use case. Unfortunately as that looks pretty "beta" to me so I will keep on with the tiring process
|
By
...
· #51656
·
|
|
How to Add Packages to Python3
Just add RDEPENDS_${PN] += "python3-json" to the recipe that creates the package, that contains the mentioned python script. Alternatively add IMAGE_INSTALL += "python3-json" to the image the script i
Just add RDEPENDS_${PN] += "python3-json" to the recipe that creates the package, that contains the mentioned python script. Alternatively add IMAGE_INSTALL += "python3-json" to the image the script i
|
By
...
· #51579
·
|
|
Disable systemd-timesyncd.service in image
The service is deployed with standard systemd package, which doesn't have that set as far as I see it (no SYSTEMD_AUTO_ENABLE_${PN} in the latest recipe revision) I think, after browsing through the c
The service is deployed with standard systemd package, which doesn't have that set as far as I see it (no SYSTEMD_AUTO_ENABLE_${PN} in the latest recipe revision) I think, after browsing through the c
|
By
...
· #51534
·
|
|
avahi-daemon.service - how to create custom .service file with different startup parameters
Hi, I would recommend that you go for a systemd drop-in file [1]. That would be something like a small snippet placed to /etc/systemd/system/avahi-daemon.service.d/override.conf In that file place som
Hi, I would recommend that you go for a systemd drop-in file [1]. That would be something like a small snippet placed to /etc/systemd/system/avahi-daemon.service.d/override.conf In that file place som
|
By
...
· #51380
·
|
|
#yocto -zeus
#yocto
"github.com[0: 140.82.114.4]: errno=Connection timed out" indicates either a temporary issue with github (unlikely) or with your network setup. Already tried a different network path from your dev-mac
"github.com[0: 140.82.114.4]: errno=Connection timed out" indicates either a temporary issue with github (unlikely) or with your network setup. Already tried a different network path from your dev-mac
|
By
...
· #51243
·
|
|
Additional log handler
Thanks to both of you - seems like I missed out on BB_LOGCONFIG, but it's exactly what I was looking for. Regards Konrad
Thanks to both of you - seems like I missed out on BB_LOGCONFIG, but it's exactly what I was looking for. Regards Konrad
|
By
...
· #50341
·
|
|
Additional log handler
Hi all, when running bitbake in CI I would like to add an additional log handler to used python logging to catch *ALL* (task warnings, dangling append, qa issues, a.s.o.), instead of manually grepping
Hi all, when running bitbake in CI I would like to add an additional log handler to used python logging to catch *ALL* (task warnings, dangling append, qa issues, a.s.o.), instead of manually grepping
|
By
...
· #50324
·
|
|
pkg-config dependencies?
Did you had a look at https://github.com/kraj/meta-openwrt/blob/master/recipes-networking/ipset/ipset_6.38.bb yet? That pretty much looks like the one you were looking for, but for an older version, r
Did you had a look at https://github.com/kraj/meta-openwrt/blob/master/recipes-networking/ipset/ipset_6.38.bb yet? That pretty much looks like the one you were looking for, but for an older version, r
|
By
...
· #50294
·
|
|
[meta-security][meta-hardening][PATCH] meta-harden: Add a layer to demo harding OE/YP
Hi Armin, that sounds good. Please keep me in the loop. BTW did you/the project create any kind of roadmap, just out of interest? BR Konrad
Hi Armin, that sounds good. Please keep me in the loop. BTW did you/the project create any kind of roadmap, just out of interest? BR Konrad
|
By
...
· #50169
·
|
|
[meta-security][meta-hardening][PATCH] meta-harden: Add a layer to demo harding OE/YP
Hi, is this just a demo, or are there plans to broaden the scope of this layer? To me it would make perfectly sense to have more of these features (besides sudo, openssh and root-pwd) and I'm willing
Hi, is this just a demo, or are there plans to broaden the scope of this layer? To me it would make perfectly sense to have more of these features (besides sudo, openssh and root-pwd) and I'm willing
|
By
...
· #50165
·
|
|
[meta-security][PATCH 1/5] python3-oauth2client: add recipe
I think some RDEPENDS entries are missing, by looking at https://github.com/googleapis/oauth2client/blob/master/setup.py install_requires = [ 'httplib2>=0.9.1', 'pyasn1>=0.1.7', 'pyasn1-modules>=0.0.5
I think some RDEPENDS entries are missing, by looking at https://github.com/googleapis/oauth2client/blob/master/setup.py install_requires = [ 'httplib2>=0.9.1', 'pyasn1>=0.1.7', 'pyasn1-modules>=0.0.5
|
By
...
· #49872
·
|
|
Missing libc.a for RPI4
#sdk
#yocto
#linux
I assume you tried to compile on the target using the resulting image, if that's the case the package isn't installed. By using 'oe-pkgdata-util find-path */libc.a' in your build workspace, you could
I assume you tried to compile on the target using the resulting image, if that's the case the package isn't installed. By using 'oe-pkgdata-util find-path */libc.a' in your build workspace, you could
|
By
...
· #49864
·
|
|
Adding python3 remotely
I assume that you have ssh access to the device and your rootfs is writeable - in that case you could use "devtool deploy-target". Typical workflow would be something like this - devtool modify python
I assume that you have ssh access to the device and your rootfs is writeable - in that case you could use "devtool deploy-target". Typical workflow would be something like this - devtool modify python
|
By
...
· #49243
·
|
|
Autotools bitbake recepie unexpected parameters
Hi Mikeal, To me it seems like the makefile has no support for DESTDIR builtin - which is the mechanism poky relies on. I've seen this projects offers a cmake file as well, maybe you have more luck wi
Hi Mikeal, To me it seems like the makefile has no support for DESTDIR builtin - which is the mechanism poky relies on. I've seen this projects offers a cmake file as well, maybe you have more luck wi
|
By
...
· #49189
·
|
|
Building zeek 3.1.1 in Sumo
I would say a `DEPENDS += "sed"` in the recipe should fix things - btw sumo is kind of ancient already, ever considered updating to a newer version of poky?
I would say a `DEPENDS += "sed"` in the recipe should fix things - btw sumo is kind of ancient already, ever considered updating to a newer version of poky?
|
By
...
· #49180
·
|
|
bootsrap
Hi, I guess https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#new-recipe-post-installation-scripts is what you looking for. Best Konrad
Hi, I guess https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#new-recipe-post-installation-scripts is what you looking for. Best Konrad
|
By
...
· #49178
·
|