]> code.ossystems Code Review - openembedded-core.git/commit
extrausers.bbclass: Use PACKAGE_INSTALL instead of IMAGE_INSTALL
authorJackie Huang <jackie.huang@windriver.com>
Tue, 13 Dec 2016 08:24:48 +0000 (16:24 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Dec 2016 08:30:00 +0000 (08:30 +0000)
commitfa541362e2d2cc0494a86a413b7b52dfe3eee908
tree1785d741166231ab3979a8979286089f946cfb0b
parentbcee8c614f28b38054f5d8c1c5251b3702cf113c
extrausers.bbclass: Use PACKAGE_INSTALL instead of IMAGE_INSTALL

The initramfs image recipes changed to use PACKAGE_INSTALL
so they will not be affected by IMAGE_INSTALL, and will cause
error when inherit extrausers:

| ERROR: core-image-minimal-initramfs-1.0-r0 do_rootfs:
  core-image-minimal-initramfs: usermod command did not succeed.

So use PACKAGE_INSTALL as well in extrausers.bbclass to fix it.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/extrausers.bbclass