**** BEGIN LOGGING AT Wed Mar 09 02:59:58 2016 Mar 09 10:12:26 Hello, I have a problem enabling a simple systemd service: Mar 09 10:12:43 If I install my package using the .ipk file, everything works fine (systemd service ist enabled), but if I create an image containing my package, the service is disabled. Mar 09 10:13:01 The content of the .ipk file looks OK. Here my recipe and the service file: http://pastebin.com/EeYJAxju Mar 09 10:13:09 Any idea? Mar 09 10:14:30 none besides comparing the effects of the do_install() stage in both cases. Mar 09 10:16:19 Everything is installed correctly, just the service is not enabled Mar 09 10:17:33 Cubi1: well, 'enabled' in this case should mean that a symlink is correctly placed somewhere. have you checked that no restricion of the image creation hits you there? Mar 09 10:18:16 (of course it can also be just a bug, bluntly speaking - in which case naming your branch/release might be helpful) Mar 09 10:21:28 LetoThe2nd, I have other packages where the symlink is created. The problem exists only in the simple case with a single shell script. Mar 09 10:21:51 I use Angstrom v2015.06 / fido Mar 09 10:22:08 Cubi1: i see. well no idea then, i'm just going through generic pointer questions, sorry. Mar 09 10:34:37 Hi Every One, Im using var stk 6 ul, based on dart 6 ul based on FreeScale i.MX6 Ultralite Processor, and i run system on nand flash, how can i resize yhis flash memory ? Mar 09 10:36:03 "resize this flash memory"? what exactly do you mean by that? Mar 09 10:52:24 LetoThe2nd: Nand Flash size in armboard, the yocto rootfs was installed on nand flash on my arm borad (var_stk_6_ul) Mar 09 10:53:25 well ask your manufacturing department? Mar 09 15:35:35 hmm, new llvm Mar 09 16:30:09 Has anyone had any problems with EXTRA_USERS_PARAMS = "useradd ..." with jethro? Mar 09 16:30:33 Seems it's looking for a non-existent /etc/shadow Mar 09 16:30:45 usermod works fine Mar 09 16:40:12 it should look for shadow, but if it can't find it fall back to single passwd file Mar 09 16:45:10 fray, yeah. not sure why but it's not. I'm running it through strace (in devshell) and it looks for /etc/shadow, /etc/gshadow, /etc/login.defs then exits silently with 1 Mar 09 17:35:55 Ah, problem seems to be that /etc/login.defs is missing Mar 09 19:33:48 is there anything to do for a recipe B to find the header files of a (library) recipe A? I'm using the -lmylibA flag but B cannot find the proper .h files during the compilation (which are in the images/usr/include folder of the recipe A build folder) Mar 09 19:37:17 lerela: they should be in sysroot/machine/usr/include and you should use pkg-config to find them (preferably) Mar 09 19:41:49 JaMa, they are, and mylibA.pc is in sysroots/machine/usr/lib/pkgconfig as well Mar 09 19:47:24 JaMa, you pointed me in the right direction, it was a path problem, thank you **** ENDING LOGGING AT Thu Mar 10 02:59:58 2016