**** BEGIN LOGGING AT Sun May 24 02:59:59 2020 May 24 10:05:56 am i blind or is there really "default way" in yocto to generate/set /etc/locale.conf? May 24 10:19:00 derRichard: Maybe https://www.yoctoproject.org/docs/3.1/mega-manual/mega-manual.html#var-GLIBC_GENERATE_LOCALES May 24 10:29:27 paulbarker: well, have locales. they get generated. i'm just a little surprised that i have to generate /etc/locale.conf on my own May 24 10:30:34 derRichard: I was getting confused with `/etc/locale.gen` sorry May 24 10:32:02 I think `locale.conf` is distro specific. Taking a quick look at the systems I'm currently logged into it exists on my Arch system but not on my Alpine or Ubuntu systems May 24 10:41:00 paulbarker: no, locale.conf is a file systemd reads May 24 10:41:22 see https://www.freedesktop.org/software/systemd/man/locale.conf.html May 24 10:42:16 anyway, do you know what the current "best" way is to get any usb thumb drive automounted someone plugs in? May 24 10:42:26 (without x11) May 24 10:43:56 nvm, i see udev-extraconf has has something :-) May 24 10:46:15 derRichard: FFS, I hate systemd. If it's a systemd config why isn't it in `/etc/systemd`? That's not your problem though :) May 24 10:46:32 You may just need to generate it yourself May 24 10:46:59 And udev rules are definitely the way to go to automount devices when they're plugged in May 24 11:07:53 paulbarker: redirect systemd hate speech please to /dev/null May 24 14:43:57 Hi,I am cross compile nodejs 12.16 recipe for ARM v7 target using Yocto 2.2. I can built nodejs as a individual task (i.e. bitbake -c compile) (with some changes in recipe) with dependency over openssl 1.1.1b recipe from Yocto 2.6. But further build (i.e. bitbake nodejs) fails with dependency rpm-native's compile which depend on default openssl May 24 14:43:58 1.0.2j from sysroot folder (STAGING_DIR) (currently has openssl 1.1.1b's header files at sysroot folder). My aim to have quiet build of nodejs with dependency on openssl 1.1.1b only and rest of build depend over openssl 1.0.2q. Finally with reference from sysroot (STAGING_DIR), image must contains both openssl versions (1.1.1b, 1.0.2q) share May 24 14:43:58 libraries.Please let me know your inputs. May 24 16:32:51 Manjunatha: If you need openssl 1.1.0 or later your best option is to update to a more recent Yocto Project release May 24 16:35:02 With existing project Yocto 2.2 I need to adapt nodejs 12.16. Since the target RFS is based on Yocto 2.2. May 24 16:35:31 paulbarker: Thanks for your comment. May 24 16:37:00 Manjunatha: is there a reason why you can't update the rootfs to be built with a newer release? May 24 16:37:07 How should I proceed further? Hope that task depency with nodejs 12.16 recipe between openssl versions with workout, right? May 24 16:37:37 Since already a product running on this. **** ENDING LOGGING AT Mon May 25 02:59:57 2020