Re: [yocto] Getting the version of Yocto that is being used.

2018-04-13 Thread Stefan Müller-Klieser
Hello Richard, some of us are also around on the list. You should find all documentation on the product page. Specifically, the git tag of the release is "2.2.1-phy3" which indicates that the release bundles poky morty 2.2.1. In future we will also have LAYERSERIES_COMPAT set. If the

[yocto] php extensions

2018-01-31 Thread Stefan Müller-Klieser
Hi everyone, I am trying to get to run the php redis extension with current master and php 7.1.9 from meta-oe. There are no other php extensions in openembedded yet. I am using the default php.ini and just add the redis.so. Everything seems to work fine except that php does not load any

[yocto] [meta-yocto-bsp][PATCH] machine: mpc8315e-rdb: change kernel provider assignment to default

2017-08-24 Thread Stefan Müller-Klieser
To be able to configure the kernel provider at other locations, we need a default assignment here. Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

Re: [yocto] QA python3 runtime dependency

2016-09-16 Thread Stefan Müller-Klieser
On 16.09.2016 13:45, Chris Trobridge wrote: > My top-level python3 scripts have "#!/usr/bin/python3" and the recipe > RDEDENDS on python3. I guess this is what you need: RDEPENDS_${PN} = "python3-core" As the interpreter is in the -core package. Regards, Stefan > There's no problem in the

[yocto] problem with nativesdk host tools

2015-10-24 Thread Stefan Müller-Klieser
Dear community, my problem: I want to provide a populate_sdk based toolchain for e.g. compiling a kernel. When using this sdk on a machine missing the ncurses-dev package, you can run "make menuconfig" through bitbake but not with the sdk. The sdk seems to ignore host dependencies and there