CORE_IMAGE_EXTRA_INSTALL is really intended to be used from local.conf and not in custom image recipes, so we should not be using it here. As a bonus, adding to IMAGE_INSTALL instead allows the image recipe to be compatible with the edison release.
Signed-off-by: Paul Eggleton <paul.eggle...@linux.intel.com> --- recipes-extended/images/baryon-image.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-extended/images/baryon-image.bb b/recipes-extended/images/baryon-image.bb index 663c80d..dc6b197 100644 --- a/recipes-extended/images/baryon-image.bb +++ b/recipes-extended/images/baryon-image.bb @@ -1,6 +1,8 @@ IMAGE_FEATURES = "nfs-server package-management ssh-server-dropbear debug-tweaks" -CORE_IMAGE_EXTRA_INSTALL = "samba procps mdadm e2fsprogs-mke2fs util-linux \ +inherit core-image + +IMAGE_INSTALL += "samba procps mdadm e2fsprogs-mke2fs util-linux \ webmin \ webmin-module-status \ webmin-module-proc \ @@ -23,4 +25,3 @@ CORE_IMAGE_EXTRA_INSTALL = "samba procps mdadm e2fsprogs-mke2fs util-linux \ mediatomb \ proftpd" -inherit core-image -- 1.7.9.5 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto