Starting from this commit
https://git.openembedded.org/openembedded-core/commit/?h=dunfell&id=2751472807edc6d2ccc93b6339e6dc57d4abb2da
I'm not able to install templated service in my recipes, like
SYSTEMD_SERVICE:${PN} = "php-fpm@9000.service"
At the rootfs creation state Yocto/OE says, the po
Hello!
(sorry, previously posted as the reply to wrong message)
starting from 2aa82324d43467e7c8bfbbb59570ee3306264b75 commit (dunfell
and probably other branches)
https://git.openembedded.org/openembedded-core/commit/?h=dunfell&id=2aa82324d43467e7c8bfbbb59570ee3306264b75
the
SYSTEMD_SERVIC
Hello!
starting from 2aa82324d43467e7c8bfbbb59570ee3306264b75 commit (dunfell
and probably other branches)
https://git.openembedded.org/openembedded-core/commit/?h=dunfell&id=2aa82324d43467e7c8bfbbb59570ee3306264b75
the
SYSTEMD_SERVICE:${PN} = "php-fpm@9000.service"
syntax in the recipe bri
---
meta-oe/recipes-devtools/php/{php_7.4.21.bb => php_7.4.27.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-devtools/php/{php_7.4.21.bb => php_7.4.27.bb} (99%)
diff --git a/meta-oe/recipes-devtools/php/php_7.4.21.bb
b/meta-oe/recipes-devtools/php/php_7.4.27.bb
dirty hacks. If somebody knows the good way to set
preference in non-root configuration files - please, advice me.
On 15.08.2017 17:38, Alexander Kanavin wrote:
On 08/15/2017 05:21 PM, Dvorkin Dmitry wrote:
Thank you, Alexander!
But according to this
https://lists.yoctoproject.org/pipermail/
On 08/15/2017 01:37 PM, Dvorkin Dmitry wrote:
How to create dependencies correctly?
I try to add
RPROVIDES_${PN} += "recipe-brd" in both recipe-brdRevA/B and use
PREFERRED_PROVIDER_recipe-brd = "..."
into imgA/B.bb without success.
PREFERRED_PROVIDER is the right way to g
Good time of day, people!
I have two recipes for two cases:
recipe-brdRevA.bb
recipe-brdRevB.bb
both of them has one file:
/etc/myprog/c.conf
and two image definition files:
imgA.bb
imgB.bb
, that requires recipe-brdRevA.bb or recipe-brdRevB.bb indirectly by
IMAGE_INSTALL += "myprog"
myprog
Dear OE-developers!
I'm building an image and SDK for my device without any problem. But I'd
like to build some extra packages during the time I'm building my image
or SDK, but I don't want to install this group of packages. Just keep
them in /deploy/rpm/ or /deploy/ipk, available for installa
Hi, Eric!
On 05.09.2014 17:13, Eric Bénard wrote:
Hi Dvorkin,
Le Fri, 05 Sep 2014 16:36:03 +0800,
Dvorkin Dmitry a écrit :
Hello!
I wrote my own recipe for crda.
(http://wireless.kernel.org/en/developers/Regulatory/CRDA)
Dependencies is:
DEPENDS = "libgcrypt libnl"
RDEPENDS_${P
Hello!
I wrote my own recipe for crda.
(http://wireless.kernel.org/en/developers/Regulatory/CRDA)
Dependencies is:
DEPENDS = "libgcrypt libnl"
RDEPENDS_${PN} = "udev wireless-regdb"
Crda Makefile is using python to rebuild it's database in
build/installation step.
After installation I have sev
10 matches
Mail list logo