|
FireFox
On Wed, Dec 21, 2022 at 12:39 AM <jovanbosic95@...> wrote: %< SNIP %< 6. After I start my machine and enter firefox in command line this error occurs: no DISPLAY environment variable specified T
On Wed, Dec 21, 2022 at 12:39 AM <jovanbosic95@...> wrote: %< SNIP %< 6. After I start my machine and enter firefox in command line this error occurs: no DISPLAY environment variable specified T
|
By
Chuck Wolber
· #58852
·
|
|
Yocto with Monorepo - best practice for building apps that have source within the repo?
Sorry for the slow reply. Yes, keeping it under the recipe is the approach we use. For example... yocto └── meta-abc └── recipes-xyz └── helloworld ├── files │ ├── LICENSE │ └── src │ ├── Makefile │ └
Sorry for the slow reply. Yes, keeping it under the recipe is the approach we use. For example... yocto └── meta-abc └── recipes-xyz └── helloworld ├── files │ ├── LICENSE │ └── src │ ├── Makefile │ └
|
By
Chuck Wolber
· #58850
·
|
|
Yocto with Monorepo - best practice for building apps that have source within the repo?
What reasons do they give for that assertion? One size definitely does not suit all. Distro builds that coalesce code from a lot of different internal dev teams are going to have a tough time with the
What reasons do they give for that assertion? One size definitely does not suit all. Distro builds that coalesce code from a lot of different internal dev teams are going to have a tough time with the
|
By
Chuck Wolber
· #58801
·
|
|
How to remove shared libraries dependencies?
It sounds like you are trying to build a runtime overlay package that omits all dependencies. If so, this might help. https://lore.kernel.org/all/CAB=6tBRryHURRgqwgwbY_H5Dbr8eUXijTEmVvarbTOTnZDBqZQ@ma
It sounds like you are trying to build a runtime overlay package that omits all dependencies. If so, this might help. https://lore.kernel.org/all/CAB=6tBRryHURRgqwgwbY_H5Dbr8eUXijTEmVvarbTOTnZDBqZQ@ma
|
By
Chuck Wolber
· #58446
·
|
|
Fixing [host-user-contaminated] warning
On Sun, Oct 16, 2022 at 12:13 PM <umut@...> wrote: %< SNIP %< I tried various options of tar to extract these files with different UID and GID with no success. How can I solve this issue? I think
On Sun, Oct 16, 2022 at 12:13 PM <umut@...> wrote: %< SNIP %< I tried various options of tar to extract these files with different UID and GID with no success. How can I solve this issue? I think
|
By
Chuck Wolber
· #58343
·
|
|
Force binary package install
Could this be considered a bug in the package_rpm.bbclass? It seems to me that if you skip files-rdeps, we might not want to be adding anything into splitpreinst. Otherwise it seems silly to tell insa
Could this be considered a bug in the package_rpm.bbclass? It seems to me that if you skip files-rdeps, we might not want to be adding anything into splitpreinst. Otherwise it seems silly to tell insa
|
By
Chuck Wolber
· #57301
·
|
|
SSTATE corruption
Alex is very much correct, you should not see corruption. But I think more detail is in order. If your distro repository is a "garden variety" set of image recipes and recipe overrides that pull upstr
Alex is very much correct, you should not see corruption. But I think more detail is in order. If your distro repository is a "garden variety" set of image recipes and recipe overrides that pull upstr
|
By
Chuck Wolber
· #56533
·
|
|
Honister on Ubuntu 14.04
I cannot speak for Honister, but I can speak to the higher level abstraction that is causing you issues. The solution is to copy the (right version of the) missing header file into the proper location
I cannot speak for Honister, but I can speak to the higher level abstraction that is causing you issues. The solution is to copy the (right version of the) missing header file into the proper location
|
By
Chuck Wolber
· #56378
·
|
|
run.do_compile error on poky-dunfell release
Just replace the word "commit" in the URL with the word patch, like so: https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git/patch/?id=50eae66fc21ef8e01c69a9d3c1ff3fcb0b2644a0 ..Ch:W..
Just replace the word "commit" in the URL with the word patch, like so: https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git/patch/?id=50eae66fc21ef8e01c69a9d3c1ff3fcb0b2644a0 ..Ch:W..
|
By
Chuck Wolber
· #56109
·
|
|
[OE-core] Inclusive Language Proposal for YP/OE
On Mon, Jan 24, 2022 at 8:18 AM Jon Mason <jdmason@...> wrote: %< SNIP %< Branch Names The “master” branches on the relevant OpenEmbedded and Yocto Project git trees will be changed to an alterna
On Mon, Jan 24, 2022 at 8:18 AM Jon Mason <jdmason@...> wrote: %< SNIP %< Branch Names The “master” branches on the relevant OpenEmbedded and Yocto Project git trees will be changed to an alterna
|
By
Chuck Wolber
· #55963
·
|
|
SRC_URI Directory Change
I tested the patch you posted on IRC against bitbake 1.50.0. It seems to work quite well, but I think I found two minor bugs in it. I pasted an updated patch below. In a nutshell... If you have a SRC_
I tested the patch you posted on IRC against bitbake 1.50.0. It seems to work quite well, but I think I found two minor bugs in it. I pasted an updated patch below. In a nutshell... If you have a SRC_
|
By
Chuck Wolber
· #55089
·
|
|
SRC_URI Directory Change
Is there a recommended strategy to get do_fetch to invalidate on directory path changes in paths pointed to by file:// URLs in SRC_URI? Example: SRC_URI += "file://src;subdir=${S}" A file at src/foo/b
Is there a recommended strategy to get do_fetch to invalidate on directory path changes in paths pointed to by file:// URLs in SRC_URI? Example: SRC_URI += "file://src;subdir=${S}" A file at src/foo/b
|
By
Chuck Wolber
· #55082
·
|
|
[OE-core] How to trigger Yocto Linux /etc/profile or shell scripts in /etc/profile.d without shell logging in?
What problem are you attempting to solve by running a script from /etc/profile.d? ..Ch:W..
What problem are you attempting to solve by running a script from /etc/profile.d? ..Ch:W..
|
By
Chuck Wolber
· #55012
·
|
|
Getting absolute paths in yocto generated native binary
#toolchain
#sdk
#bitbake
#native
Native recipes are meant for the build machine itself to aid your build. If you are packaging something to run on a destination machine, you should be producing non-native recipe images. ..Ch:W..
Native recipes are meant for the build machine itself to aid your build. If you are packaging something to run on a destination machine, you should be producing non-native recipe images. ..Ch:W..
|
By
Chuck Wolber
· #54975
·
|
|
Install packages to an "image" without its dependencies being pulled in.
#yocto
Yes. This is a version of the question - "how do I build an image that *ONLY* includes the packages I explicitly specify". This involves bypassing a lot of guards and bitbake tooling, but it can be do
Yes. This is a version of the question - "how do I build an image that *ONLY* includes the packages I explicitly specify". This involves bypassing a lot of guards and bitbake tooling, but it can be do
|
By
Chuck Wolber
· #54523
·
|
|
#yocto Preferred development workflow
#yocto
We have many recipes appended to IMAGE_INSTALL in our image recipes and it works just fine. From your description, it sounds like you could go either way. I personally prefer to keep my image recipes
We have many recipes appended to IMAGE_INSTALL in our image recipes and it works just fine. From your description, it sounds like you could go either way. I personally prefer to keep my image recipes
|
By
Chuck Wolber
· #54108
·
|
|
#yocto Preferred development workflow
#yocto
You left a few details out about how the configuration files are managed. Ideally you could just make bitbake recipes for the config files themselves. This way you can create an image recipe for each
You left a few details out about how the configuration files are managed. Ideally you could just make bitbake recipes for the config files themselves. This way you can create an image recipe for each
|
By
Chuck Wolber
· #54106
·
|
|
what's the state of things with pushing the bounds on ASSUME_PROVIDED?
Very strong agreement here. My 2c is that Yocto/OE should be going in that direction even further. One of the significant benefits of the OE build method is eliminating, to the greatest extent possibl
Very strong agreement here. My 2c is that Yocto/OE should be going in that direction even further. One of the significant benefits of the OE build method is eliminating, to the greatest extent possibl
|
By
Chuck Wolber
· #53982
·
|
|
Hardknott (GCC10) Compiler Issues
All, Please accept my apologies in advance for the detailed submission. I think it is warranted in this case. There is something... "odd" about the GCC 10 compiler that is delivered with Hardknott. I
All, Please accept my apologies in advance for the detailed submission. I think it is warranted in this case. There is something... "odd" about the GCC 10 compiler that is delivered with Hardknott. I
|
By
Chuck Wolber
· #53971
·
|
|
Git Fetcher Branch Default
I got a fetcher failure on go-systemd today, which puzzled me. That recipe has not changed in ages, and the SRCPV hash is clearly visible in the repository. After looking at it closer, it seems that g
I got a fetcher failure on go-systemd today, which puzzled me. That recipe has not changed in ages, and the SRCPV hash is clearly visible in the repository. After looking at it closer, it seems that g
|
By
Chuck Wolber
· #53474
·
|