Hi,
I'm having some problems with a packagegroup of ours.
It basically looks like this:
inherit packagegroup
RDEPENDS_${PN} = "\
libdomain-somelib \
libsomeotherlib \
served-util \
"
Where served-util also is a lib.
Now depending on what I put in my RDEPEND
I'm not sure this is your problem but if you don't version your
so-libs you could get this since the .so (without version) is not
shipped by default I think.
Try putting this in your recipe:
SOLIBS = ".so*"
FILES_SOLIBSDEV = ""
ERROR_QA_remove = "dev-so"
If that works I think the proper solution
Hi,
I have verified that the so-lib file is part of the rpm package and I am
using INSANE_SKIP where I have added dev-so but I am willing to try
anything right now so thanks. The so-files is not something I have control
of it is something that is delivered to us.
BR
Måns Zigher
Den ons 23 jan. 2
I have toke the rpm file that was produced. I found the file under the
build directory under
tmp/work/imx8mq-strix-linux/x_media/1.0-r44/deploy-rpms/imx8mq/temp/x_media-1.0-r44.imx8mq.rpm.
I used the following commands
7z x x_media-1.0-r44.imx8mq.rpm
7z x x_media-1.0-r44.imx8mq.cpio
The result fro
One more thing: can you provide the .spec file that is generated
during build and used to create .rpm packages? You will find it under
tmp/work//x_media/
Please try not to edit anything out of it.
Alex
On Wed, 23 Jan 2019 at 12:02, Måns Zigher wrote:
>
> I have toke the rpm file that was produc
This is a longshot but I am currently investigating an issue we have
with a packagegroup.
I get a similar error but I can fix it by moving the package in my
RDEPENDS in the packagegroup.
If you move your libx_media up or down in the packagegroup, does it help?
For me i got:
Error:
Prob
Hi,
I am sorry but I cannot locate the .spec file. I tried searching for .spec
in the tmp/work but I could not find any .spec file. Do I have to build
with a flag to get this .spec file?
BR
Måns Zigher
Den ons 23 jan. 2019 kl 12:07 skrev Alexander Kanavin <
alex.kana...@gmail.com>:
> One more t
Hi,
Yes I noticed it so I tried that out but without any success but I will
investigate that also to see if change it can in another result.
BR
Måns Zigher
Den ons 23 jan. 2019 kl 12:33 skrev Einar Vading :
> This is a longshot but I am currently investigating an issue we have
> with a packageg
Hi guys,
I found the issue and dnf is doing exactly what it should. The problem is
the shared library
readelf -d libx_media_1.0.so
Dynamic section at offset 0xf31c8 contains 40 entries:
TagType Name/Value
...
0x000e (SONAME) Librar
More kernel checks, particularly arm64.
Signed-off-by: Scott Ellis
---
recipes-security/checksec/checksec_1.11.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-security/checksec/checksec_1.11.bb
b/recipes-security/checksec/checksec_1.11.bb
index 59a67bd..0ca6e07 10
I just found that one systemd append recipe was installed the conflict file.
Fixed.
João Gonçalves escreveu no dia terça,
22/01/2019 à(s) 22:11:
> I'm using master branch or embedded core to build a most recent toolchain
> with gcc 8.2 (I previously had 7.3 but it didn't provide the libstdc++fs
I am using wic 0.2.0 from the rocko build.
wic cp file wifile:part/path
appears to succeed (no errors reported).
But when I perform wic ls I don't find the file in the target.
Are there any switches the I should be using?
Thanks for any pointers, srini
CONFID
I am looking for a way to create an image with an exclusion list of kernel
modules packages.
If I use PACKAGE_EXCLUDE, I see the following:
Collected errors:
* calculate_dependencies_for: Cannot satisfy the following dependencies
for kernel-modules:
The list of modules that follows ar
On Wed, Jan 23, 2019 at 7:35 PM John Klug wrote:
>
> I am looking for a way to create an image with an exclusion list of kernel
> modules packages.
>
> If I use PACKAGE_EXCLUDE, I see the following:
>
> Collected errors:
> * calculate_dependencies_for: Cannot satisfy the following depend
>>
>> I would prefer not to create a list of every kernel module I wish to include.
>right.. can't you disable these modules in the kernel recipe instead
>using some config fragment?
We would like to use the same kernel .config across multiple images, as all we
are changing is the removal of th
Is there a current or relatively recent recipe for SciPy and related libraries?
Further and more importantly, is having a maintainer for (recipes for) those
libraries a priority for the active members of the Project?
(i.e. does interest rise above the general welcoming of participants to
periodi
On 1/23/19 2:54 PM, Smith, Virgil (US) wrote:
Is there a current or relatively recent recipe for SciPy and related
libraries?
People have worked on it at least once before but found some problems
with blas and atlas:
https://lists.yoctoproject.org/pipermail/yocto/2018-March/thread.html#40348
I care :)
On 01/23/2019 04:28 PM, Randy MacLeod wrote:
> On 1/23/19 2:54 PM, Smith, Virgil (US) wrote:
>> Is there a current or relatively recent recipe for SciPy and related
>> libraries?
>
> People have worked on it at least once before but found some problems
> with blas and atlas:
>
> https:
On 1/23/19 4:28 PM, Randy MacLeod wrote:
It a reasonable list for general discussion.
If you get to a point where patches are being submitted,
it should probably go to another list such as:
oops... such as the meta-openembedded list:
openembedded-de...@lists.openembedded.org
or whatever list t
Turn off ipv6 in the kernel config?
Also see:
https://www.internetsociety.org/blog/2013/07/the-legacy-ip-only-ipv6-horse-and-buggy-stickers-how-to-get-copies-2/
I can mail you some stickers :)
Philip
On 01/18/2019 04:28 PM, Srinivasan, Raja wrote:
> All
>
> I am using "rocko"
>
> How can we
Discussing only the question of making a SciPy recipe today:
> > Is there a current or relatively recent recipe for SciPy and related
> > libraries?
>
> People have worked on it at least once before but found some problems with
> blas and atlas:
> https://lists.yoctoproject.org/pipermail/yocto/2
On Wed, Jan 23, 2019 at 04:39:07PM +, Srinivasan, Raja wrote:
> I am using wic 0.2.0 from the rocko build.
>
>
>
> wic cp file wifile:part/path
>
>
>
> appears to succeed (no errors reported).
>
>
>
> But when I perform wic ls I don’t find the file in the target.
>
>
>
> Are the
22 matches
Mail list logo