Re: [yocto] Disabling sshd is harder than it should be

2019-04-29 Thread ChenQi
On 04/26/2019 09:26 PM, Richard Weinberger wrote: My thud based system installs openssh-sshd but I want to have sshd disabled by default. So I checked the docs how to disabled a systemd service by default and found SYSTEMD_AUTO_ENABLE, perfect. After I put that into my bbappend file I figured th

[yocto] yacto build filesystem link dpkg or package

2019-04-29 Thread rammohanreddy medapati
Hi, i want to link the dpkg package or source code for yacto build system .If it possible please guide me for adding packages to yacto build system Thanks, Rammohan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listin

Re: [yocto] .pc files are not avilable at build time

2019-04-29 Thread Archana Polampalli
Thank you for your responce whaile configuration time getting this error checking for EXT2FS... no  INFO - | checking for EXT2FS... no  INFO - | configure: error: Package requirements (ext2fs) were not  met:  INFO - |  INFO - | No package 'ex

[yocto] include own script - custon location

2019-04-29 Thread Zolee K
Hi, I'd like to include a javascript file in the target machine in a custom location. I got an warning while bitbake: wavesurfer-1.0-r0 do_package: QA Issue: wavesurfer: Files/directories were installed but not shipped in any package: /usr /usr/local /usr/local/www /usr/local/www/sys /us

Re: [yocto] include own script - custon location

2019-04-29 Thread Burton, Ross
On Mon, 29 Apr 2019 at 10:48, Zolee K wrote: > I guess something is wrong with the do-install function, I thought it would > put the file in the image, but it doesn't. Please help me out on this. Bitbake is literally telling you want to do: > Please set FILES such that these items are packaged

[yocto] Replacing a configuration file from another recipe

2019-04-29 Thread Damien LEFEVRE
Hi, In our base image we use nginx. I created a nginx.bbappend to add our PHP configuration in a separated layer. For a specific variant of the image I need to add an extra bit of nginx configuration. I though I could create a new recipe to overwrite nginx.conf and include that recipe in the var

Re: [yocto] Disabling sshd is harder than it should be

2019-04-29 Thread Richard Weinberger
On Mon, Apr 29, 2019 at 9:23 AM ChenQi wrote: > When selecting systemd as the init manager, the following line is > recommended. > DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit" > Then you should only need: SYSTEMD_AUTO_ENABLE = "disable" Thanks a lot for your suggestion! But doesn't this line

[yocto] do_rootfs fails - corner case QA/heuristics?

2019-04-29 Thread Felix Lelchuk
Hi, I'm facing some strange problems trying to backport old 1.9 Ruby to Thud Poky. All packages build fine but the image's do_rootfs fails with below message and without any image winding up in tmp/deploy/images/: --

Re: [yocto] Disabling sshd is harder than it should be

2019-04-29 Thread Loïc Domaigné
Guten Abend Richard, > > When selecting systemd as the init manager, the following line is > > recommended. > > DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit" > > Then you should only need: SYSTEMD_AUTO_ENABLE = "disable" > > Thanks a lot for your suggestion! > But doesn't this line imply tha

[yocto] Tomorrow - Live Coding with Yocto Project

2019-04-29 Thread Volosincu, Andreea S
Happening tomorrow @5 PM CET - Join us for a download to first build live tutorial. When: April 30, 2019, 5:00 PM CET Where: Yocto Project Twitch channel - https://www.twitch.tv/yocto_project Add it to your calendar - https://calendar.google.com/calendar/ical/d7umm3pdhorsnnjbe1cvbgfhlk%40group

[yocto] [update-rc.d][PATCH V3] update-rc.d: support enable/disable options

2019-04-29 Thread changqing.li
From: Changqing Li Add support of enable/disable options, refer https://manpages.debian.org/wheezy/sysv-rc/update-rc.d.8.en.html With support of these options, the usr can never change an existing configuration even after upgrading a package. The program will only install links if none are prese

[yocto] [PATCH V3] update-rc.d: support enable/disable options

2019-04-29 Thread changqing.li
From: Changqing Li * update-rc.d has added support of enable/disable options, which are expected to keep the previous configuration even after upgrade the packages. With support for these options, it will only create start/stop link when there are none, or it will keep the previous configur