|
Re: Trouble with dual qemu with meta-xlinx on yocto 3.1 dunfell
<karthik.poduval@...> wrote:
--
Regards,
Karthik Poduval
<karthik.poduval@...> wrote:
--
Regards,
Karthik Poduval
|
By
Karthik Poduval
·
#49860
·
|
|
Trouble with dual qemu with meta-xlinx on yocto 3.1 dunfell
Hi All,
I am trying to build an image for Xilinx ZCU102, MACHINE=zcu102-zynqmp
using the YOE distro https://github.com/YoeDistro/yoe-distro.
Here are the relevant layers I
Hi All,
I am trying to build an image for Xilinx ZCU102, MACHINE=zcu102-zynqmp
using the YOE distro https://github.com/YoeDistro/yoe-distro.
Here are the relevant layers I
|
By
Karthik Poduval
·
#49859
·
|
|
Re: [meta-security][master|dunfell][PATCH] clamav: Fix issue when yara_grammar.h is regenerated.
On 7/3/2020 10:55 AM, akuster808 wrote:
I think it may be the update to bison tightening rules, perhaps. I have a
local build reproducing it on 0.101, Ill take a look at it next
On 7/3/2020 10:55 AM, akuster808 wrote:
I think it may be the update to bison tightening rules, perhaps. I have a
local build reproducing it on 0.101, Ill take a look at it next
|
By
Jeremy Puhlman
·
#49858
·
|
|
Help creating zeek recipe
#yocto
I would like to create a recipe for zeek (a network security monitoring tool, https://zeek.org/). It fails while compiling because it cannot find a executable that it needs to install called binpac.
I would like to create a recipe for zeek (a network security monitoring tool, https://zeek.org/). It fails while compiling because it cannot find a executable that it needs to install called binpac.
|
By
Gary Huband
·
#49857
·
|
|
Re: [meta-security][master|dunfell][PATCH] clamav: Fix issue when yara_grammar.h is regenerated.
On 7/3/20 9:43 AM, Jeremy Puhlman wrote:
i am also seeing this while working on updating master to 102.3.
-armin
On 7/3/20 9:43 AM, Jeremy Puhlman wrote:
i am also seeing this while working on updating master to 102.3.
-armin
|
By
Armin Kuster
·
#49856
·
|
|
Re: [meta-security][master|dunfell][PATCH] clamav: Fix issue when yara_grammar.h is regenerated.
On 7/3/20 9:43 AM, Jeremy Puhlman wrote:
yes
On 7/3/20 9:43 AM, Jeremy Puhlman wrote:
yes
|
By
Armin Kuster
·
#49855
·
|
|
Re: [meta-security][master|dunfell][PATCH] clamav: Fix issue when yara_grammar.h is regenerated.
On 7/2/20 5:01 PM, Jeremy Puhlman wrote:
Weird we should be using common bison/lex. You are building on a ubuntu host correct?
-- Jeremy A. Puhlmanjpuhlman@...
On 7/2/20 5:01 PM, Jeremy Puhlman wrote:
Weird we should be using common bison/lex. You are building on a ubuntu host correct?
-- Jeremy A. Puhlmanjpuhlman@...
|
By
Jeremy Puhlman
·
#49854
·
|
|
Re: [meta-security][master|dunfell][PATCH] clamav: Fix issue when yara_grammar.h is regenerated.
On 7/2/20 5:01 PM, Jeremy Puhlman wrote:
I am seeing this error with this patch applied on a qemux86-64 machine.
On 7/2/20 5:01 PM, Jeremy Puhlman wrote:
I am seeing this error with this patch applied on a qemux86-64 machine.
|
By
Armin Kuster
·
#49853
·
|
|
Re: [linux-yocto] [yocto] [meta-security][PATCH] ccs-tools:Fix build error when enable multilib.
Wrong mailing list for this one, adding the main yocto list and cc'ing armin.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry"
Wrong mailing list for this one, adding the main yocto list and cc'ing armin.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry"
|
By
Bruce Ashfield
·
#49852
·
|
|
Changing ABI version
I'm in the process of upgrading from Zeus to Dunfell. For my MIPS platform, the library ABI version has changed from 0 to 5. I have some backward compatibility issues that require generating at
I'm in the process of upgrading from Zeus to Dunfell. For my MIPS platform, the library ABI version has changed from 0 to 5. I have some backward compatibility issues that require generating at
|
By
MikeB
·
#49851
·
|
|
Re: Build hangs
I found a cause for the error (this time)
In bitbake-cookerdaemon.log I found
recipes-codesys/codesysruntime/codesysruntime.bb: needs merge
recipes-codesys/codesysruntime/codesysruntime.bb: needs
I found a cause for the error (this time)
In bitbake-cookerdaemon.log I found
recipes-codesys/codesysruntime/codesysruntime.bb: needs merge
recipes-codesys/codesysruntime/codesysruntime.bb: needs
|
By
Kjeld Flarup
·
#49850
·
|
|
Re: The following packages have unmet dependencies: packagegroup-core-x11-base : Depends: packagegroup-core-x11-xserver but it is not going to be installed
#yocto
Hi Quentin,
Thank you so much for providing such useful link i am going through it.
As u Suggested to add packagegroup-core-x11-server as IMAGE_INSTALL but still i am getting the same issue am very
Hi Quentin,
Thank you so much for providing such useful link i am going through it.
As u Suggested to add packagegroup-core-x11-server as IMAGE_INSTALL but still i am getting the same issue am very
|
By
Pankaj Vinadrao Joshi
·
#49849
·
|
|
Re: Build hangs
Hi Alex
Thanks for Your suggestion, but there is actually only these three processes running.
user 53 1 1 07:37 pts/0 00:00:03 python3 /home/user/meta-poky/bitbake/bin/bitbake
Hi Alex
Thanks for Your suggestion, but there is actually only these three processes running.
user 53 1 1 07:37 pts/0 00:00:03 python3 /home/user/meta-poky/bitbake/bin/bitbake
|
By
Kjeld Flarup
·
#49848
·
|
|
Re: Build hangs
You can try to list the process tree with ps axjf, and the innermost under do_install is probably the one that is stuck. Then you can attach gdb to it to see what it is doing.
Alex
You can try to list the process tree with ps axjf, and the innermost under do_install is probably the one that is stuck. Then you can attach gdb to it to see what it is doing.
Alex
|
By
Alexander Kanavin
·
#49847
·
|
|
Build hangs
I sometimes encounters this situation, where a task is running forever. This example only one task, but I have seen 6 tasks which have been running for 10+ minutes
Currently 1 running tasks (680 of
I sometimes encounters this situation, where a task is running forever. This example only one task, but I have seen 6 tasks which have been running for 10+ minutes
Currently 1 running tasks (680 of
|
By
Kjeld Flarup
·
#49846
·
|
|
Re: The following packages have unmet dependencies: packagegroup-core-x11-base : Depends: packagegroup-core-x11-xserver but it is not going to be installed
#yocto
Hi Pankaj,
packagegroup-core-x11-server is a recipe (well, both a recipe and a
package) not a feature.
If you want to add packagegroup-core-x11-server package to your image,
you need to add it to
Hi Pankaj,
packagegroup-core-x11-server is a recipe (well, both a recipe and a
package) not a feature.
If you want to add packagegroup-core-x11-server package to your image,
you need to add it to
|
By
Quentin Schulz
·
#49845
·
|
|
Re: The following packages have unmet dependencies: packagegroup-core-x11-base : Depends: packagegroup-core-x11-xserver but it is not going to be installed
#yocto
Sorry i forgot to attach the complete error log also i dont know while posting why the local.conf features it got copied twice,
ERROR: core-image-sato-1.0-r0 do_rootfs: Unable to install packages.
Sorry i forgot to attach the complete error log also i dont know while posting why the local.conf features it got copied twice,
ERROR: core-image-sato-1.0-r0 do_rootfs: Unable to install packages.
|
By
Pankaj Vinadrao Joshi
·
#49844
·
|
|
Re: The following packages have unmet dependencies: packagegroup-core-x11-base : Depends: packagegroup-core-x11-xserver but it is not going to be installed
#yocto
Hi Quentin,
Missing x11 in DISTRO_FEATURES in your distro.
http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb?h=master#n12 (the
Hi Quentin,
Missing x11 in DISTRO_FEATURES in your distro.
http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb?h=master#n12 (the
|
By
Pankaj Vinadrao Joshi
·
#49843
·
|
|
Re: [meta-security][master|dunfell][PATCH 1/2] apparmor: pull in coreutils/findutils only when not using systemd as init manager
Yeah that was a goof on my part. I thought I aborted it, but I guess I didn't. I meant to send the clamav patch.
Sorry for the noise on that one.
On 7/2/2020 5:14 PM, akuster808
Yeah that was a goof on my part. I thought I aborted it, but I guess I didn't. I meant to send the clamav patch.
Sorry for the noise on that one.
On 7/2/2020 5:14 PM, akuster808
|
By
Jeremy Puhlman
·
#49842
·
|
|
Re: [meta-security][master|dunfell][PATCH 1/2] apparmor: pull in coreutils/findutils only when not using systemd as init manager
On 7/2/20 5:00 PM, Jeremy Puhlman wrote:
If I am not mistaken, this is in both master and dunfell.
On 7/2/20 5:00 PM, Jeremy Puhlman wrote:
If I am not mistaken, this is in both master and dunfell.
|
By
Armin Kuster
·
#49841
·
|