stx-image-aio: inherit extrausers-config in image recipe 39/3539/1
authorJackie Huang <jackie.huang@windriver.com>
Wed, 29 Apr 2020 08:50:08 +0000 (16:50 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Wed, 29 Apr 2020 13:08:35 +0000 (21:08 +0800)
inherit extrausers-config in stx-image-aio image only instead of distro
config to avoid unexpected issue for other images.

Issue-ID: INF-62
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: If1b67e44b39a02c960ae3b6cbfb390e647a17fea

meta-stx/conf/distro/poky-stx.conf
meta-stx/recipes-core/images/stx-image-aio.bb

index fbd20f6..0331580 100644 (file)
@@ -46,7 +46,6 @@ VOLATILE_LOG_DIR = "no"
 IMAGE_OVERHEAD_FACTOR = "1.05"
 
 # Add extra users and groups for stx
-INHERIT += " extrausers-config"
 SYSADMIN_P = "4SuW8cnXFyxsk"
 
 EXTRA_USERS_PARAMS_CONFIG = "\
index a55adc7..b83f354 100644 (file)
@@ -52,6 +52,7 @@ IMAGE_FEATURES += " \
        "
 
 inherit stx-postrun
+inherit extrausers-config
 inherit core-image
 inherit distro_features_check
 inherit openstack-base