|
Conditional configuration of recipe dependent on other recipe
The neat way would be to include appropriate configuration into the webserver recipe, e.g. a file installed in /etc/firewall.d/ that opens the port (and nothing else). Alex
The neat way would be to include appropriate configuration into the webserver recipe, e.g. a file installed in /etc/firewall.d/ that opens the port (and nothing else). Alex
|
By
Alexander Kanavin
· #57854
·
|
|
do_install & RDEPENDS
It's hard to say what happens if we can't see your recipes. Can you publish them? Alex
It's hard to say what happens if we can't see your recipes. Can you publish them? Alex
|
By
Alexander Kanavin
· #57842
·
|
|
A bitbake error caused by "Variable BB_ENV_EXTRAWHITE"
#bitbake
Then you need to check the output of 'env' a) when you start the shell b) when you use oe-init-build-env and figure out how the incorrect variable gets into the environment. Are you using oe-init-buil
Then you need to check the output of 'env' a) when you start the shell b) when you use oe-init-build-env and figure out how the incorrect variable gets into the environment. Are you using oe-init-buil
|
By
Alexander Kanavin
· #57839
·
|
|
A bitbake error caused by "Variable BB_ENV_EXTRAWHITE"
#bitbake
Hello, you probably need to exit the shell and then restart it and re-initialize your environment (with oe-init-build-env), as it contains the obsolete variable. Alex
Hello, you probably need to exit the shell and then restart it and re-initialize your environment (with oe-init-build-env), as it contains the obsolete variable. Alex
|
By
Alexander Kanavin
· #57834
·
|
|
Getting Error while trying to run graphical yocto build image
#yocto
#linux
#dunfell
#qemu
You need to run runqemu inside a graphical X11 session (we do not support pure wayland yet). Alternatively, use 'publicvnc' parameter, and connect with a vnc client (e.g. tigervnc) to port 5900 on the
You need to run runqemu inside a graphical X11 session (we do not support pure wayland yet). Alternatively, use 'publicvnc' parameter, and connect with a vnc client (e.g. tigervnc) to port 5900 on the
|
By
Alexander Kanavin
· #57798
·
|
|
Custom QA Checks
I don't have a ready example, but you can start by reading meta/classes/insane.class - I think all of the things defined in it are extensible from a different class. Alex
I don't have a ready example, but you can start by reading meta/classes/insane.class - I think all of the things defined in it are extensible from a different class. Alex
|
By
Alexander Kanavin
· #57793
·
|
|
resolvconf breakage in kirkstone
A patch to address this would be appreciated. Alex
A patch to address this would be appreciated. Alex
|
By
Alexander Kanavin
· #57760
·
|
|
Conf for a single recipe only
If you took go recipes from master, then try building mender from master as well, by setting up a master build. If that works fine, then you need to figure out how to backport mender as a whole, or ju
If you took go recipes from master, then try building mender from master as well, by setting up a master build. If that works fine, then you need to figure out how to backport mender as a whole, or ju
|
By
Alexander Kanavin
· #57739
·
|
|
Conf for a single recipe only
There's no way to build two versions of the same component, if the versions share the recipe name. You have to fix the application, or try to rename one set of the go recipes so it is separate from th
There's no way to build two versions of the same component, if the versions share the recipe name. You have to fix the application, or try to rename one set of the go recipes so it is separate from th
|
By
Alexander Kanavin
· #57731
·
|
|
[Openembedded-architecture] Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1)
On Wed, 20 Jul 2022 at 17:46, Alexander Kanavin via lists.yoctoproject.org <alex.kanavin=gmail.com@...> wrote: Which I just resent. Now we have confirmation from Intel that nobody m
On Wed, 20 Jul 2022 at 17:46, Alexander Kanavin via lists.yoctoproject.org <alex.kanavin=gmail.com@...> wrote: Which I just resent. Now we have confirmation from Intel that nobody m
|
By
Alexander Kanavin
· #57654
·
|
|
[PATCH yocto-autobuilder-helper] config.json: test only command line images with x32
There has been a persistent stream of graphical failures on x32, and there is doubt about whether x32 is at all used by anyone nowadays - let's reduce the scope of x32 QA, and perhaps later drop it al
There has been a persistent stream of graphical failures on x32, and there is doubt about whether x32 is at all used by anyone nowadays - let's reduce the scope of x32 QA, and perhaps later drop it al
|
By
Alexander Kanavin
· #57653
·
|
|
[Openembedded-architecture] Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1)
There's actually already a patch for that :) https://lists.yoctoproject.org/g/yocto/message/56880 Alex
There's actually already a patch for that :) https://lists.yoctoproject.org/g/yocto/message/56880 Alex
|
By
Alexander Kanavin
· #57603
·
|
|
Error while testing "core-image-minimal" through "bitbake core-image-minimal -c testimage -v"
#linux
#warning
#toolchain
#bitbake
#dunfell
This works as intended. So the problem is that when qemu runs from testimage it tries to open a graphical window using X and that for some reason fails. You can perhaps force a no-graphical execution
This works as intended. So the problem is that when qemu runs from testimage it tries to open a graphical window using X and that for some reason fails. You can perhaps force a no-graphical execution
|
By
Alexander Kanavin
· #57600
·
|
|
Error while testing "core-image-minimal" through "bitbake core-image-minimal -c testimage -v"
#linux
#warning
#toolchain
#bitbake
#dunfell
Can I also see the output of 'runqemu nographic' please? Alex
Can I also see the output of 'runqemu nographic' please? Alex
|
By
Alexander Kanavin
· #57596
·
|
|
[Openembedded-architecture] Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1)
The fixing is often wrapped in target-specific conditionals, and so fixing one does not address the other, until the conditional is expanded with additional or statements, or checks are done from firs
The fixing is often wrapped in target-specific conditionals, and so fixing one does not address the other, until the conditional is expanded with additional or statements, or checks are done from firs
|
By
Alexander Kanavin
· #57591
·
|
|
[Openembedded-architecture] Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1)
Ok, let's ask Intel, specifically Anuj :-) Anuj, does Intel still care about x32, and would anyone notice if yocto drops x32 support from master branch? Alex
Ok, let's ask Intel, specifically Anuj :-) Anuj, does Intel still care about x32, and would anyone notice if yocto drops x32 support from master branch? Alex
|
By
Alexander Kanavin
· #57590
·
|
|
[Openembedded-architecture] Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1)
<richard.purdie@...> wrote: But then why not replace x32 with riscv32, which as well has 32 bit pointers but 64 bit integers and thus trips over the same type size issues? Alex
<richard.purdie@...> wrote: But then why not replace x32 with riscv32, which as well has 32 bit pointers but 64 bit integers and thus trips over the same type size issues? Alex
|
By
Alexander Kanavin
· #57587
·
|
|
Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1)
Note: this update fails on x32 with | configure: error: unrecognized GNU build triplet linux-gnux32 This time I want to put my foot down and suggest that we just drop the whole x32 variant from the au
Note: this update fails on x32 with | configure: error: unrecognized GNU build triplet linux-gnux32 This time I want to put my foot down and suggest that we just drop the whole x32 variant from the au
|
By
Alexander Kanavin
· #57585
·
|
|
Error while testing "core-image-minimal" through "bitbake core-image-minimal -c testimage -v"
#linux
#warning
#toolchain
#bitbake
#dunfell
This is not what I asked for (which was output of 'env'). Also, this shows the output of bitbake -c testimage, not of runqemu with nographic parameter. Alex
This is not what I asked for (which was output of 'env'). Also, this shows the output of bitbake -c testimage, not of runqemu with nographic parameter. Alex
|
By
Alexander Kanavin
· #57584
·
|
|
Error while testing "core-image-minimal" through "bitbake core-image-minimal -c testimage -v"
#linux
#warning
#toolchain
#bitbake
#dunfell
Can I see the output of 'env' please? Alex
Can I see the output of 'env' please? Alex
|
By
Alexander Kanavin
· #57577
·
|