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 documentati
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 extension.
To be able to configure the kernel provider at other locations, we need
a default assignment here.
Signed-off-by: Stefan Müller-Klieser
---
meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto-bsp/conf/machine/mpc8315e
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 fin
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
a