[yocto] RDEPENDS in a containerized world

2019-07-26 Thread Aaron Cohen
I'm not sure if this is the proper venue, but I'll send it here hoping for any insight. I'm developing a containerized system. Ideally the host will be somewhat minimal, and most of the functionality of the system will run inside docker containers. I have most of this working to some extent now,

Re: [yocto] python-numpy RDEPENDS not honored?

2019-05-14 Thread Aaron Cohen
Is there a place I should post this that would get more attention? On Thu, May 9, 2019 at 4:48 PM Aaron Cohen wrote: > I think the problem is in the python-numpy_1.14.5.bb recipe. > > It does: RDEPENDS_${PN}_class-target_append = ... > > where it seems to need to be: RDEPENDS_${P

[yocto] How do IMAGE_FEATURES+="tools-sdk" and TOOLCHAIN_TARGET_TASK interact?

2019-05-09 Thread Aaron Cohen
Looking through the recipes and classes, it seems that adding "tools-sdk" to the IMAGE_FEATURES of an image just adds a relatively arbitrary list of "sdk-ish" packages to the image from packagegroup-core-sdk I had assumed that tools-sdk would duplicate the logic of "populate_sdk" somehow, so that

Re: [yocto] python-numpy RDEPENDS not honored?

2019-05-09 Thread Aaron Cohen
a qa task that would discover this sort of error if it seems feasible? --Aaron On Thu, May 9, 2019 at 4:15 PM Aaron Cohen wrote: > python-numpy is being installed on my image as a dependency of one of my > packages. > > However, none of python-numpy's RDEPENDS are currently

[yocto] python-numpy RDEPENDS not honored?

2019-05-09 Thread Aaron Cohen
python-numpy is being installed on my image as a dependency of one of my packages. However, none of python-numpy's RDEPENDS are currently being included on the image. When I run bitbake -e python-numpy > numpy.txt, I see that for some reason, the RDEPENDS is being overridden to a nearly empty val

Re: [yocto] Mercurial fetcher doesn't work for me (patch included)

2018-11-26 Thread Aaron Cohen
Also, what is it that is supposed to create the $(BUILDDIR)/tmp/hosttools/hg symlink? For some reason, this link is not created for me automatically. It works fine if I create it manually. --Aaron On Mon, Nov 26, 2018 at 3:34 PM Aaron Cohen wrote: > I'm trying to write a recipe for

[yocto] Mercurial fetcher doesn't work for me (patch included)

2018-11-26 Thread Aaron Cohen
I'm trying to write a recipe for a local repo that is kept in mercurial, and encountering the following problem: > Traceback (most recent call last): > File "/home/joel-cohen/code/waveos2/poky/bitbake/lib/bb/data_smart.py", > line 808, in DataSmart.getVarFlag(var='PV', flag='_content', expand=T

[yocto] Is KCONFIG_MODE test backwards in kernel-yocto.bbclass?

2018-09-25 Thread Aaron Cohen
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/kernel-yocto.bbclass#n297 With no KCONFIG_MODE specified, we check if the user has copied a defconfig to workdir, and then use allnoconfig if so. Shouldn't we be using alldefconfig in this case? The result currently is that if you u

[yocto] oe-run-native uses host python3 instead of sysroot

2018-08-10 Thread Aaron Cohen
Trying to run bmaptool on Centos 7, oe-run-native using the command "oe-run-native bmap-tools-native bmaptool copy -h" gives the following error: --- a/scripts/oe-run-nativeTraceback (most recent call last): File "/home/joel-cohen/code/yocto-2.5/xilinx-build/tmp/work/x86_64-linux/bmap-tools-nati

Re: [yocto] do_configure for socketcand package failed

2018-07-30 Thread Aaron Cohen
That configure script is looking for libconfig. You need DEPENDS = "libconfig" On Mon, Jul 30, 2018 at 4:20 AM Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > Seems, that this does work?! > ___ > > SUMMARY = "Socketcand ..." > SECTION = "socketcan" > LICENSE = "GPLv2" > LIC_FIL