[yocto] Changing file group from an image recipe

2016-02-26 Thread Petr Kubizňák
In dizzy, I have a problem with changing a file group from an image recipe. I create a user admin from an application recipe, say app.bb: ... inherit pkgconfig cmake update-rc.d useradd USERADD_PACKAGES = "${PN}" USERADD_PARAM_${PN} = "admin" ... Creating the user works fine. Now I need to grant

Re: [yocto] mountall.sh, udev and read-only rootfs

2015-12-04 Thread Petr Kubizňák
Hi Yocto guys! I experience problems with Yocto 1.7 Dizzy. I build an image with read-only rootfs (EXTRA_IMAGE_FEATURES += "read-only-rootfs") and start kernel with arguments "mem=256M root=/dev/mmcblk0p2 ro rootwait console=ttymxc1,115200 2". Please note the "ro" specifier. The specifier is