Hello forum.
My layer provides two custom recipes A and B with exactly the same
functionality. To get a working image, one of these two recipes must be
included on the generated image (A_installed XOR B_installed).
So I need the build process being able to check the list of installed
packages, st
Hi,
Maybe you can say A conflicts B and B conflicts A with following variable :
https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#var-RCONFLICTS
Best regards,
Vincent
2018-03-26 9:54 GMT+02:00 Iván Castell :
> Hello forum.
>
> My layer provides two custom recipes A and B wi
Hi Philip,
I needed to patch numpy because scipy uses numpy.distutils a lot.
Regards,
Matthias
On 03/24/2018 05:48 PM, Philip Balister wrote:
> On 03/23/2018 06:07 AM, Matthias Schöpfer wrote:
>> Hi Peter,
>>
>> I managed to get scipy to cross compile, since I was in a hurry, and
>> hav
Yes! That's exactly what I was looking for. Thank you very much, Mr.
Vincent! :-)
2018-03-26 10:08 GMT+02:00 Vincent Prince :
> Hi,
>
> Maybe you can say A conflicts B and B conflicts A with following variable :
> https://www.yoctoproject.org/docs/current/mega-manual/mega-
> manual.html#var-RCONF
Sorry, I failed to push. It's now been pushed to the
matchbox-terminal repository.
Ross
On 24 March 2018 at 15:50, Devarsh Thakkar wrote:
> Hi Ross,
>
>
>
> I would be glad if you could please share latest updates on this patch?
>
> If I am correct, last status was that a build test was trigger
That suggests that libsrtp-staticdev wasn't built. Use
oe-pkgdata-util to determine if it was built at all: note that for
example Poky doesn't build static libraries.
(one of many reasons that people shouldn't use poky as anything but an example)
Ross
On 25 March 2018 at 14:01, Mostafa Farzane
Hi Ross,
I would be glad if you could please share latest updates on this patch?
If I am correct, last status was that a build test was triggered with this
patch.
Thanks & Regards,
Devarsh
From: Burton, Ross [mailto:ross.bur...@intel.com]
Sent: Wednesday, March 14, 2018 12:33 PM
To: Alexander K
The composite enabled builds require lib math to be
present on the linker command line otherwise we get
ld: composite-engine.o: undefined reference to symbol 'exp@@GLIBC_2.2.5'
during compilation.
Signed-off-by: Awais Belal
---
configure.ac | 6 --
1 file changed, 4 insertions(+), 2 deletion
Hello forum.
In order to generate a distro image with support for signed rpm packages, I
generated a pair of GPG keys, and setup my custom distro.conf file so Yocto
can sign packages it generates. My distro.conf file includes this:
INHERIT += "sign_rpm"
RPM_GPG_NAME = "gpgyocto"
RPM_G
Hi ,
You can look at the following patch
https://patchwork.openembedded.org/patch/142675
Best regards,
Vincent
2018-03-22 5:47 GMT+01:00 HuaFu 8386 :
> Hi,
>
> I want to build two different images with two different kernel configs,
> one for debug version and one for production version, like
>
Hi,
I've just ported my build to Rocko but I now can't build the SDK, the
offending package is u-boot-tools which I have based on u-boot-mkimage
(which also fails with the same error message). Does anyone have any idea
on how to debug/fix this?
Build Configuration:
BB_VERSION = "1.36.0
Paul,
Have you seen this ?
https://www.djangoproject.com/download/#supported-versions
1.8 will EOL this April
- armin
On 03/25/2018 12:31 PM, Paul Eggleton wrote:
> Use <1.9 to always get the most recent 1.8 point release.
>
> Signed-off-by: Paul Eggleton
> ---
> requirements.txt | 2 +-
>
Hi,
I've discovered that U-Boot in Rocko for several builds that I maintain is
broken when performing various network related operations like tftp, dhcp
and ping. You get a data abort and it resets. I found that this has
already been fixed in U-Boot with the commit below. I think it has
somethin
On 03/26/2018 08:47 AM, Martin Townsend wrote:
> Hi,
>
> I've discovered that U-Boot in Rocko for several builds that I
> maintain is broken when performing various network related operations
> like tftp, dhcp and ping. You get a data abort and it resets. I found
> that this has already been fix
Current Dev Position: YP 2.5 M3 final close out.
Next Deadline: YP 2.5 M4 stabilization is 4/2/18
SWAT lead is currently Ross.
SWAT team rotation: Ross -> Juro on March 30, 2018
SWAT team rotation: Juro -> Paul on April 6, 2018
https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team
Ke
On 26 March 2018 at 11:26, Awais Belal wrote:
> The composite enabled builds require lib math to be
> present on the linker command line otherwise we get
> ld: composite-engine.o: undefined reference to symbol 'exp@@GLIBC_2.2.5'
> during compilation.
>
> Signed-off-by: Awais Belal
> ---
> config
On 2018-03-26 19:51, akuster808 wrote:
I found
that this has already been fixed in U-Boot with the commit below. I
think it has something to do with the way GCC 7.1 onwards is now
handling memory alignment.
I also saw something similar and by upgrading to U-boot 2018.03 the
problem went
Need some advice on how to extend python-native with a python-2.7 module.
I am planning to upload the result of cve-check to our JIRA server.
I wrote a python application which reads the CVE manifest,
downloads the contents of a JIRA project and if a CVE issue
is not present in the database, it w
hello
i am trying to add pulse audio to an image but i don't get pulse audio
being installed in the image
I am using the following
DISTRO_FEATURES_append += " ext2 pam usbhost ${DISTRO_FEATURES_LIBC}
pulseaudio pulseaudio-module-dbus-protocol pulseaudio-module-bluetooth"
IMAGE_INSTALL_append += "
You'll need to run $bindir_native/python/python, we isolate the native
Python from the host python so you need to invoke the native one
explicitly. In a recipe you can just do inherit pythonnative, but
don't do that in a class which every recipe is inheriting!
Ross
On 26 March 2018 at 21:01, Ulf
> -Original Message-
> From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org]
> On Behalf Of Matthias Schöpfer
> Sent: Friday, March 23, 2018 3:08 AM
> To: Peter Balazovic ; Yocto-mailing-list
>
> Subject: Re: [yocto] scipy recipe
>
> Hi Peter,
>
> I managed to get
21 matches
Mail list logo