[OE-core] systemd service with @ postinstall bug

2023-08-07 Thread Dvorkin Dmitry
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

[OE-core] systemd service@ bug

2023-07-14 Thread Dvorkin Dmitry
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

[OE-core] systemd service@ bug

2023-07-14 Thread Dvorkin Dmitry
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

[OE-core] [meta-oe][PATCH] php: Bump to v 7.4.27

2022-02-11 Thread Dvorkin Dmitry
--- 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

Re: [OE-core] two recipes, one replaces files of another

2017-08-17 Thread Dvorkin Dmitry
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/

Re: [OE-core] two recipes, one replaces files of another

2017-08-15 Thread Dvorkin Dmitry
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

[OE-core] two recipes, one replaces files of another

2017-08-15 Thread Dvorkin Dmitry
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

[OE-core] how build but do not install package

2016-08-09 Thread Dvorkin Dmitry
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

Re: [OE-core] wrong automatic dependency

2014-09-05 Thread Dvorkin Dmitry
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

[OE-core] wrong automatic dependency

2014-09-05 Thread Dvorkin Dmitry
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