|
Pull a single file using git lfs
Hi Andy, I'm curious if subpath can be the path to a file directly and not a directory, in which case that might work good enough. Interesting one, thanks for telling me :) I'd add a task between do_f
Hi Andy, I'm curious if subpath can be the path to a file directly and not a directory, in which case that might work good enough. Interesting one, thanks for telling me :) I'd add a task between do_f
|
By
Quentin Schulz
· #47753
·
|
|
Pull a single file using git lfs
Hi Andy, I unfortunately don't have experience with git lfs. I'm thinking about the subpath argument to SRC_URI git fetcher. https://www.yoctoproject.org/docs/current/bitbake-user-manual/bitbake-user-
Hi Andy, I unfortunately don't have experience with git lfs. I'm thinking about the subpath argument to SRC_URI git fetcher. https://www.yoctoproject.org/docs/current/bitbake-user-manual/bitbake-user-
|
By
Quentin Schulz
· #47750
·
|
|
Appending to recipe created by BBCLASSEXTEND
Hi Tuomas, Please explain what you're doing exactly, maybe even the content of your bbappend and/or the original recipe and what you're expecting to happen, your description is too vague. FYI, variabl
Hi Tuomas, Please explain what you're doing exactly, maybe even the content of your bbappend and/or the original recipe and what you're expecting to happen, your description is too vague. FYI, variabl
|
By
Quentin Schulz
· #47691
·
|
|
Writing do_compile in python and importing modules
Hi, I'm currently having issues with that on Thud though. We have a few python scripts in there and changes to those are not reflected in Yocto and do not trigger a rebuild. We have a meta/lib/mypytho
Hi, I'm currently having issues with that on Thud though. We have a few python scripts in there and changes to those are not reflected in Yocto and do not trigger a rebuild. We have a meta/lib/mypytho
|
By
Quentin Schulz
· #47617
·
|
|
Issues with alsa-state
Hi Andy, Have a look at the paths traversed by Yocto to find your asound.state in log.do_fetch in the WORKDIR. You'll have the following: DEBUG: Searching for asound.state in paths: The first path to
Hi Andy, Have a look at the paths traversed by Yocto to find your asound.state in log.do_fetch in the WORKDIR. You'll have the following: DEBUG: Searching for asound.state in paths: The first path to
|
By
Quentin Schulz
· #47600
·
|
|
raspberry pi Rpi3 does not boot to login prompt.
Hi Ed, I think you might be missing `ENABLE_UART = "1"`. We have it in local.conf but I think you should be able to put it in your machine conf file or in your distro conf file if you can't modify loc
Hi Ed, I think you might be missing `ENABLE_UART = "1"`. We have it in local.conf but I think you should be able to put it in your machine conf file or in your distro conf file if you can't modify loc
|
By
Quentin Schulz
· #47553
·
|
|
[warrior] [meta-qt4] recipes-qt4: qt4-embedded: fix build on GCC v8
Hi Paul, *sigh* Guilty of "last minute renaming and not retesting". Thanks for taking care of it, will make sure I'll be more careful before sending patches. Quentin
Hi Paul, *sigh* Guilty of "last minute renaming and not retesting". Thanks for taking care of it, will make sure I'll be more careful before sending patches. Quentin
|
By
Quentin Schulz
· #47424
·
|
|
Warning message after building recipe:
Hi Pavan, Hopefully explained well enough here: https://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#qa-issue-libdir Regards, Quentin
Hi Pavan, Hopefully explained well enough here: https://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#qa-issue-libdir Regards, Quentin
|
By
Quentin Schulz
· #47384
·
|
|
[warrior] [meta-qt4] 3rdparty: javascriptcore: JITStubs.cpp: allow builds of JavaScriptCore with gcc v8
Hi Mike, Yes, I was too excited to send the patch and forgot I needed to send a patch for meta-qt4 containing the patch for the qt4 sources. *facepalm* You should be able to get the patch for meta-qt4
Hi Mike, Yes, I was too excited to send the patch and forgot I needed to send a patch for meta-qt4 containing the patch for the qt4 sources. *facepalm* You should be able to get the patch for meta-qt4
|
By
Quentin Schulz
· #47334
·
|
|
[warrior] [meta-qt4] recipes-qt4: qt4-embedded: fix build on GCC v8
At least since gcc v8, source code with asm volatile won't compile anymore. The volatile qualifier anyway is a no-op since asm blocks are implicitly volatile as written in the documentation[1]. Let's
At least since gcc v8, source code with asm volatile won't compile anymore. The volatile qualifier anyway is a no-op since asm blocks are implicitly volatile as written in the documentation[1]. Let's
|
By
Quentin Schulz
· #47325
·
|
|
[meta-qt4] [BUG] qt4-embedded broken on warrior for qemux86-64
Hi all, Just to let you know that qt4-embedded on qemux86-64 in warrior is broken with the following message during the do_compile task: | make[1]: Leaving directory '/tmp/poky/build/workspace/sources
Hi all, Just to let you know that qt4-embedded on qemux86-64 in warrior is broken with the following message during the do_compile task: | make[1]: Leaving directory '/tmp/poky/build/workspace/sources
|
By
Quentin Schulz
· #47323
·
|
|
[warrior] [meta-qt4] 3rdparty: javascriptcore: JITStubs.cpp: allow builds of JavaScriptCore with gcc v8
At least since gcc v8, source code with asm volatile won't compile anymore. The volatile qualifier anyway is a no-op since asm blocks are implicitly volatile as written in the documentation[1]. Let's
At least since gcc v8, source code with asm volatile won't compile anymore. The volatile qualifier anyway is a no-op since asm blocks are implicitly volatile as written in the documentation[1]. Let's
|
By
Quentin Schulz
· #47322
·
|
|
Conditional include in image recipe.
Hi Mauro, Or you can just safely ignore if the file does not exist (for Yocto, which most likely means that the layer is not included). You have two "include" mechanisms for non-class files: * require
Hi Mauro, Or you can just safely ignore if the file does not exist (for Yocto, which most likely means that the layer is not included). You have two "include" mechanisms for non-class files: * require
|
By
Quentin Schulz
· #46404
·
|
|
Issue with INCOMPATIBLE_LICENSE
FYI, + LICENSE_FLAGS = "${@ "commercial" if (incompatible_license_contains('GPL-3.0', True, False, d) or \ + incompatible_license_contains('The-Qt-Company-GPL-Exception-1.0', True, False, d) or \ + (i
FYI, + LICENSE_FLAGS = "${@ "commercial" if (incompatible_license_contains('GPL-3.0', True, False, d) or \ + incompatible_license_contains('The-Qt-Company-GPL-Exception-1.0', True, False, d) or \ + (i
|
By
Quentin Schulz
· #45506
·
|
|
Issue with INCOMPATIBLE_LICENSE
Hi all, It's actually a bit worse than I expected. If I create a simple baz recipe with LICENSE = "FooLicense" and have INCOMPATIBLE_LICENSE = "FooLicense" in conf/local.conf, `bitbake baz` will NOT c
Hi all, It's actually a bit worse than I expected. If I create a simple baz recipe with LICENSE = "FooLicense" and have INCOMPATIBLE_LICENSE = "FooLicense" in conf/local.conf, `bitbake baz` will NOT c
|
By
Quentin Schulz
· #45478
·
|
|
Issue with INCOMPATIBLE_LICENSE
Hi all, We're in the middle of an upgrade to Thud 2.6.2. While doing so, we blindly updated all upstream layers we use and we found out (during integration phase, no need to send lawyers :) ) that eve
Hi all, We're in the middle of an upgrade to Thud 2.6.2. While doing so, we blindly updated all upstream layers we use and we found out (during integration phase, no need to send lawyers :) ) that eve
|
By
Quentin Schulz
· #45442
·
|