**** BEGIN LOGGING AT Fri Jan 14 02:59:56 2022 **** BEGIN LOGGING AT Fri Jan 14 04:40:03 2022 Jan 14 08:20:12 Are there any docs on how to set up a yocto system to use NetworkManager? I can't really find anything Jan 14 08:20:31 I did install networkmanager and networkmanager-nmcli but all devices are listed as "unavailable" in 'nmcli dev status' Jan 14 09:14:41 nmcli is in networkmanager Jan 14 09:17:32 "Are there any docs on how to set..." <- i did a IMAGE_INSTALL+= "modemmanager networkmanager " Jan 14 09:17:37 I had to specify networkmanager-nmcli in IMAGE_INSTALL. But whatever, I have the NetworkManager service running and the nmcli binary and they work, I just need to configure NetworkManager to properly manage my devices and I have no idea how and am having serious trouble finding anything about it online Jan 14 11:23:55 mort: you don't also have connman running, or ifupdown has taken the interaces already? Jan 14 11:28:50 rburton: it turned out it was my wpa_supplicant service file that was broken Jan 14 14:40:55 linuxptp-3.1.tgz has been removed and replaced with 3.1.1 breaking the meta-oe layer Jan 14 14:40:59 recipes-connectivity/linuxptp$ cat linuxptp_3.1.1.bb Jan 14 14:40:59 DESCRIPTION = "Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux" Jan 14 14:40:59 LICENSE = "GPLv2" Jan 14 14:40:59 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" Jan 14 14:40:59 SRC_URI = "http://sourceforge.net/projects/linuxptp/files/v$3.1/linuxptp-${PV}.tgz \ Jan 14 14:41:00 file://build-Allow-CC-and-prefix-to-be-overriden.patch \ Jan 14 14:41:00 file://Use-cross-cpp-in-incdefs.patch \ Jan 14 14:41:01 " Jan 14 14:41:01 SRC_URI[md5sum] = "3b79ab5e77c5b5cf06bc1c8350d405bb" Jan 14 14:41:02 SRC_URI[sha256sum] = "94d6855f9b7f2d8e9b0ca6d384e3fae6226ce6fc012dbad02608bdef3be1c0d9" Jan 14 14:41:02 EXTRA_OEMAKE = "ARCH=${TARGET_ARCH} EXTRA_CFLAGS='${CFLAGS}'" Jan 14 14:41:03 export KBUILD_OUTPUT="${RECIPE_SYSROOT}" Jan 14 14:41:03 do_install () { Jan 14 14:41:04 install -d ${D}/${bindir} Jan 14 14:41:25 Fixed recipe for 3.1.1 Jan 14 14:41:56 phc_ctl was also added since I needed to fix a runaway servo Jan 14 15:13:48 Seems to have been fixed on a newer version than I have. Jan 14 17:37:01 zeddii: will you fix the go-fsnotify in all branches, not just master? Jan 14 17:37:29 yep. I'll backport all the way to dunfell. Jan 14 17:40:25 ok, thx! Jan 14 22:25:09 Is there a way to have 'resolve' added to '/etc/nsswitch' when the 'libnss-resolve2' package is included in an image? I've tried adding a 'pkg_postinst:libnss-resolve2:libc-glibc () {...}' function in a 'systemd_%.bbappend' file, but that doesn't seem to work. This seems to me that it would be something that should be added to the 'systemd' recipe since installing the 'libnss-resolve2' package in an image doesn't do much until you add 'resol Jan 14 22:25:09 ve' to '/etc/nsswitch'. Jan 14 22:27:03 The only thing I got to work is to replace the 'pkg_postinst:${PN}:libc-glibc () {...}' function in my bbappend to add 'resolve' and override the function in 'systemd_249.7.bb'. Jan 14 23:46:08 kanavin: hi, does AUH ignore FETCHCMD_git if I use the layer mode and have FETCHCMD_git overriden in local.conf ? Jan 15 00:30:57 hmmm, seems like devtool doesn't work in kas shell as it should **** ENDING LOGGING AT Sat Jan 15 02:59:56 2022